DEV Community

Cover image for Nest JS a New King for APIs | Node JS API development 🎯
tkssharma
tkssharma

Posted on

Nest JS a New King for APIs | Node JS API development 🎯

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

nestjs(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 :

Learning NestJS as a beginner Developer
Step up your game, start using Nest! Nest - one of the best things that happened to server-side JavaScript development…*tkssharma.com

I will keep posting some more tutorials on nestjs for beginners.

Thanks,
@tkssharma | Tarun Sharma | My Profile
*Hi, I'm Tarun.😎 I help people to make better world by good apps, I am Publisher, Trainer Developer, working on…*tkssharma.com

Top comments (0)