Instructor (indian?) is very "so-so". He use Typescript very bad. Write `new Promise`, then resolve it without any sense, then return it like Promise<any>! Use PUT instead of PATCH, strange naming of methods, etc. Feels like he's not higher than middle.
2023-02-22
YOKESH M
Extra one video was repeating all the videos
2022-06-17
María del Carmen Luciano García
This course is very good for beginners as it teaches the basics.
2022-06-07
Free NestJS tutorial tutorial, What is NestJS used for?
NestJS is used for writing scalable, testable and loosely coupled applications. It brings scalable Node. js servers to a whole new level. It supports databases like PostgreSQL, MongoDB, MySQL.How good is NestJS?
Then, NestJS is a really well designed and even better-crafted framework. As it uses modern solutions and technologies, you have every right to expect the applications created with NestJS to be maintainable and long-lasting. And even though the framework is written in JavaScript, it isn't a cause of any limitations.How do I run a NestJS project?
Running the application
This command starts the app with the HTTP server listening on the port defined in the src/main. ts file. Once the application is running, open your browser and navigate to http://localhost:3000/ . You should see the Hello World!Should I learn NestJS?
Express, or NestJS (Typescript)
Express JS is the de-facto for the NodeJS, a web application framework built by TJ Holowaychuk. ... But if you can give more time and compatibility with typescript, I would strongly recommend using nestjs, as it comes with 'out-of-the-box' multiple supported integrations.