Udemy - NestJs Modern ways to build APIs with Typescript and NestJs

0dayddl

U P L O A D E R

359020115_tuto.jpg


Download Free Download : Udemy - NestJs Modern ways to build APIs with Typescript and NestJs
mp4 | Video: h264,1280X720 | Audio: AAC, 44.1 KHz
Genre:eLearning | Language: English | Size:5.34 GB

Files Included :
1 Introduction to NestJs.mp4 (44.57 MB)
MP4
2 Routing in NestJs.mp4 (26.91 MB)
MP4
3 Access Express request Object in NestJs.mp4 (40.46 MB)
MP4
4 Define Resources.mp4 (31.13 MB)
MP4
5 Status Code, Redirection and Route Parameters.mp4 (26.81 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (338 B)
TS
app service.ts (147 B)
TS
main.ts (208 B)
TS
products controller spec.ts (507 B)
TS
products controller.ts (169 B)
TS
app e2e-spec.ts (561 B)
TS
1 Introduction to Authentication.mp4 (16.56 MB)
MP4
2 Implement Signup User.mp4 (117.89 MB)
MP4
3 Implement Login User.mp4 (138.41 MB)
MP4
4 Introduction to PassportJs.mp4 (24.02 MB)
MP4
5 Authenticate User using Passport-JWT Strategy.mp4 (232.67 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (506 B)
TS
app service.ts (142 B)
TS
roles-guard.ts (462 B)
TS
jwt constants.ts (57 B)
TS
main.ts (301 B)
TS
jwt-strategy service spec.ts (496 B)
TS
jwt-strategy service.ts (910 B)
TS
password-hasher service spec.ts (517 B)
TS
password-hasher service.ts (222 B)
TS
create-user dto.ts (225 B)
TS
user.ts (192 B)
TS
users schema.ts (202 B)
TS
users controller spec.ts (486 B)
TS
users controller.ts (456 B)
TS
users module.ts (544 B)
TS
users service spec.ts (453 B)
TS
users service.ts (1.07 KB)
TS
app e2e-spec.ts (561 B)
TS
1 Configure Swagger with NestJs app.mp4 (93.13 MB)
MP4
2 Add Documentation for Swagger.mp4 (77.9 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (506 B)
TS
app service.ts (142 B)
TS
roles-guard.ts (462 B)
TS
jwt constants.ts (57 B)
TS
main.ts (760 B)
TS
jwt-strategy service spec.ts (496 B)
TS
jwt-strategy service.ts (910 B)
TS
password-hasher service spec.ts (517 B)
TS
password-hasher service.ts (355 B)
TS
create-user dto.ts (225 B)
TS
user.ts (248 B)
TS
users schema.ts (202 B)
TS
users controller spec.ts (486 B)
TS
users controller.ts (874 B)
TS
users module.ts (809 B)
TS
users service spec.ts (453 B)
TS
users service.ts (2.11 KB)
TS
app e2e-spec.ts (561 B)
TS
1 Deploy NestJs app to MLab and Zeit Now.mp4 (94.09 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (558 B)
TS
app service.ts (142 B)
TS
roles-guard.ts (462 B)
TS
jwt constants.ts (57 B)
TS
main.ts (839 B)
TS
jwt-strategy service spec.ts (496 B)
TS
jwt-strategy service.ts (910 B)
TS
password-hasher service spec.ts (517 B)
TS
password-hasher service.ts (355 B)
TS
create-user dto.ts (480 B)
TS
user.ts (248 B)
TS
users schema.ts (202 B)
TS
users controller spec.ts (486 B)
TS
users controller.ts (1.42 KB)
TS
users module.ts (809 B)
TS
users service spec.ts (453 B)
TS
users service.ts (2.11 KB)
TS
app e2e-spec.ts (561 B)
TS
1 Install PostgreSQL.mp4 (23.64 MB)
MP4
2 Connect NestJs app to Sequelize using Postgres.mp4 (48.98 MB)
MP4
app module.ts (163 B)
TS
cat entity.ts (189 B)
TS
cats controller.ts (529 B)
TS
cats module.ts (400 B)
TS
cats providers.ts (131 B)
TS
cats service.ts (532 B)
TS
create-cat dto.ts (261 B)
TS
database module.ts (216 B)
TS
database providers.ts (499 B)
TS
main.ts (317 B)
TS
create-cat dto.ts (176 B)
TS
cat entity.ts (176 B)
TS
cats controller.ts (176 B)
TS
cats module.ts (176 B)
TS
cats providers.ts (176 B)
TS
cats service.ts (176 B)
TS
database module.ts (176 B)
TS
database providers.ts (176 B)
TS
app module.ts (176 B)
TS
main.ts (176 B)
TS
1 What is GraphQL.mp4 (11.91 MB)
MP4
10 Nested Fields in GraphQL.mp4 (18.26 MB)
MP4
11 Operations In GraphQL.mp4 (12.25 MB)
MP4
12 Variables In GraphQL.mp4 (25.28 MB)
MP4
13 Mutations In GraphQL.mp4 (13.03 MB)
MP4
14 Directives In GraphQL.mp4 (10.24 MB)
MP4
3 GraphQL Query.mp4 (15.35 MB)
MP4
4 Working with HackerNewsAPI.mp4 (6.52 MB)
MP4
5 Arguments in GraphQL.mp4 (8.7 MB)
MP4
6 Required Arguments in GraphQL.mp4 (8.32 MB)
MP4
7 GraphQL Schema and Types.mp4 (20.04 MB)
MP4
8 Aliases in GraphQL.mp4 (7.33 MB)
MP4
9 Fragments In GraphQL.mp4 (10.8 MB)
MP4
1 GraphQL Setup with NestJs.mp4 (235.57 MB)
MP4
2 CRUD API with GraphQL and NestJs.mp4 (285.35 MB)
MP4
3 Resolve Parent Object in Resolvers.mp4 (81.03 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (557 B)
TS
app service.ts (142 B)
TS
author interface.ts (138 B)
TS
author module.ts (231 B)
TS
author resolver spec.ts (470 B)
TS
author resolver.ts (665 B)
TS
author schema.ts (134 B)
TS
author service spec.ts (460 B)
TS
author service.ts (90 B)
TS
create-author dto.ts (191 B)
TS
update-author dto.ts (159 B)
TS
graphql.ts (420 B)
TS
main.ts (208 B)
TS
app e2e-spec.ts (561 B)
TS
10 Find Single Record from MongoDB using HTTP GET Endpoint.mp4 (15.82 MB)
MP4
11 Delete Record from MongoDB using HTTP DELETE Endpoint.mp4 (16.82 MB)
MP4
12 Update Record from MongoDB using HTTP PUT Endpoint.mp4 (28.94 MB)
MP4
2 Initial Setup for Nodejs and Express Server.mp4 (7.83 MB)
MP4
3 Connecting Nodejs Application with MongoDB using Mongoose.mp4 (7.11 MB)
MP4
4 Create Nodejs Project Structure Feature by Feature.mp4 (21.99 MB)
MP4
5 Create a Model in Mongoose.mp4 (13.24 MB)
MP4
6 Add Validations for Request Params in NodeJs using Joi package.mp4 (31.53 MB)
MP4
7 Create a new Record in MongoDB by using HTTP POST Endpoint.mp4 (10.5 MB)
MP4
8 Find All Records from MongoDB using HTTP GET Endpoint.mp4 (9.93 MB)
MP4
9 Add Pagination in Mongoose.mp4 (29.56 MB)
MP4
1 Transforming and sanitizing the data.mp4 (105.68 MB)
MP4
app controller.ts (299 B)
TS
app module.ts (249 B)
TS
app service.ts (142 B)
TS
role entity.ts (154 B)
TS
user entity.ts (394 B)
TS
main.ts (208 B)
TS
app e2e-spec.ts (561 B)
TS
1 Task Scheduling.mp4 (41.84 MB)
MP4
app controller spec.ts (929 B)
TS
app controller.ts (274 B)
TS
app module.ts (389 B)
TS
app service.ts (142 B)
TS
main.ts (208 B)
TS
tasks module.ts (160 B)
TS
tasks service.ts (622 B)
TS
app e2e-spec.ts (561 B)
TS
1 Connect NestJs app to Postgres.mp4 (182.23 MB)
MP4
2 CURD Operations using nestjsxcrud package.mp4 (195.79 MB)
MP4
3 Swagger Documentation and Validation.mp4 (320.94 MB)
MP4
4 Pagination, Filtering and Sorting.mp4 (96.54 MB)
MP4
5 One to Many Relationship in NestJS.mp4 (211.03 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (447 B)
TS
app service.ts (142 B)
TS
base-entity.ts (262 B)
TS
companies controller spec.ts (514 B)
TS
companies controller.ts (107 B)
TS
companies module.ts (275 B)
TS
companies service spec.ts (481 B)
TS
companies service.ts (93 B)
TS
company entity.ts (390 B)
TS
create-company dto.ts (324 B)
TS
index.ts (0 B)
TS
update-company dto.ts (384 B)
TS
main.ts (208 B)
TS
orm config.ts (296 B)
TS
app e2e-spec.ts (561 B)
TS
1 What are Generics.mp4 (7.26 MB)
MP4
10 Introduction to Decorators.mp4 (15.38 MB)
MP4
11 Arguments in Method Decorator.mp4 (34.45 MB)
MP4
12 Configurable Decorator using Decorator Factory.mp4 (13.76 MB)
MP4
13 Property Decorator.mp4 (30.46 MB)
MP4
14 Parameter Decorator.mp4 (16.79 MB)
MP4
15 Class Decorator.mp4 (4.75 MB)
MP4
2 Typescript Setup and Installation.mp4 (17.99 MB)
MP4
3 Generic Function.mp4 (15.98 MB)
MP4
4 Generic Function T Array Type.mp4 (16.48 MB)
MP4
5 Generic Function with Multiple Type Variables.mp4 (14.46 MB)
MP4
6 Generic Constraints.mp4 (14.08 MB)
MP4
7 Generic Interfaces to describe Object Properties.mp4 (22.89 MB)
MP4
8 Create Interface to describe Function Type.mp4 (19.04 MB)
MP4
9 Generic Classes and Interfaces.mp4 (12.29 MB)
MP4
app.ts (181 B)
TS
1 Module Introduction.mp4 (9.06 MB)
MP4
2 Create Post Endpoint to Save Record in Array.mp4 (76.78 MB)
MP4
3 Request Payload in NestJs.mp4 (55.21 MB)
MP4
4 FindAll and Delete Endpoint.mp4 (42.65 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (324 B)
TS
app service.ts (147 B)
TS
main.ts (208 B)
TS
create-product dto.ts (132 B)
TS
product interface.ts (91 B)
TS
products controller spec.ts (507 B)
TS
products controller.ts (513 B)
TS
products module.ts (269 B)
TS
products service spec.ts (474 B)
TS
products service.ts (212 B)
TS
app e2e-spec.ts (561 B)
TS
1 What are Pipes.mp4 (14.35 MB)
MP4
2 Add Validations using ValidationPipe.mp4 (51.3 MB)
MP4
3 Understand How ValidationPipe works.mp4 (60.12 MB)
MP4
app controller d.ts (181 B)
TS
app module d.ts (35 B)
TS
app service d.ts (60 B)
TS
main d.ts (11 B)
TS
create-product dto d.ts (148 B)
TS
create-products dto d.ts (149 B)
TS
product dto d.ts (0 B)
TS
product interface d.ts (99 B)
TS
products interface d.ts (135 B)
TS
products controller d.ts (486 B)
TS
products module d.ts (40 B)
TS
products service d.ts (260 B)
TS
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (324 B)
TS
app service.ts (147 B)
TS
main.ts (208 B)
TS
create-product dto.ts (132 B)
TS
product interface.ts (91 B)
TS
products controller spec.ts (507 B)
TS
products controller.ts (915 B)
TS
products module.ts (269 B)
TS
products service spec.ts (474 B)
TS
products service.ts (592 B)
TS
app e2e-spec.ts (561 B)
TS
1 What are Middlewares.mp4 (10.98 MB)
MP4
2 Creating a Custom Logging Middleware.mp4 (53.7 MB)
MP4
3 Creating HttpException Filter.mp4 (100.71 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (889 B)
TS
app service.ts (147 B)
TS
http-exception filter.ts (610 B)
TS
logger middleware spec.ts (188 B)
TS
logger middleware.ts (313 B)
TS
main.ts (390 B)
TS
create-product dto.ts (323 B)
TS
product interface.ts (91 B)
TS
products controller spec.ts (507 B)
TS
products controller.ts (915 B)
TS
products module.ts (269 B)
TS
products service spec.ts (474 B)
TS
products service.ts (592 B)
TS
app e2e-spec.ts (561 B)
TS
1 What are Interceptors.mp4 (5.29 MB)
MP4
2 Create Interceptor to Transform the Response.mp4 (141.57 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (889 B)
TS
app service.ts (147 B)
TS
http-exception filter.ts (610 B)
TS
transform interceptor spec.ts (203 B)
TS
transform interceptor.ts (618 B)
TS
logger middleware spec.ts (188 B)
TS
logger middleware.ts (313 B)
TS
main.ts (390 B)
TS
create-product dto.ts (323 B)
TS
product interface.ts (91 B)
TS
products controller spec.ts (507 B)
TS
products controller.ts (1.34 KB)
TS
products module.ts (269 B)
TS
products service spec.ts (474 B)
TS
products service.ts (592 B)
TS
app e2e-spec.ts (561 B)
TS
1 Installing Mysql server.mp4 (36.54 MB)
MP4
2 Connect NestJs to Mysql using TypeORM.mp4 (51.22 MB)
MP4
3 Create an Entity to map a Database Table.mp4 (41.09 MB)
MP4
4 Save new record in MySQL Database Table.mp4 (97.82 MB)
MP4
5 Get, Update, and Delete Record.mp4 (161.08 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (1.36 KB)
TS
app service.ts (147 B)
TS
http-exception filter.ts (610 B)
TS
transform interceptor spec.ts (203 B)
TS
transform interceptor.ts (618 B)
TS
logger middleware spec.ts (188 B)
TS
logger middleware.ts (313 B)
TS
main.ts (390 B)
TS
create-product dto.ts (323 B)
TS
update-product dto.ts (270 B)
TS
product interface.ts (91 B)
TS
product entity.ts (274 B)
TS
products controller spec.ts (507 B)
TS
products controller.ts (1.34 KB)
TS
products module.ts (269 B)
TS
products service spec.ts (474 B)
TS
products service.ts (592 B)
TS
app e2e-spec.ts (561 B)
TS
products controller.ts (176 B)
TS
app service.ts (176 B)
TS
1 Adding One to One Relation between Entities.mp4 (68.46 MB)
MP4
2 CRUD with One to One Relationship.mp4 (293.2 MB)
MP4
3 Adding One to Many or Many to Many Relation between Entities.mp4 (327.46 MB)
MP4
4 Adding Many to Many Relation between Entities.mp4 (208.96 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (1.36 KB)
TS
app service.ts (147 B)
TS
http-exception filter.ts (610 B)
TS
transform interceptor spec.ts (203 B)
TS
transform interceptor.ts (618 B)
TS
logger middleware spec.ts (188 B)
TS
logger middleware.ts (313 B)
TS
main.ts (390 B)
TS
create-photo dto.ts (134 B)
TS
photo.ts (57 B)
TS
photo entity.ts (375 B)
TS
photos controller spec.ts (493 B)
TS
photos controller.ts (101 B)
TS
photos module.ts (175 B)
TS
create-product dto.ts (270 B)
TS
update-product dto.ts (270 B)
TS
product-details entity.ts (411 B)
TS
product entity.ts (471 B)
TS
product interface.ts (175 B)
TS
products controller spec.ts (507 B)
TS
products controller.ts (1.53 KB)
TS
products module.ts (529 B)
TS
products service spec.ts (474 B)
TS
products service.ts (1.53 KB)
TS
category entity.ts (384 B)
TS
create-category dto.ts (172 B)
TS
create-question dto.ts (291 B)
TS
category interface.ts (61 B)
TS
question interface.ts (154 B)
TS
question entity.ts (466 B)
TS
quiz controller spec.ts (479 B)
TS
quiz controller.ts (819 B)
TS
quiz module.ts (467 B)
TS
quiz service spec.ts (446 B)
TS
quiz service.ts (1.04 KB)
TS
create-users dto.ts (312 B)
TS
update-users dto.ts (266 B)
TS
user.ts (151 B)
TS
users controller spec.ts (486 B)
TS
users controller.ts (1.14 KB)
TS
users entity.ts (455 B)
TS
users module.ts (464 B)
TS
users service spec.ts (453 B)
TS
users service.ts (1.76 KB)
TS
app e2e-spec.ts (561 B)
TS
products controller.ts (176 B)
TS
app service.ts (176 B)
TS
2 Connecting NestJs App with MongoDB.mp4 (146.05 MB)
MP4
app controller spec.ts (617 B)
TS
app controller.ts (274 B)
TS
app module.ts (506 B)
TS
app service.ts (142 B)
TS
main.ts (301 B)
TS
create-user dto.ts (225 B)
TS
user.ts (192 B)
TS
users schema.ts (202 B)
TS
users controller spec.ts (486 B)
TS
users controller.ts (456 B)
TS
users module.ts (433 B)
TS
users service spec.ts (453 B)
TS
users service.ts (551 B)
TS
app e2e-spec.ts (561 B)
TS

TwLOexll_t.jpg


363506399_rg.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
418437041_filestore.png

Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
 
Kommentar

In der Börse ist nur das Erstellen von Download-Angeboten erlaubt! Ignorierst du das, wird dein Beitrag ohne Vorwarnung gelöscht. Ein Eintrag ist offline? Dann nutze bitte den Link  Offline melden . Möchtest du stattdessen etwas zu einem Download schreiben, dann nutze den Link  Kommentieren . Beide Links findest du immer unter jedem Eintrag/Download.

Data-Load.in | Dataload.in

Auf Data-Load.in findest du Links zu kostenlosen Downloads für Filme, Serien, Dokumentationen, Anime, Animation & Zeichentrick, Audio / Musik, Software und Dokumente / Ebooks / Zeitschriften. Wir sind deine Boerse für kostenlose Downloads!

Ist Data-Load.in / Dataload.in legal?

Data-Load.in ist nicht illegal. Es werden keine zum Download angebotene Inhalte auf den Servern von Data-Load.in gespeichert.
Oben Unten