SMsourabh malviyainsourabhmalviya.hashnode.dev·Mar 31 · 5 min readCache Strategies in distributed systemCaching helps us to serve millions of request but it come with another challenge in our application that is when is right time to remove the data from cache memory? Traffic spike in not constant in ou00
SMsourabh malviyainsourabhmalviya.hashnode.dev·Mar 7 · 5 min readThe Thundering Herd Problem in System Design: Causes, Impact, and SolutionsImagine you are excited to buy a new iPhone on launch day from the Apple Store. You arrive at the store early, but you quickly realize that hundreds of other people are also waiting to buy the same ph00