Learn NestJS – Complete Course

preview_player
Показать описание


⭐️ Contents ⭐️
Module 0
⌨️ 00:00:00 What is NestJS
⌨️ 00:03:01 Create NestJS Project
⌨️ 00:05:30 NestJS Directory Structure
Module 1
⌨️ 00:07:00 Creating Controller
⌨️ 00:11:07 Creating a Service
⌨️ 00:18:09 Creating Module
Module 2
⌨️ 00:24:27 Middleware
⌨️ 00:32:39 Exception Filter
⌨️ 00:43:07 Transform param using ParseIntPipe
⌨️ 00:48:10 Validate Request Body using class validator
Module 3
⌨️ 00:52:09 Custom Providers
⌨️ 01:15:26 Injection Scopes
⌨️ 01:20:59 One To Many Relation
Module 4
⌨️ 01:35:05 Establish Database Connection
⌨️ 01:43:42 Create an Entity
⌨️ 01:50:43 Create and Fetch records from Database
⌨️ 02:08:54 Pagination
Module 5
⌨️ 02:17:44 One to One
⌨️ 02:24:14 Many to Many relation
Module 6
⌨️ 02:43:51 User Signup
⌨️ 03:00:05 User Login
⌨️ 03:08:12 Authenticate User with Passport JWT
⌨️ 03:24:42 Role Based Authentication
⌨️ 03:46:51 Two Factor Authentication
⌨️ 04:17:41 API Key Authentication
Module 7
⌨️ 04:32:52 Debug NestJS Application
⌨️ 04:37:00 Migrations
⌨️ 04:49:51 Seeding
Module 8
⌨️ 05:02:02 Custom Configuration
⌨️ 05:24:29 Validate Env Variables
⌨️ 05:35:48 Hot Module Reloading
Module 9
⌨️ 05:45:51 Swagger Setup
⌨️ 05:52:30 Document Signup Route
⌨️ 05:58:28 Create Schema using ApiProperty
⌨️ 06:02:54 Test JWT Authentication
Module 10
⌨️ 06:11:40 Install MongoDB using Docker Compose
⌨️ 06:18:16 Connect with MongoDB
⌨️ 06:21:24 Create Schema
⌨️ 06:24:56 Save Record in Mongo Collection
⌨️ 06:33:08 Find and Delete
⌨️ 06:38:47 Populate
Module 11
⌨️ 06:52:18 Configure Dev and Production Env
⌨️ 07:01:22 Push Source Code to Github Repo
⌨️ 07:06:38 Deploy NestJS Project to Railway
⌨️ 07:15:44 Install Dotenv to work with TypeORM migrations
⌨️ 07:20:20 Fixing Env Bugs
Module 12
⌨️ 07:29:45 Getting started with Jest
⌨️ 07:37:22 Auto Mocking
⌨️ 07:55:13 SpyOn Function
⌨️ 08:05:49 Unit Test Controller
⌨️ 08:19:35 Unit Test Service
⌨️ 08:28:19 E2E Testing
Module 13
⌨️ 08:41:58 Speedy Web Compiler with NestJS v10
⌨️ 08:50:31 Creating Websocket Server
⌨️ 08:59:05 Send Message from Frontend app
Module 14
⌨️ 09:05:48 GraphQL Server Setup
⌨️ 09:13:43 Define Queries and Mutations
⌨️ 09:20:11 Resolve Queries
⌨️ 09:25:42 Resolve Mutations
⌨️ 09:30:35 Error Handling
Module 15
⌨️ 09:34:14 Define Schema for Authentication
⌨️ 09:42:13 Resolve Auth Queries and Mutations
⌨️ 09:52:47 Apply Authentication using Auth Guard
Module 16
⌨️ 10:12:06 Implement Real time Subscription
Module 17
⌨️ 10:20:39 Unit Test Resolver
⌨️ 10:32:02 End to End Tesing GraphQL APIs
Module 18
⌨️ 10:46:55 Server Side Caching using Apollo
⌨️ 10:58:56 Optimize Query Performance using Data Loader
⌨️ 11:14:06 Fetching Data from External REST API
Module 19
⌨️ 11:20:56 Setup Prisma
⌨️ 11:24:25 Models and Migrations
⌨️ 11:28:08 Generate Prisma Client
⌨️ 11:30:43 Create, Find and FindOne
⌨️ 11:40:57 Update and Delete Operation
⌨️ 11:49:17 One to Many Relation
⌨️ 12:00:54 One to One Relation
⌨️ 12:07:33 Many to Many Relation
⌨️ 12:20:35 Bulk or Batch Operations
⌨️ 12:24:29 Implement Transaction using Nested Queries
⌨️ 12:32:56 Interactive Transactions
Module 20
⌨️ 12:46:08 File Upload
⌨️ 12:56:12 Custom Decorator
⌨️ 13:14:41 Cookies
⌨️ 13:23:03 Queues
⌨️ 13:35:43 Event Emitter
⌨️ 13:47:13 Streaming
⌨️ 13:52:55 Session
Рекомендации по теме
Комментарии
Автор

Thank you for publishing my course. You can also download the Free Nest.js E-book to follow along with the course
Subscribe to my channel for more free coding tutorials

haidermalik
Автор

I am currently on 3 hours and a half of the course, up until 3h it was really good, but then the instructor just starts copying and pasting code and rushing through it with little to no explanation, if you didnt pay attention to the course before it gets really chaotic.
I highly recommend everyone watching to download the course e-book on description. Im going back and forth between the video and the e-book, and it works great in teaching when the instructor rushes through sections, the e-book has written explanations that sometimes are much more detailed than the video's.

Kishign
Автор

Im confused. In 24:40 al lot of code was added without explanation. It not possible to follow the course.

gokufujison
Автор

thank you for this bro. Please just a thought though, I am trying to follow along and I noticed that you are using some files like those entity classes which you did not include in the book and you are also not showing it clearly for us to know the full details of the entity class you used. I also noticed that you are using an md file where the data is being copied from, but we don't have access to that. i am talking particularly from module 5 lesson 2

aguelejoseph
Автор

My guy drop the most banger course in nextjs ever for free. Thanks you very much sir

xpertdbx
Автор

nice course, easy for understanding what really happenning

ucanh
Автор

Thank you for using prisma too, seems better than typeorm

joshua
Автор

Anybody how is the demand of this frame work in the market

ankitmajee
Автор

1:22:10 we don't have song and user entity at that time, we haven't installed typeorm yet

WanKy
Автор

For window OS, in 6:58,
Maybe the script not working, let try this instead:
"start:dev": "SET NODE_ENV=development & nest build --webpack --webpackPath webpack-hmr.config.js --watch",
"start:prod": "SET NODE_ENV=production & node dist/main",

conghaule
Автор

Did anyone get this error:
Error during migration generation:
error: database "username" does not exist

thepassionatecoder
Автор

@freecodecamp pls bring complete course on data science, machine learning and AI in detail

mayureshbalsaraf
Автор

Please advance with GraphQl or tRPC 😅💯.

I have been looking for this thanks

codeaperture
Автор

Anyone can tell me which one is best for nest js in front end and in this course which is used in front end as backend is nest js

waseemahmad
Автор

thx, plz teach nestjs along side angular

mahdiandalib
Автор

any plans on a Symfony course? The one you have on your channel is 4+ years old and there were 3 major releases since then

evekaykay
Автор

there is no exception handling if you try to sign up an email that is already taken

blayzehoodly
Автор

If i don't know about the node.js then and also can i see this ?

bc
Автор

Nest JS and Next JS have such similar names, it took me a second here.

BrianHutchison
Автор

I need to create a web api. I never used node js but i used angular in the past. Should i go with express js or nest js? Thanks for any suggestions

edoardoremondini