Ashmit PandeyCAP 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 30Sep 30
Ashmit PandeyMultithreading 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 26Sep 26
Ashmit PandeyDatabase 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 29Aug 29
Ashmit PandeyBloom 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 3Aug 3
Ashmit PandeySharding in Database…Sharding is a Database architecture pattern which involves dividing of large database into smaller manageable pieces of data called…Jul 23Jul 23
Ashmit PandeyWhat 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 19Jul 19
Ashmit PandeyDjango-crispy-forms in PythonI learnt about this application when I was developing CRM (Customer Relationship Management ) Application named CustomerLink using Django…Jul 10Jul 10