Writing

Notes on building software.

Deep dives into databases, systems, and the tools I use every day.

February 18, 2026 (2d ago)

Sockets From Scratch

A hands-on look at how servers actually work: sockets, queues, and the hidden machinery behind every HTTP request.

InteractiveNetworkingSocketsBackendC
January 15, 2024 (2y ago)

Database Transactions

A walkthrough of transactions and ACID: atomicity, consistency, isolation, and durability.

InteractiveDatabasesTransactionsACID