Found 983 bookmarks
Newest
Solving Media Object Float Issues With CSS Block Formatting Contexts — Smashing Magazine
Solving Media Object Float Issues With CSS Block Formatting Contexts — Smashing Magazine
This article covers common problems using CSS floats and how to solve them using a block formatting context (BFC). Whether you are a beginner or an experienced web developer, you will learn valuable insights and practical solutions for dealing with CSS float issues.
·smashingmagazine.com·
Solving Media Object Float Issues With CSS Block Formatting Contexts — Smashing Magazine
All JavaScript and TypeScript Features of the last 3 years
All JavaScript and TypeScript Features of the last 3 years
This article goes through almost all of the changes of the last 3 years (and some from earlier) in JavaScript / ECMAScript and TypeScript.
·betterprogramming.pub·
All JavaScript and TypeScript Features of the last 3 years
Bloom Filters Explained
Bloom Filters Explained
probabilistic data structure to check membership of an item in constant time and space
·systemdesign.one·
Bloom Filters Explained
Scoped CSS is Back
Scoped CSS is Back
Several years ago, I made a plea to save scoped CSS. One of the top features on my CSS wishlist was on the chopping block, and despite a pretty big push from th
·keithjgrant.com·
Scoped CSS is Back
So you want to build end-to-end tests like a QA Wolf | QA Wolf
So you want to build end-to-end tests like a QA Wolf | QA Wolf
A well-built test suite runs faster, gives more reliable results, and makes long-term maintenance easier and cheaper. After thousands and thousands of end-to-end tests, we've picked up a few tricks to build fast, stable, and accurate ones. So come along and we'll teach you how to build automated tests the QA Wolf way.
·qawolf.com·
So you want to build end-to-end tests like a QA Wolf | QA Wolf
Using Next.js Route Handlers - LogRocket Blog
Using Next.js Route Handlers - LogRocket Blog
In this article, we'll discuss Route Handlers in Next.js v13.2, the new features, and the Remix routing system.
·blog.logrocket.com·
Using Next.js Route Handlers - LogRocket Blog
Diagnosing React Native crashes - LogRocket Blog
Diagnosing React Native crashes - LogRocket Blog
In this post, learn how to diagnose and resolve the root causes of your errors when your React Native Android app keeps stopping.
·blog.logrocket.com·
Diagnosing React Native crashes - LogRocket Blog
CSS Scroll Snap - Ahmad Shadeed
CSS Scroll Snap - Ahmad Shadeed
An in-depth article on CSS scroll snap, why to use, how it works, and lots of examples.
·ishadeed.com·
CSS Scroll Snap - Ahmad Shadeed
scroll-behavior - CSS: Cascading Style Sheets | MDN
scroll-behavior - CSS: Cascading Style Sheets | MDN
The scroll-behavior CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.
·developer.mozilla.org·
scroll-behavior - CSS: Cascading Style Sheets | MDN
:focus-visible Is Here
:focus-visible Is Here
With Chromium 86 and now recently Firefox 85 supporting :focus-visible, it’s a good time to refer to this post by Matthias Ott: The :focus-visible pseudo-class lets you show focus styles only when they are needed, using the same heuristic that the browser uses to decide whether to show the default focus indicator. You use :focus-visible … Continue reading ":focus-visible Is Here"
·bram.us·
:focus-visible Is Here
Learn CSS Subgrid - Ahmad Shadeed
Learn CSS Subgrid - Ahmad Shadeed
A deep-dive into the new CSS subgrid feature with real-life examples and use-cases.
·ishadeed.com·
Learn CSS Subgrid - Ahmad Shadeed
Future CSS: Anchor Positioning
Future CSS: Anchor Positioning
Anchor positioning might be one of the most exciting features coming to CSS. It is currently available under an experimental flag in Chrome Canary, and after playing with it for a bit, I couldn’t stop myself from sharing what I found. In this article, I will show you some of my experiments.
·kizu.dev·
Future CSS: Anchor Positioning
Introducing Baseline
Introducing Baseline
At Google I/O 2023 we announced Baseline, learn more about this initiative and why we think it's important.
·web.dev·
Introducing Baseline
Creating a Fluid Type Scale with CSS Clamp | Aleksandr Hovhannisyan
Creating a Fluid Type Scale with CSS Clamp | Aleksandr Hovhannisyan
Fluid typography allows each font size in a modular scale to vary responsively between a min and max. Learn the math behind fluid typography and how to programmatically generate a fluid type scale with CSS clamp and Sass.
·aleksandrhovhannisyan.com·
Creating a Fluid Type Scale with CSS Clamp | Aleksandr Hovhannisyan