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 Incident Commander role exists to coordinate communication, not to be the person who fixes the problem”
“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”
Distributed tracing built on the same engine as VictoriaLogs, without the external storage tax
Centralized secret storage with encryption at rest and fine-grained access control
A skip list is a layered linked list where higher layers skip over multiple elements, giving you O(log n) search, insert, and delete on a data structure that is conceptually much simpler than a balanced binary tree