-
Урок 1.
00:06:00
Introduction to NestJs
-
Урок 2.
00:03:26
Routing in NestJs
-
Урок 3.
00:04:36
Access Express request Object in NestJs
-
Урок 4.
00:03:46
Define Resources
-
Урок 5.
00:03:36
Status Code, Redirection and Route Parameters
-
Урок 6.
00:02:35
What are Generics
-
Урок 7.
00:03:58
Typescript Setup and Installation
-
Урок 8.
00:03:08
Generic Function
-
Урок 9.
00:02:30
Generic Function T Array Type
-
Урок 10.
00:02:23
Generic Function with Multiple Type Variables
-
Урок 11.
00:02:20
Generic Constraints
-
Урок 12.
00:04:47
Generic Interfaces to describe Object Properties
-
Урок 13.
00:03:18
Create Interface to describe Function Type
-
Урок 14.
00:02:12
Generic Classes and Interfaces
-
Урок 15.
00:03:04
Introduction to Decorators
-
Урок 16.
00:04:32
Arguments in Method Decorator
-
Урок 17.
00:01:47
Configurable Decorator using Decorator Factory.
-
Урок 18.
00:04:29
Property Decorator
-
Урок 19.
00:02:16
Parameter Decorator
-
Урок 20.
00:00:39
Class Decorator
-
Урок 21.
00:02:06
Module Introduction
-
Урок 22.
00:09:06
Create Post Endpoint to Save Record in Array
-
Урок 23.
00:06:42
Request Payload in NestJs
-
Урок 24.
00:04:52
FindAll and Delete Endpoint
-
Урок 25.
00:02:38
What are Pipes
-
Урок 26.
00:06:27
Add Validations using ValidationPipe
-
Урок 27.
00:05:40
Understand How ValidationPipe works
-
Урок 28.
00:02:13
What are Middlewares
-
Урок 29.
00:06:28
Creating a Custom Logging Middleware
-
Урок 30.
00:10:15
Creating HttpException Filter
-
Урок 31.
00:01:45
What are Interceptors
-
Урок 32.
00:14:56
Create Interceptor to Transform the Response
-
Урок 33.
00:04:45
Installing Mysql server
-
Урок 34.
00:07:00
Connect NestJs to Mysql using TypeORM
-
Урок 35.
00:05:16
Create an Entity to map a Database Table
-
Урок 36.
00:09:58
Save new record in MySQL Database Table
-
Урок 37.
00:18:02
Get, Update, and Delete Record
-
Урок 38.
00:08:02
Adding One to One Relation between Entities
-
Урок 39.
00:30:00
CRUD with One to One Relationship
-
Урок 40.
00:36:35
Adding One to Many or Many to Many Relation between Entities
-
Урок 41.
00:22:33
Adding Many to Many Relation between Entities
-
Урок 42.
00:14:41
Connecting NestJs App with MongoDB
-
Урок 43.
00:04:33
Introduction to Authentication
-
Урок 44.
00:14:28
Implement Signup User
-
Урок 45.
00:14:14
Implement Login User
-
Урок 46.
00:03:57
Introduction to PassportJs
-
Урок 47.
00:23:57
Authenticate User using Passport-JWT Strategy
-
Урок 48.
00:11:19
Configure Swagger with NestJs app
-
Урок 49.
00:08:59
Add Documentation for Swagger
-
Урок 50.
00:13:53
Deploy NestJs app to MLab and Zeit Now
-
Урок 51.
00:02:39
Install PostgreSQL
-
Урок 52.
00:07:27
Connect NestJs app to Sequelize using Postgres
-
Урок 53.
00:04:29
What is GraphQL
-
Урок 54.
00:03:07
GraphQL Query
-
Урок 55.
00:01:06
Working with HackerNewsAPI
-
Урок 56.
00:01:12
Arguments in GraphQL
-
Урок 57.
00:01:57
Required Arguments in GraphQL
-
Урок 58.
00:03:46
GraphQL Schema and Types
-
Урок 59.
00:01:53
Aliases in GraphQL
-
Урок 60.
00:02:10
Fragments In GraphQL
-
Урок 61.
00:02:18
Nested Fields in GraphQL
-
Урок 62.
00:01:34
Operations In GraphQL
-
Урок 63.
00:03:40
Variables In GraphQL
-
Урок 64.
00:02:57
Mutations In GraphQL
-
Урок 65.
00:02:28
Directives In GraphQL
-
Урок 66.
00:27:02
GraphQL Setup with NestJs
-
Урок 67.
00:31:36
CRUD API with GraphQL and NestJs
-
Урок 68.
00:08:37
Resolve Parent Object in Resolvers
-
Урок 69.
00:01:07
Initial Setup for Nodejs and Express Server
-
Урок 70.
00:01:27
Connecting Nodejs Application with MongoDB using Mongoose
-
Урок 71.
00:03:36
Create Nodejs Project Structure Feature by Feature
-
Урок 72.
00:01:49
Create a Model in Mongoose
-
Урок 73.
00:04:17
Add Validations for Request Params in NodeJs using Joi package
-
Урок 74.
00:01:16
Create a new Record in MongoDB by using HTTP POST Endpoint
-
Урок 75.
00:01:16
Find All Records from MongoDB using HTTP GET Endpoint
-
Урок 76.
00:03:34
Add Pagination in Mongoose
-
Урок 77.
00:02:01
Find Single Record from MongoDB using HTTP GET Endpoint
-
Урок 78.
00:01:54
Delete Record from MongoDB using HTTP DELETE Endpoint
-
Урок 79.
00:02:55
Update Record from MongoDB using HTTP PUT Endpoint