de en es fr nl pl pt sv zh

scaling

How to scale a Nodejs app based on number of users

Adrian Mejia Blog

Massive success is the best that could happen to any application. But, it could be a blessing and a curse for developers. Dealing with downtime, high availability and trying to scale. The following is a guideline on how to scale the web applications as the number of users grows. One of the most...

How to build scalable apps?

Adrian Mejia Blog

Scaling application is not an easy topic to cover in one post. So in this first post, you can find “the mindset” to build scalable apps using the 12-factor principles. In the next post, you will find more down to earth examples one how to scale based on the number of users. The Twelve steps are a...