The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
Go to file
binhnguyennus 7c50cf93cb refactor
2018-01-11 00:41:26 +08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2017-12-27 11:48:12 +08:00
README.md refactor 2018-01-11 00:41:26 +08:00

Awesome Scalability, Availability, and Stability Backend Awesome

A curated list of selected readings/case studies to illustrate Scalability, Availability, and Stability patterns in backend design.

What if your backend went slow?

Understand your problems: performance problem (slow for a single user) or scalability problem (fast for a single user but slow under heavy load) by reviewing some basic design concepts.

What if your backend went down?

"Even if you lose all one day, you can build all over again if you retain your calm!" - Thuan Pham, CTO at Uber Technologies Inc.

Contributing

Please take a look at the contribution guidelines first. Contributions are always welcome!

Contents

Basic

Scalability

Availability

Stability

Others

Classic Books

Special Thanks