#systemdesign
Read more stories on Hashnode
Articles with this tag
Motivation This blog is basically an extension of this blogpost :...
What is database Replication ? Replicating the data of one database to other databases Basically master and slave architecture. Statement Based...
Priniciple of Least Privilege ? user/system/process should have the minimum set of permissions to execute or complete its job. Ex: if there is a user...
Introduction to Caching Notes from Article : https://docs.hazelcast.com/hazelcast/5.2/cache/overview A cache is a secondary data store that’s faster...