Completed
- Caching
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Scale an App to Millions of Users - System Design
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Scalability
- 3 - Vertical and Horizontal Scaling
- 4 - Starting with a Single Server
- 5 - Pros and Cons to Single Server
- 6 - 3 Tier Architecture
- 7 - Serverless Services
- 8 - Pros and Cons to 3 Tier Architecture
- 9 - Load Balancing and Horizontal Scaling
- 10 - Pros and Cons to Load Balancing
- 11 - Caching
- 12 - CDN
- 13 - Pros and Cons of a CDN
- 14 - Flow of a Request
- 15 - Caching Store
- 16 - Pros and Cons of Caching
- 17 - Database Layer
- 18 - Full Architecture Overview