Twitter Feed System Design
Complete system design for a Twitter-like feed. Covers write path (tweet creation, fan-out on write), read path (timeline assembly with Redis cache), media pipeline (S3 + CDN), Snowflake ID generation, social graph, search indexing, and push notifications.