Thanks for the shoutout, Saurabh! There should be a 9th strategy: identifying when you need scaling and writing faster backend code so you don't have to do it super early. Why? I've just encountered an API endpoint that returns some data. The data is gathered with a for loop containing a SELECT query. 😅
These are 8 ways to make your application more robust and improve the user-experience.
Great article, Saurabh! 🙌
Thanks Petar!
The ability to build scalable systems separates enduring solutions from temporary fixes.
Simply put, Saurabh!
And thanks so much for the shoutout.
Thanks Raul. Keep the superb articles coming!
Isn't Horizontal scaling & Autoscaling the same ?
In my view, autoscaling is one of the ways in which you make horizontal scaling possible.
great post, thank you! Should we add Redundancy and Microservices?
Thanks for the feedback. Yes those are also definitely good strategies to keep in mind.
Another amazing post, keep these firing my friend!
Thanks Daniel!
Great one as always. I wish I had a fraction of your diagram drawing skills! And thx for the mention 🙏
Thanks Riccardo!
Keep the articles coming 🙌
Thanks for the shoutout, Saurabh! There should be a 9th strategy: identifying when you need scaling and writing faster backend code so you don't have to do it super early. Why? I've just encountered an API endpoint that returns some data. The data is gathered with a for loop containing a SELECT query. 😅