System Design
Topic map — design notes with trade-offs, not just definitions.
Notes
- Rate Limiter — token bucket vs leaky bucket vs fixed window
- Vector Database — ANN indexes for LLM-era search
Related topics
- Programming — the code behind the design
- Databases — persistence layer choices