System Design Basics : CAP Theorem
CAP stands for Consistency, Availability and Partition Tolerance. Let's understand the three in brief. ConsistencyEvery participant in a distributed system, should always receive the same data for a query i.e.,…
CAP stands for Consistency, Availability and Partition Tolerance. Let's understand the three in brief. ConsistencyEvery participant in a distributed system, should always receive the same data for a query i.e.,…
One of the most important rounds in any top tech company is the System Design round. These round not only judge your knowledge as a software engineer but also your…