Algorithm patterns & code templates
End-to-end architecture problems
Design patterns & practical code
Deep dives into core tech
Production systems & operations
TCP, HTTP, TLS, DNS & more
Consensus, replication & more
Kernel, networking & system calls
Quick reference cards for interviews
“The last 20% of any migration contains 80% of the pain. Budget and staff for it explicitly, or it will drag on for years as a zombie project”
“Remote-first is not the same as remote-friendly. Remote-first means every process, meeting, and decision is designed for distributed participants by default. If your office employees have an information advantage over remote ones, you're remote-friendly at best”
The purpose-built time series database that owns the IoT and metrics space
Copies data across multiple nodes for fault tolerance and read scalability
You cannot average percentiles. The P99 of shard A and the P99 of shard B does not give you the global P99. This is the fundamental reason streaming quantile sketches exist