System Design System Design of School Management Software In this article, we will be exploring the System Requirements, Architecture, Low-level design, database design, and examples of School Management Software.
System Design System Design of Library Management System In this article, we will take a look at the key features a library management system needs to offer, its high-level, low-level design, database design, and some of the already existing library management software.
System Design System Design of GitHub In this article, we will look into the system design of GitHub, the various protocols it offers, and how they work.
System Design System Design of Microsoft Teams In this article, we will look at the high-level system design of Microsoft Teams, its architecture, and how it works.
System Design Graph Database in System Design In this article, we will look at what are graph databases, how they differ from traditional relational databases, and their uses in System Design.
System Design AWS Redshift in System Design In this article, We will take a look at AWS Redshift and understand it using a real-time example.
System Design Apache ZooKeeper in System Design In this article, we will look at Apache ZooKeeper and how it is useful in distributed systems.
System Design Master-slave & Master-master replication in Databases In this article, we will explore the basics of data replication techniques such as Master-slave and Master-master in databases.
System Design Types of Storage Devices In this article, we will take a look at the various Storage Devices that are used in computing cost, applications and their characteristics.
System Design Distributed Database Management System (Distributed DBMS) In this article, we will take a look at distributed database management systems (Distributed DBMS) and their advantages and disadvantages along with examples.
Python ChainMap in Python In this article, we will explore the ChainMap container which is available in the collections module in Python.