Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Nest.js REST API: CORS, Rate Limits, Server Logs, and Exception Filters
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Starter Code
- 4 Lesson Goals
- 5 Set a Global Prefix
- 6 Enable CORS
- 7 Rate Limiting
- 8 Create a Logger Service
- 9 How to Apply the Logger Globally
- 10 How to Apply the Logger to a Class
- 11 Create an All Exceptions Filter
- 12 Logging Errors
- 13 More Prisma Error Types
- 14 nestjs-prisma library
- 15 Wrap-up