13 Comments

These are 8 ways to make your application more robust and improve the user-experience.

Great article, Saurabh! 🙌

Expand full comment

Thanks Petar!

Expand full comment

The ability to build scalable systems separates enduring solutions from temporary fixes.

Simply put, Saurabh!

And thanks so much for the shoutout.

Expand full comment

Thanks Raul. Keep the superb articles coming!

Expand full comment

Isn't Horizontal scaling & Autoscaling the same ?

Expand full comment

In my view, autoscaling is one of the ways in which you make horizontal scaling possible.

Expand full comment

great post, thank you! Should we add Redundancy and Microservices?

Expand full comment

Thanks for the feedback. Yes those are also definitely good strategies to keep in mind.

Expand full comment

Another amazing post, keep these firing my friend!

Expand full comment

Thanks Daniel!

Expand full comment

Great one as always. I wish I had a fraction of your diagram drawing skills! And thx for the mention 🙏

Expand full comment

Thanks Riccardo!

Keep the articles coming 🙌

Expand full comment

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. 😅

Expand full comment