Posts
All the articles I've posted.
Breaking down Orloj: Agent runtime, control plane, and embedded console
Updated:A close read of Orloj's single-agent loop, multi-agent graph routing, tools and governance, and how the Go control plane, Postgres leases, and React console wire into the same resources. With core code and diagrams.
How Handler Context reaches database queries
Updated:When Request.Context is canceled, and how database/sql QueryContext carries that cancel into a query from a business Handler.
Where timeouts bite after HTTP enters a Go process
Updated:Maps net/http.Server's ReadHeaderTimeout, ReadTimeout, WriteTimeout, and IdleTimeout to pin down exactly where a request stalls inside the process.
Backend notes
Updated:Entry point for server-side mechanism notes. The Request Crossing series starts with HTTP timeouts in Go.