Guides
The series I send when someone comments 'repo'. Each one goes start to finish — code, context, and the gotchas nobody warns you about.
4-part seriesDeploy Next.js to production, properly
The guide I send when someone comments 'repo'. From a fresh project to a live URL with a database, auth, and a domain — no hand-waving.
4-part seriesDocker, from scratch
Containers without the cargo-culting. Build an image you understand line by line, then ship it small, fast, and reproducible.
4-part seriesBuild an AI agent that uses tools
Not a chatbot. An agent that plans, calls real functions, recovers from errors, and finishes a multi-step job without you babysitting it.
4-part seriesGit, properly
Stop memorizing commands you don't understand. Learn the three objects Git is built on, and rebase, reset, and cherry-pick stop being scary.