REST API Best Practices: Design & Securityfor building secure, scalable, reliable and maintainable backend system it is important to follow conventions accross backend systemNov 21, 2023Nov 21, 2023
Do you need Load Balancer?Load Balancers are mandatory when you need to design a scalable backend system. In simple terms, Load Balancers are responsible to route…Oct 5, 2023Oct 5, 2023
The Many Roles of API GatewayAPI Gateway is one of the key components while designing a microservice architecture. It acts as an intermediary between clients and…Oct 4, 2023Oct 4, 2023
Scaling your Backend: Database (Master — Slave Replication)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…Oct 3, 2023A response icon1Oct 3, 2023A response icon1
Can your backend system handle a million requests per second?As a backend developer, we all face questions like “Can your backend system handle a million requests per second”.Oct 3, 2023Oct 3, 2023