Topic Hub

Web development

Opinionated essays on frameworks, rendering strategies, frontend complexity, performance tradeoffs, and building faster with less unnecessary machinery.

This category is where I push back hardest on web-development fashion. Most teams are not losing because they picked the wrong trendy stack. They’re losing because they added too much machinery before they earned the complexity.

Start with these:

If you’re trying to simplify how you ship on the web, start here.

/ 10 min read

The 2026 Web Development Roadmap Nobody's Saying Out Loud

Why learning frameworks matters less than learning to work with AI—and the skills that still separate juniors from seniors

Read article
/ 9 min read

I Built a Production iOS App With Rails and No Swift Developer

Why Hotwire Native ships mobile apps faster than React Native—and when you actually need a native framework

Read article
/ 12 min read

Server-Sent Events: When WebSockets Are Overkill (And When They're Not)

Most teams reach for WebSockets when all they need is a long-lived GET request. Here's what I learned after choosing wrong multiple times.

Read article
/ 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
/ 10 min read

I Shipped More With Rails in 3 Weeks Than With Node.js in 3 Months

After years of chasing JavaScript frameworks, I've learned that boring, mature technology ships products while trendy stacks ship complexity.

Read article