3 followers
I Love Understanding CS from Core level, some of my favourite topics are Distributed Systems, Microservices, Databases, Web fundamentals, Data Structures and Algorithms.
As a backend developer, we all face questions like “Can your backend system handle a million requests per second”. How can we give an approximate...
API Gateway is one of the key components while designing a microservice architecture. It acts as an intermediary between clients and servers. But is...
According to the StackOverflow survey, PostgreSQL is the most loved database in 2022. What makes it so special? I mean it is just another SQL...
Load Balancers are mandatory when you need to design a scalable backend system. In simple terms, Load Balancers are responsible to route user requests...
When you notice that your server is taking more time to respond to the client, your first step should be to find out any wrongly written slow...
We all know what ACID properties are and how to use them effectively, if you need to revise then refer to Never forget ACID again!!. Do you ever...