#system-architecture
Read more stories on Hashnode
Articles with this tag
So if you have heard any developer talking about building a system, you must have heard about caching. So in this article, I will try to explain, 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...