-
Notifications
You must be signed in to change notification settings - Fork 0
Design Systems
Dao Xuan Do edited this page Mar 26, 2024
·
1 revision
-
Understand Problem
- Features
- Non-functional requirements
- API Design
- Craft An Architecture
-
Defend Your Design (Phòng vệ cho thiết kế của bạn)
- What are the tradeoffs between...
-
Understand Common Patterns
- CDN
- Load balancer
- Database Sharding
- Cache
-
Các thuật toán cần biết
-
Balance the load within a cluster services
- Consistent Hashing
-
Location based service
- Geohash
- Quadtre
-
Rate limiter
- Leaky Bucket
- Token Bucket
-
Search autocomplete
- Trie
-
Quickly check if an element exists
- Bloom Filter
-
Consensus algorithms
- Raft/Paxos
-
Balance the load within a cluster services