Master Queues
Queues are a fundamental concept in system design. This article will explain their significance. Suppose you got new users that are trying to register on your platform. The basic flow of this process

Search for a command to run...
Articles tagged with #system-design
Queues are a fundamental concept in system design. This article will explain their significance. Suppose you got new users that are trying to register on your platform. The basic flow of this process

To understand what is API Gateway, first we need to know why it is need so much nowadays for big companies. Why use API Gateway? Suppose, you have a four services which are Auth Service which handles

Before we start, we first need to understand why we need load balancers in the first place. Why we need Load Balancers? Suppose you have a platform where daily 10,000 users make requests. And you have

What is System Design? System design is the process of defining how different parts of software system interact to meet both functional (what it should do) and non-functional (how well it should do) r
