Low Level Design: Social Graph Service
4 min read What Is a Social Graph Service? A social graph service models relationships between users on a platform. These relationships can […] Read article
4 min read What Is a Social Graph Service? A social graph service models relationships between users on a platform. These relationships can […] Read article
4 min read What Is Write-Through Cache? Write-through caching is a strategy where every write to the cache is synchronously propagated to the Read article
4 min read What Is an ETL Service? Extract, Transform, Load (ETL) is the classic pattern for moving data from operational systems into Read article
5 min read What Is a Billing System? A billing system manages the full revenue lifecycle: creating subscription plans, tracking usage, generating invoices, Read article
5 min read What Is Content-Based Filtering? Content-based filtering recommends items similar to those a user has already engaged with, based on the Read article
4 min read What Is an Image Processing Service? An image processing service accepts raw image uploads, applies a configurable set of transformations Read article
5 min read What Is a Thumbnail Generator Service? A thumbnail generator service automatically produces small preview images from source assets — videos, Read article
5 min read What Is a Content Delivery Network? A Content Delivery Network (CDN) is a geographically distributed system of proxy servers and Read article
5 min read What Is an Edge Cache Service? An Edge Cache Service is a low-latency, high-throughput caching layer deployed at the network Read article
4 min read What Is a Token Refresh Service? A Token Refresh Service manages the lifecycle of short-lived access tokens and long-lived refresh Read article
6 min read What Is an Experiment Framework? An Experiment Framework is the foundational infrastructure layer that enables product teams to run controlled Read article
4 min read What Is a Distributed Transaction Manager? A Distributed Transaction Manager (DTM) coordinates operations that span multiple databases, services, or nodes Read article
3 min read Core Functions A reverse proxy sits between clients and upstream servers, providing: TLS termination, request routing, upstream connection pooling, response Read article
3 min read P2P Architecture Types Two main architectures: unstructured (Gnutella) uses flood queries to locate content; structured (Kademlia DHT) provides O(log N) Read article
3 min read Column Storage Basics In a column store, each column is stored separately on disk. This enables: Reading only the columns Read article