CAP Theorem…The CAP Theorem (also known as Brewer’s Theorem) is a key concept in distributed systems that helps in understanding the trade-offs between…Sep 30, 2024Sep 30, 2024
Multithreading in PythonMultithreading is the ability of a CPU (or a single program) to manage its use by more than one user at a time, or to manage multiple…Sep 26, 2024Sep 26, 2024
Database ReplicationHave you wondered what will happen if database server fails? You cannot risk it here comes the role of database replication which is the…Aug 29, 2024Aug 29, 2024
Bloom FiltersAs a programmer if we want to check whether an element is a member of any dataset we use hashset and in case of strings we use Trie data…Aug 3, 2024Aug 3, 2024
Sharding in Database…Sharding is a Database architecture pattern which involves dividing of large database into smaller manageable pieces of data called…Jul 23, 2024Jul 23, 2024
What happens when you enter “google.com”?So the first thing that happens is that your browser searches in its cache to see if that website was visited before or not and the IP…Jul 19, 2024Jul 19, 2024
Django-crispy-forms in PythonI learnt about this application when I was developing CRM (Customer Relationship Management ) Application named CustomerLink using Django…Jul 10, 2024Jul 10, 2024