Completed
) User Input Validation with JOI Validating Nested Object and Arrays
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learn Node.js - Full Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Installing Nodejs
- 2 ) Working With Modules
- 3 ) The Events Module and EventEmitter Class
- 4 ) Working With The ReadLine Module.
- 5 ) Working With File System Module (Creating,Reading,Deleting,Renaming) Files
- 6 ) Working With File System Module. Creating and Deleting Folders
- 7 ) Working with Readable and Writable Streams
- 8 ) Why you should use Streams
- 9 ) Pipes and Pipe Chaining. (Readable,Writable and Transform Streams)
- 10 ) Creating a Http Server using the Http Module
- 11 ) Serving Static Files with Http and File System Module (html,json,image)
- 12 ) Create our Package.json using Npm Init
- 13 ) Installing Packages using Npm (Node Package Manager)
- 14 ) Semantic Versioning
- 15 ) Getting started with Express Web Framework
- 16 ) Working with Express Http Get Request, Route Params and Query Strings
- 17 ) Serving Static Files with Express
- 18 ) Http Post Request with Express and Body Parser Module
- 19 ) Working with JSON Data with Express and the Body Parser Module
- 20 ) User Input Validation With Express And JOI
- 21 ) User Input Validation with JOI Validating Nested Object and Arrays
- 22 ) Getting Started With EJS Templates With Express
- 23 ) How does MiddleWare Work and Creating Custom Middleware
- 24 ) Working With The Express Router