CSS Container Queries In Production: Where They Shine And Where Media Queries Still Win
→
I refactored a real production project from media queries to container queries. This is what actually changed, what stayed the same, and where each approach still wins.
CSS :has() Selector: The Layout Trick I Wish I Knew 5 Years Ago
→
I ignored the CSS :has() selector for too long. Here is how it quietly removed a chunk of my JavaScript and made a few real production interfaces easier to ship.
Why Dropping Out Of Art Academy Made Me A Better Front-End Developer
→
I dropped out of Art Academy and accidentally became a better front-end developer. Learning to see like a designer did more for my HTML and CSS than any JavaScript framework tutorial.
How I Built a CSS Animation System With Cursor (Without Stack Overflow)
→
I used Cursor to build a reusable CSS animation system, relying on prompts instead of Stack Overflow threads. This is the exact prompt chain, what worked, and what I had to fix.