Case Studies
Deep-dives into hard problems. Implementation secrets omitted by design — the judgment is the point.
Beating the Pirates: A Custom Content-Protection Protocol for a Closed Video Platform
Off-the-shelf DRM failed and cost too much. So I designed a custom content-protection protocol — on a standard-cryptography foundation — for a closed video platform. 20,000+ users, 5–10k concurrent, still holds today.
Read case study →We Didn't Need a Message Queue — We Needed an Event Bus
The 'microservices' were really a distributed monolith talking over RPC — and when a multi-service call failed halfway, the code manually rolled back the earlier calls. What if the rollback failed? No answer. So I moved the platform to a Kafka event bus.
Read case study →A Production AI Agent That Runs on $28 a Month
A full multi-tenant SaaS that plugs into businesses' Meta channels — WhatsApp, Messenger, Instagram — so their customers chat with an AI that quotes and books. Everyone builds these in Python with LangGraph; for a low-end box that's bloat. I built it in Go, and it runs the whole thing for about $28 a month.
Read case study →