https://www.youtube.com/watch?v=5tau19ae6aY&list=PLIGDNOJWiL1_Nt0qLMaYVvcTxaTioCuRg
Nest JS a New King for APIs | Node JS API development
Image from https://nestjs.com/
NestJS Webinar
A presentation created with Slides.slides.com
(http://www.youtube.com/watch?v=g3qX9eQSog4 "nestjs")
Nest JS is something new and growing day by day in its popularity for APIs development, its built on top of Express and supporting typescript in Modular style which is somewhat similar to what we do in angular for like creating services and Modules
For Angular Developers they might find this cool as syntax is somewhat similar for creating modules, dependency injection, Creating modules and many more..
I just covered why should we use Nest JS for API development
Typescript Support
Built on top of Nest js
Bundled with everything (no need of External Library)
Good Support available for service integration like like redis, web socket or any database.
Good support with TypeORM, Sequelize and Mongoose
Overall it comes with package for request validation, middle-ware, Interceptors, Pipe and simple way to write API documentation using swagger Modules.
For a simple starter You can look at My simple Code as starter Kit
Nest JS for Beginners :
I will keep posting some more tutorials on nestjs for beginners.