Completed
Function code
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Under the Hood of Serverless Platforms
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Serverless principles
- 3 What is App Engine?
- 4 Why App Engine?
- 5 What is Cloud Functions?
- 6 What is Cloud Run?
- 7 Why Cloud Run?
- 8 Process-level resource isolation
- 9 Code is executed on instances
- 10 What is execution environment?
- 11 Serving Requests & Events
- 12 Functions, Apps, Containers?
- 13 Don't pretend your monolith is a microservice
- 14 Serverless Concurrency & Billing
- 15 Text to image
- 16 Function code
- 17 Deploy and test at scale
- 18 Add memory and test again
- 19 Memory leak fixed
- 20 Shall we reduce memory? No!
- 21 What is the time spent on?
- 22 Better compression
- 23 Optimize downloading the background
- 24 Move computations to global scope
- 25 Summary of steps