Dev.to tutorial 5h ago

The bugs I could only find by running the thing

A follow-up to the discipline-tool post. I ran ArDD on real work and it broke in ways I couldn't have reasoned about — worktree state committed in the wrong place, a git config fli...

Dev.to tutorial 6h ago

Quality is the new Quantity

AI made writing software cheap. That is the obvious story. More code, more prototypes, more pull...

Dev.to tutorial 7h ago

Lesson 2 - Security: Secure as you build

Two supply-chain compromises landed in my dependency tree in one week, days before I meant to call the build done. I froze. Here is what I did next, and why AI-era security can't w...

Dev.to tutorial 8h ago

The pool that got slower the more we shared it

How a live LLM+MCP diagnostic session found a hidden ArrayPool.Shared cross-thread contention point that no static analyzer would ever flag — and why the fix had nothing to do with...