System Design
Newsletter Articles Cheatsheet Resources Support
System Design
Cancel
NewsletterArticlesCheatsheetResourcesSupport
/leaderboard-system-design/leaderboard.webp

Leaderboard System Design

NK published on 2023-03-18 included in Architecture
Redis sorted set data type makes it trivial to generate a scalable real-time leaderboard
Read More
/quotient-filter-explained/quotient-filter-explained.webp

Quotient Filter Explained

NK published on 2023-03-11 included in Data Structure
an approximate membership query filter
Read More
/bloom-filters-explained/bloom-filter.webp

Bloom Filters Explained

NK published on 2023-03-06 included in Data Structure
probabilistic data structure to check membership of an item in constant time and space
Read More
/consistent-hashing-explained/What-is-consistent-hashing.webp

Consistent Hashing Explained

NK published on 2022-12-18 included in Algorithm
1. Hashed IP addresses are used to assign a position for the nodes 2. Hash ring is traversed until a node is found
Read More
/system-design-pastebin/system-design-pastebin.webp

System Design Pastebin

NK published on 2022-12-09 included in Architecture
1. create a unique paste ID 2. encode the paste ID 3. persist the paste ID in SQL store and paste in the object storage
Read More
  • 1
  • 2
  • 3
2022 - 2023 NK | CC BY-NC 4.0