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
“Culture is a set of decisions people make when no one is looking. It shows up in code review tone, incident response urgency, and whether someone speaks up when a deadline is unrealistic”
“The sweet spot for most engineering managers is 5-8 direct reports. Below 5, the manager lacks enough context to justify the role. Above 8, 1:1s and career development conversations get squeezed and people start feeling invisible”
The headless rich-text editor built on ProseMirror with first-class Yjs support
Of the three observability pillars (metrics, logs, traces), metrics are where alerting starts
With N replicas, W (write quorum) and R (read quorum) define the consistency tradeoff. If W + R > N, every read sees at least one replica with the latest write because the write and read sets must overlap