Skip to content

Commit

Permalink
Add toc
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavmihaylov authored Aug 21, 2022
1 parent e3611ee commit f5310cd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions system-design/understanding-distributed-systems/part03/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# Scalability
- [Scalability](#scalability)
- [HTTP Caching](#http-caching)
- [Content delivery networks](#content-delivery-networks)
- [Partitioning](#partitioning)
- [File storage](#file-storage)
- [Network load balancing](#network-load-balancing)
- [Data storage](#data-storage)
- [Caching](#caching)
- [Microservices](#microservices)
- [Control planes and data planes](#control-planes-and-data-planes)
- [Messaging](#messaging)
- [Summary](#summary)

Over the last decades, the number of people with internet access has risen.
This has lead to the need for businesses to handle millions of concurrent users.

Expand Down

0 comments on commit f5310cd

Please sign in to comment.