Course Information
Course Overview
Learn to build a feature rich production ready RESTful web services using NestJS and MongoDB.
Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).
Under the hood, Nest makes use of robust HTTP Server frameworks like Express (the default) and optionally can be configured to use Fastify as well!
Nest provides a level of abstraction above these common Node.js frameworks (Express/Fastify), but also exposes their APIs directly to the developer. This allows developers the freedom to use the myriad of third-party modules which are available for the underlying platform.
In recent years, thanks to Node.js, JavaScript has become the “lingua franca” of the web for both front and backend applications. This has given rise to awesome projects like Angular, React and Vue, which improve developer productivity and enable the creation of fast, testable, and extensible frontend applications. However, while plenty of superb libraries, helpers, and tools exist for Node (and server-side JavaScript), none of them effectively solve the main problem of - Architecture.
Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications. The architecture is heavily inspired by Angular.
In this course I am going to guide you through the process of planning, developing and deploying a fully-featured RESTful web service using TypeScript+NestJS on Node platform.
Course Content
- 9 section(s)
- 62 lecture(s)
- Section 1 Introduction
- Section 2 Controllers in detail
- Section 3 Providers in Nest JS
- Section 4 Middleware
- Section 5 Dealing with exceptions
- Section 6 Pipes in Nest JS
- Section 7 Using Mongodb
- Section 8 Deploy to a cloud server (Heroku)
- Section 9 APPENDIX-A: Mongodb fundamentals
What You’ll Learn
- Design and develop RESTful web services
- Using Nest CLI efficiently
- Create CRUD. operations
- Modules, controllers and injectables
- Filters and Pipes
- Validation
- DTO or Data Transfer Objects
- Asynchronous operations using async/await
- Persisting data in MongoDB collections
- Industry standard best practices
- Connecting to MongoDB cloud based server
- Deploying our application to Heroku server
Skills covered in this course
Reviews
-
AAbari Samuel Godswill
i like his explanations i would love to watch his angular lectures also for better understanding and also where he explains authentication and authorization
-
SStephan Figueredo Spacov
Very good course, but this last part "APPENDIX-A: Mongodb fundamentals" shouldn't be obligated to complete the couse, it's another subject and it's unnecessarie to know NESTJS
-
DDuyen Kim
If you used to be a frontend using reactjs, you should learn how to create api using nestjs. Good lesson, thanks for the author's lesson videos
-
FFatih Yenidünya
I was looking for a good nestjs course and I found this course easy to follow for me because I know Angular as you know nest is very similar to Angular. I suggest you before taking this course study Angular. Before studying Angular study about typescript so if you follow this path Typescript > Angular > Nestjs would be great for you. Thanks the instructor for this lovely course