Thoughts, stories and ideas.

The Blind Spot React, Vue, and Angular All Share

I built the same 3-page site six ways — React, Vue, Angular, two vanilla approaches, and my own Rust server — then measured what each one actually costs. The dependency gap was expected. What surprised me was which builds are invisible to Google and AI crawlers entirely.

Do you know how much wasted space your sites use?

I tested a real theory: does npm actually cost you more than it's worth? Built the same landing page two ways — with npm packages, and with none — and measured what each one actually shipped. The gap was bigger than I expected. Here's the honest breakdown.

I've Used Git for a Decade and Never Knew Hooks Were a Thing

Diff Sniffer started as a suggestion from Claude during a conversation about AI-generated code risk. It checks three things from git metadata: did AI author a commit, did it touch sensitive paths, did a human review it. v0.1 is free on GitHub — building it also taught the author that git hooks exist.

AI Makes DIY Dev Realistic Again

For most of us, the temptation to “just build it myself” has always been there. Before AI, it usually wasn’t always worth it. After AI, that equation has changed.

Welcome to the Coder B Dev Journal

I build lean, low-maintenance SaaS with a boring, reliable stack (.NET, Docker, MySQL). This blog is where I keep it practical: what shipped, what broke, and how to go faster without shipping spaghetti. To make this intro useful, here are 8 underused prompt patterns that consistently save me time. No “act as a…” fluff—just stuff that works.