Tutorials

Step-by-step guides with working code. Ship something by the end.

2026-03-05

Docker for Developers Who Just Want to Ship

A practical Docker tutorial for developers who don't care about container orchestration. Build, run, and deploy with Docker in an afternoon.

2026-03-03

The Only Git Workflow You Need for Small Teams

A practical git workflow for small teams using trunk-based development and feature flags. Real commands, no ceremony, ships fast.

2026-03-02

How to Actually Use TypeScript (Without Hating It)

A practical guide to using TypeScript in real projects. Real tsconfig setups, gradual migration, and type patterns that help instead of hurt.

2026-02-28

Building Your First API with Go: A Tutorial for JS Developers

A practical Go API tutorial for JavaScript developers. Build a working REST API with routing, JSON, and a database — no frameworks required.