Frontend

/ 9 min read

Your Global Scope Is a Disaster (And It's Breaking Production)

After debugging countless production incidents caused by global namespace collisions, I've learned that scope discipline isn't optional—it's survival.

Read article
/ 10 min read

I Removed Sass From My Build Pipeline (And You Probably Should Too)

After years of defending preprocessors, I've watched native CSS absorb every feature that justified Sass—and do it better.

Read article
/ 7 min read

HTMX Is Overkill (Until Your React Bundle Explodes)

Why I stopped reaching for SPA frameworks first and started shipping HTML-over-the-wire for most projects

Read article
/ 6 min read

The Web Development Skills That Actually Matter in 2025 (Most Lists Get This Wrong)

What separates developers who ship from those who chase tutorials

Read article
/ 9 min read

Holy CSS Magic! Transform Your Web Designs with Tailwind

From Clunky Styles to Sleek Speed—Why Tailwind CSS Will Have You Swearing (in a Good Way!)

Read article
/ 7 min read

Angular Signals: A Comprehensive Guide and Walkthrough

Exploring Angular Signals: Understanding Their Purpose, Pros, and Cons for Modern Development

Read article