Low Level Design: Billing System
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 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
4 min read Consensus Protocol Service: Raft Raft is a consensus algorithm designed to be understandable. It decomposes consensus into relatively independent subproblems: Read article
3 min read Vector Clock Service Vector clocks track causality in distributed systems without requiring synchronized physical clocks. Each node maintains a vector Read article
4 min read CRDT: Conflict-Free Replicated Data Types CRDTs are data structures that guarantee strong eventual consistency: any two replicas that have received Read article