Today was a productive day for system design learning with insights on CAP Theorem, Consistency Models, and Load Balancing.
Understanding the trade-offs between Consistency, Availability, and Partition Tolerance offered new perspectives on distributed systems.
The distinction between Strong and eventual consistency shed light on operations of applications like WhatsApp and Google Docs.
Additionally, the concept of Load Balancing in distributing traffic across servers was grasped, with insights on different methods like round robin and least connections.