PBPrabhsimran Bajajinsystem-design-fundamentals.hashnode.dev·Aug 20, 2025 · 3 min readCAP Theorem - A toolkit essentialHave you ever wondered why how the views and likes count on your instagram reel or post takes sometime to update while the app you can still use other features of the app simultaneously ? The answer might lie in he core principle of distributed syste...00
PBPrabhsimran Bajajinsystem-design-fundamentals.hashnode.dev·Aug 20, 2025 · 5 min readDemystifying Consistent Hashing — The Backbone of Scalable Distributed SystemsWill approach this topic in the form of a case study in order to better understand the practical application. Title - Scaling Request Routing in an Online Food Delivery Platform Background: "QuickEats" is a growing online food delivery platform servi...00
PBPrabhsimran Bajajinsystem-design-fundamentals.hashnode.dev·May 18, 2025 · 3 min readScaling SimplifiedScaling referes to the ability of a software system to handle more requests by increasing the underlying infrastructure without hampering the performance of the application. Let’s consider an example. Suppose you open a hotel with an initial capacity...01E