Refactor the title

This commit is contained in:
binhnguyennus 2018-01-11 01:51:03 +08:00
parent 1edd5c05d5
commit a9cbcc6a01
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Awesome Scalability, Availability, and Stability Backend [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
# Awesome Scalability, Availability, and Stability Back-end Design Patterns[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list of selected readings to illustrate Scalability, Availability, and Stability design patterns in Back-end development.
A curated list of selected readings to illustrate Scalability, Availability, and Stability Design Patterns in Back-end Development.
#### 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](#basic).