We Have Traded Control for Convenience Before. With Google Spark vs OpenClaw, It Is Different This Time.
May 25, 2026Managed AI agents don't just hold your data — they act as you. Why this managed-vs-self-hosted trade-off is qualitatively different from the ones we made for databases and Kubernetes.
Lessons from building notification infrastructure at a startup — where "scale" meant complexity, not user count.
The State of Identity (Part I)
Dec 30, 2025How Digital Identity Quietly Evolved from Web 2.0 to the Modern Internet
Why batch APIs fail in unexpected ways — and how to design contracts, error models, and limits that actually work at scale.
Navigating the challenges of building production-grade APIs with type-safe code generation
The hardest part of scaling a Postgres-backed Go service wasn’t SQL — it was connection behavior. Here’s the journey of uncovering that truth and the approach that finally worked.
Preserving Order in Go Concurrency
Mar 31, 2025Solving the problem of lost ordering in Async operation.
Benchmarking Golang Concurrent Maps
Mar 12, 2025Go map choice for building high performance production grade system