Articles
The ideas behind the problems — filed by category, not a chronological feed.
Data Structures
1 articleSystem Design
2 articles- CAP TheoremWhat CAP actually constrains (only what happens during a network partition), the two-way choice it leaves you with, and why 'CP vs AP' is a more useful question than 'which one is best.'
- Consistent HashingWhy 'hash(key) % N' falls apart the moment N changes, how mapping keys and nodes onto the same ring fixes it, and what virtual nodes are actually for.