Completed
Dependency
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Moving From Client Side Rendering to Server Side Rendering
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Client side rendering
- 3 Simple server architecture
- 4 Why did we change
- 5 When did we start
- 6 The effect
- 7 How we did it
- 8 Making it work
- 9 Issues
- 10 Server Architecture
- 11 Nodejs
- 12 CPU intensive tasks
- 13 Nodes
- 14 Performance
- 15 Microservices
- 16 Rewrite requests
- 17 Developer velocity
- 18 Flexible client version
- 19 Dependency
- 20 Require
- 21 Use chunked responses
- 22 Dont break anything
- 23 Fallbacks
- 24 Streaming
- 25 Java