Posts tagged “scalability

5 articles · all posts

April 3, 2021

What Do Reliability, Scalability, and Maintainability Mean?

Definitions of the three concerns that shape good software, and what each one asks of your system.

March 25, 2021

Micro-services vs Monolith Architecture

micro services vs monolith architecture

March 24, 2021

Loose Coupling Basics

What coupling between components actually measures, and why loosely coupled services are easier to change and scale.

March 19, 2021

Scalability For Beginners

What scalability really means, including the half everyone forgets: scaling back down when traffic falls.

March 16, 2021

Keep your front-end servers stateless to make them scalable

Why storing user state on front-end servers breaks once a load balancer is involved, and where that state belongs instead.