#system-design
Read more stories on Hashnode
Articles with this tag
Have you ever wondered how software systems work flawlessly, even under heavy usage? Or how they can adapt and grow with increasing demands? And what...
CAP theorem deals with 3 aspects of the system:-1. Consistency2. Availability3. Partition Tolerance Consistency:- Consistency says that in a...
ACID properties are fundamental properties in any database management system. These are the foundations on which databases are built. So let’s look at...