To main content To menu

One topic, one year Code in 2023

3 posts made it through both filters.
Illustration in the Sable / Mœbius style: a lone figure stands beside a stone dial on a desert plain where swirling wind-blown sand on one side freezes into perfectly still marks on the other, symbolizing motion reduced on demand.

Motion With Care Unlocking accessibility: an introduction to @prefers-reduced-motion in web design

CSS @prefers-reduced-motion - how to respect accessibility settings in your web design. Small effort, big impact for real people.
Responsive design evolved: exploring the power of CSS @container queries

Containers Over Viewports Responsive design evolved: exploring the power of CSS @container queries

CSS @container queries change the game for responsive design. Components that respond to their own size, not the viewport. Finally.
React rendering woes? Here’s how to solve unexpected ‘0’ renders

React Renders Zero React rendering woes? Here’s how to solve unexpected ‘0’ renders

Unexpected '0' showing up in your React components? A common conditional rendering code smell - and how to fix it properly.