Tags
Redis
System Design (4): Caching — Where to Cache, What to Evict, and When Caching Hurts
A deep dive into caching strategies across every layer of the stack — from CDN to database buffer pools — covering cache-aside, write-through, write-behind patterns, eviction policies, thundering herd mitigation, and …
Databases (5): NoSQL — Document, Key-Value, Column, and Graph
A practical tour of the four major NoSQL families — document, key-value, wide-column, and graph — including the CAP theorem and when to use each model.

