Every commit tells a story.
We just write it down.
git commits narrated by the world's greatest authors
Featured
The Collection
The Kubernetes Operator
Go
Building a custom Kubernetes operator from scratch. Reconciliation loops, CRDs, and the art of eventual consistency.
"The cluster hummed with activity, thousands of containers rising and falling like tides. But something was missing — a controller that could think…"
FastAPI in Production
Py
An ML inference API built for scale. From prototype endpoints to Kubernetes-ready services with structured logging.
"The first request hit the server at 3:47 AM. Latency: 340ms. Unacceptable. The engineer reached for her profiler like a surgeon reaching for a scalpel…"
The Compiler
Rs
A toy programming language written in Rust. Lexer, parser, AST, and code generation — the full journey from source to bytecode.
"Every programming language begins the same way: someone stares at a blank file and types the three most dangerous words in computer science — 'fn main()'…"