Completed
- 0:54:47 Exception Filters - Bubbling Up
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
NestJS Course for Beginners - Build Server-Side Applications
Automatically move to the next video in the Classroom when playback concludes
- 1 - 0:00:00 Why NestJS?
- 2 - 0:03:40 DevMatch - A Dating App For Developers
- 3 - 0:05:08 Setup
- 4 - 0:07:21 Modules & Decorators
- 5 - 0:10:18 Controller GET All Profiles
- 6 - 0:15:00 Controller GET Single Profile
- 7 - 0:17:24 Controller POST
- 8 - 0:23:35 Controller PUT
- 9 - 0:26:19 Controller DELETE
- 10 - 0:29:37 Service Get All Profiles
- 11 - 0:32:59 Service Get Single Profile
- 12 - 0:36:49 Service Create Profile
- 13 - 0:46:01 Service Update Profile
- 14 - 0:51:20 Service Remove Profile
- 15 - 0:54:47 Exception Filters - Bubbling Up
- 16 - 1:02:34 Exception Filters - Challenges
- 17 - 1:07:00 Handling exceptions in the controller
- 18 - 1:10:09 Pipes Transformation
- 19 - 1:14:58 Pipes Validation
- 20 - 1:20:41 Intro To Guards
- 21 - 1:24:14 Outro