Blog
I mostly write about the things I'm building, the bugs that wasted my time, and the engineering rabbit holes worth going down.
·21 min read
Inside Forge | Writing a Container Runtime From Scratch
A container runtime built from scratch in Go using Linux primitives and raw kernel interfaces.
golinuxcontainersnamespacescgroupsnetlinksystems
·4 min read
Why I Built My Own Redis
A deep dive into the architecture decisions and lessons learned from building a Redis-compatible key-value store from scratch.
databasesredisgodistributed-systems