Small, explicit, zero-dependency Go. I write the boring parts carefully — lifecycle, errors, health — so the interesting parts have somewhere solid to stand.
a QR code that is a noir comic panel
Encode text into a hand-inked halftone cityscape, then read it back from a screenshot or a phone photo — grayscale tonal channels plus Reed–Solomon error correction and adaptive sizing. A Python CV core, a stateless Go gateway (Fiber, ports & adapters), and a React SPA with live camera scanning.
explicit error handling
Every error carries a typed Code you can match with errors.Is — no string parsing. Codes survive wrapping through the whole cause chain.
source ↗batteries for the runtime
Ready-made lifecycle components — datastores, servers, workers — that satisfy the samsara contract out of the box, so a new service wires up in minutes instead of boilerplate.
source ↗a production service, scaffolded
A runnable starter that wires samsara, mishap, and the components into a service with health endpoints, structured logging, and graceful shutdown already in place. Clone and ship.
source ↗Most of my work is infrastructure other engineers depend on. That earns a specific kind of discipline.
I'm employed full-time and not looking to move. But I take on the occasional small freelance project when it's a good fit — backend, platform, Go. Tell me what you're shipping; I read everything.