Completed
Serverless: why developers love it
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Patterns to Build Stateful Apps with Serverless
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Serverless: why developers love it
- 3 Serverless: The hard problems are getting solved
- 4 Is stateful that important?
- 5 3 kinds of state
- 6 Accessing data: The problem
- 7 Accessing data: A solution
- 8 Persisting data: The problem
- 9 Persisting data: A solution
- 10 Shared memory: The problems
- 11 Shared memory: A solution
- 12 Turning the app server inside out
- 13 Transition to stateless business logic (CQRS patterns)