Posts
Thoughts on building software and systems.
-
The Two-Key System: How We Turned House Hunting Into a Team Sport with AI
I built the perfect 140-point house hunting scoring system.
-
The Golden Context: How I Turned Claude Code's Session Management Into a Git-Like Workflow
I was losing an hour a day to context rebuilding until I discovered how to treat Claude Code sessions like Git branches. Here's the workflow that works for me.
-
Strategic Test Design: Reduce AI-Generated Test Bloat
When Claude generated 47 tests for my shopping list feature, I thought I'd struck gold. Then I realized it was testing its own mocks while my actual code remained broken. Here's how I learned to constrain AI test generation.
-
Generate C4 Diagrams from Your Codebase
Have Claude read your codebase, generate C4 diagrams, and load them in Structurizr. From zero to full documentation in under 30 minutes.
-
Makefiles in 2025: The Build Tool That Refuses to Die
Why Makefiles remain incredibly useful for modern development workflows, from simple task runners to complex build orchestration, and how they create perfect synergy with AI coding assistants
-
Claude Using Outdated Library Documentation? Fix with Context7 MCP
When Claude Code gets stuck guessing library APIs and syntax, Context7 MCP server loads the actual docs. Here's how it saved my Structurizr debugging session.
-
I Run 4 AI Agents in Parallel. Here's How I Keep Them from Destroying My Codebase
After watching Claude sessions step on each other's changes, I discovered git worktrees. Here's the system that lets me run 4 AI agents simultaneously without merge hell.
-
Restore PyCharm Scratch Files After Upgrading Versions
Lost your PyCharm scratch files after upgrading? Here's the 2-minute fix to restore all your scratch files from the Application Support folder.
-
Django + Next.js SaaS Starter Template with AI Agents
Open source Django + Next.js boilerplate with AI coding agents, authentication structure, and Docker. Build your SaaS in days, not weeks. Perfect for 2025.
-
Ship Your Developer Blog in 30 Minutes with Cloudflare and Astro
The fastest path from zero to deployed developer blog using Cloudflare Workers, Astro, and AstroPaper theme.