#programming
Read more stories on Hashnode
Articles with this tag
Master Rate Limiter LLD and Concurrency Β· π 1. Functional Requirements A Rate Limiter system should: Limit requests per client/user Support multiple...
LLD and Concurrency Design for vending machine Β· 1οΈβ£ Functional Requirements A vending machine should support: Add products Add inventory...
Modern platforms (Reddit, LinkedIn, YouTube) support multiple reaction types per entity. Core Requirements β One user β one reaction per entity β ...
The Silent Cost Behind Fast Reads Indexes donβt make systems faster βthey shift cost from reads to writes, memory, and latency tails. π§ The...
π§ Real-World Scenario Youβre building a live podcast platform where: A host starts a live podcast session. Multiple guests are invited to...
We are designing a meeting scheduler with the following requirements: There are N rooms. We are given a stream of meeting requests (start time, end...