Completed
About Me
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Cloud Patterns
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Cloud Patterns
- 3 About Me
- 4 Basic web application
- 5 Loading the static files
- 6 Static files on webserver antipattern
- 7 Static Content Hosting Pattern
- 8 Storage Limits Mitigation - Replication
- 9 Content Delivery Network (CDN) Pattern
- 10 CDN Considerations
- 11 Uploading to storage - traditional
- 12 Uploading to storage - Direct Upload Pattern
- 13 Valet Key Pattern - Azure SAS Shared Access Signature
- 14 Synchronous coffee shop under load
- 15 Scaling
- 16 Serverless Architecture
- 17 Dealing with errors - always have a fallback
- 18 Transient Faults
- 19 Operation With Basic Retry
- 20 Retry Pattern - Solutions
- 21 Circuit Breaker Pattern