© 2023 Hashnode
#scaling
Scaling Uber to 1000 Services: Insights and Regrets This post is based on a few things that you should be prepared for while moving toward microservices. Matt Ranney, Chief System Architect at Uber, t…
Microservices architecture has gained significant popularity in recent years due to its ability to enhance scalability, flexibility, and agility in software development. However, as the demand for app…
In the last post, we roughly touched base on the scalability of RDBMS and NoSQL databases. In this post, however, we will go into the details and basics of how NOSQL databases naturally lend themselves for the high scale. The scale has to b…
DevOps is a methodology that helps both "development" and "operation" teams to work in collaboration and efficiently.It involves collaboration between developers, IT operations staff, quality assuranc…
If you see the name, development and operations both are there. It’s not a single tool, practice or only development or operation team but DevOps is a combination of sets of tools. It’s a culture and …
Node.js is a popular runtime environment for building scalable, high-performance applications. However, as your application grows, you may need to scale it to handle more traffic and users. Load Balan…
The Hyper-scaling is for a while discussing in Serverless community and some elegant workarounds are presented by the community members and AWS staff . To discover more about the optimizations have a look at : Theses are all the optimizatio…
Database connection pooling is a technique used to improve the performance of applications that access a database. Connection pooling allows an application to reuse existing database connections, inst…
What is DevOps ? DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) to create a faster and more reliable software delivery pipeline. The goal of DevOps is to…
Virtual Machine Scale Set creates a group of load-balanced VMs. The number of VMs can increase or decrease in response to demand or a defined schedule. Scale Set creates the required number of VMs in …