Archives
All the articles I've archived.
2026 1
May 1
-
How Does Redis Work? A Deep Dive into In-Memory Architecture
An in-depth systems engineering look at how Redis achieves sub-millisecond latencies, exploring its event-loop execution engine, memory-efficient data layouts, persistence models, and OS-level syscall patterns.
2025 1
August 1
-
Understanding Polymorphic APIs
A deep dive into polymorphic APIs — what they are, why they matter, and how to design them effectively.