Why I Still Hand‑Code Every Hover State
→
I still hand-code every hover state instead of trusting component libraries. Not because I like pain, but because that tiny interaction layer decides how the site actually feels.
The CSS Specificity Bug That Wasted 3 Hours And Needed 1 Line
→
A real CSS specificity war story from a client project: three hours of confusion, one stubborn layout bug, and a single-line fix that solved it.
CSS Variables in the Age of AI: Letting Models Design Your Themes
→
I stopped hand-tuning every color token and let AI generate theme palettes on top of CSS variables. The result: faster theming, fewer regressions, and weirder experiments.
CSS Flexbox For Adaptive Fitness Dashboards That Don’t Suck On Mobile
→
How I use Flexbox to keep a workout dashboard readable when the data gets weird and the layout has to adapt on the fly. Practical patterns from a real fitness tracking UI.
Using CSS Variables To Theme Biohacking Dashboards Without Losing Your Mind
→
How I use CSS variables to keep my HRV, sleep, and training dashboards visually consistent, even when the tools do everything in their power to look different.
Animating Sleep Cycle Data With CSS: Turning Rest Into Motion
→
I turned boring sleep tracking exports into an animated CSS timeline that makes light, deep and REM stages instantly readable. No chart library, just HTML, CSS, and some carefully timed motion.