Lean-stack engineering (Hanov, 2024; Ryer, 2024)
An operating philosophy for small teams that treats dependencies, runtime complexity, and infrastructure sprawl as recurring costs, and treats auditability plus operational transparency as the deliverable: one statically linked binary, one VPS, SQLite with WAL, and transparent billing as the first observability signal.
Hanov supplies the perimeter discipline; Ryer supplies the internal Go HTTP service shape (NewServer with explicit deps, handlers as closure factories, context cancellation at every layer) that keeps the binary inspectable as it grows.
For the longer treatment in narrative context, see Reliability: lean-stack engineering.