You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Benny Nguyen 33ffad9b7f
Create CONTRIBUTING.md
6 years ago
CONTRIBUTING.md Create CONTRIBUTING.md 6 years ago
README.md Update README.md 6 years ago

README.md

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) from basic.

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

Special Thanks