NestJS Masterclass - NodeJS FrameWork Backend Development

0dayddl

U P L O A D E R
537368816_que-es-udemy-analisis-opiniones.jpg

10.33 GB | 18min 22s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English


Files Included :
1 -NestJS Masterclass Introduction.mp4 (66.85 MB)
2 -What Will We Build in This Course.mp4 (8.68 MB)
3 -What is NestJS.mp4 (82.06 MB)
4 -Setting Up The Development Enviroment.mp4 (12.63 MB)
5 -Installing NestJS CLI.mp4 (34.87 MB)
6 -Creating Our First NestJs Application.mp4 (72.62 MB)
7 -Boilerplate Code In NestJs.mp4 (8.21 MB)
8 -Best Learning Path For The Course.mp4 (12.67 MB)
1 -Understanding Transactions.mp4 (23.38 MB)
2 -TypeORM QueryRunner.mp4 (22.35 MB)
3 -Creating First Transaction.mp4 (85.79 MB)
4 -Why Create Post Is Not a Transaction.mp4 (17.21 MB)
5 -Creating Multiple Providers.mp4 (67.75 MB)
6 -Updating The DTO.mp4 (78.39 MB)
7 -Practice Handle Exceptions For CreateManyUsers.mp4 (5.45 MB)
8 -Solution Handle Exceptions For CreateManyUsers.mp4 (52.75 MB)
1 -Introduction To Pagination.mp4 (30.83 MB)
2 -Creating Pagination Query DTO.mp4 (92 MB)
3 -Adding Pagination To Query.mp4 (44.83 MB)
4 -Pagination Module And Interface.mp4 (64.14 MB)
5 -Using paginateQuery.mp4 (32.6 MB)
6 -Building Response Object.mp4 (79.74 MB)
7 -Complete Paginated Response.mp4 (74.82 MB)
1 -Introduction To Authentication.mp4 (26.46 MB)
10 -Adding JWT Configuration.mp4 (61.81 MB)
11 -Generating JWT.mp4 (44.69 MB)
12 -JWT Token Signatures.mp4 (28.57 MB)
2 -Hashing And Salting Passwords.mp4 (27.71 MB)
3 -Create Hashing Providers.mp4 (47.04 MB)
4 -Implementing Hashing Provider.mp4 (26.4 MB)
5 -User Signup.mp4 (112.43 MB)
6 -User SignIn Controller.mp4 (93.43 MB)
7 -Completing the signIn Method.mp4 (57.9 MB)
8 -Custom Response Code.mp4 (27.21 MB)
9 -Understanding JWTs.mp4 (38.25 MB)
1 -Introducing Guards.mp4 (13.1 MB)
10 -Authentication Guard Strategy.mp4 (17.56 MB)
11 -Create AuthenticationGuard.mp4 (92.05 MB)
12 -AuthenticationGuard Implemenation.mp4 (145.37 MB)
13 -Understanding User Payload.mp4 (44.29 MB)
14 -Create Active User Decorator.mp4 (81.2 MB)
15 -Practice Refactor createPostDto.mp4 (8.51 MB)
16 -Solution Refactor createPostDto.mp4 (82.81 MB)
2 -Creating AccessTokenGuard.mp4 (60.87 MB)
3 -Completing AccessTokenGuard Implementation.mp4 (43.58 MB)
4 -Testing the AccessTokenGuard.mp4 (60.2 MB)
5 -Applying AccessTokenGuard Globally.mp4 (48.37 MB)
6 -Practice Validations For JWT env Variables.mp4 (3.92 MB)
7 -Solution Validations For JWT env Variables.mp4 (14.81 MB)
8 -What Are Decorators.mp4 (30.69 MB)
9 -Our First Decorator.mp4 (65.91 MB)
1 -Introduction To Refresh Tokens.mp4 (18.88 MB)
2 -Refresh Token Configuration.mp4 (35.68 MB)
3 -Generate Tokens Provider.mp4 (38.83 MB)
4 -Generate Tokens Method.mp4 (35.41 MB)
5 -Generate Refresh Token On SignIn.mp4 (21.44 MB)
6 -Generate Access Token Using Refresh Token.mp4 (69.29 MB)
7 -Create Refresh Token Endpoint.mp4 (38.67 MB)
1 -Google Authentication Strategy.mp4 (20.87 MB)
10 -Testing Google Authentication.mp4 (8.74 MB)
2 -Create Google Project.mp4 (33.39 MB)
3 -Setting The Configuration.mp4 (58.48 MB)
4 -Initialize Google Auth Client.mp4 (39.57 MB)
5 -Implementation Strategy Google Authentication.mp4 (48.1 MB)
6 -Implement Authentication With Google Token.mp4 (46.14 MB)
7 -React App In Front-End.mp4 (74.65 MB)
8 -createGoogleUser Method.mp4 (48.13 MB)
9 -Complete Google Authentication.mp4 (27.69 MB)
1 -Introducing Interceptors and Serialization.mp4 (22.31 MB)
2 -Serializing User Entity.mp4 (30.96 MB)
3 -Global Data Interceptor.mp4 (41.46 MB)
4 -Adding API Version.mp4 (50.68 MB)
1 -Introduction To File Uploads.mp4 (15.58 MB)
2 -Setup S3 And Cloudfront.mp4 (73.11 MB)
3 -Uploads Module And Configuration.mp4 (70.56 MB)
4 -Create Upload Entity.mp4 (43.57 MB)
5 -Upload File Service And Controller.mp4 (51.52 MB)
6 -UploadToAwsProvider.mp4 (92.01 MB)
7 -Complete Uploads Service.mp4 (84.91 MB)
8 -Testing File Uploads.mp4 (44.15 MB)
1 -Introduction To Notification Emails.mp4 (8.5 MB)
2 -Setup A Mailtrap Account.mp4 (8.02 MB)
3 -Configuration For Notification Emails.mp4 (43.02 MB)
4 -Configure NestJS Mailer.mp4 (59.81 MB)
5 -Creating MailService.mp4 (40.26 MB)
6 -Testing Email Service.mp4 (49.81 MB)
7 -Enabling Inline CSS.mp4 (15.44 MB)
1 -Introduction To Testing.mp4 (17.73 MB)
10 -Using Mock Repository To Test.mp4 (79.45 MB)
11 -Running Tests.mp4 (18.8 MB)
2 -Test Settings.mp4 (14.08 MB)
3 -Understanding Unit Tests.mp4 (67.08 MB)
4 -Testing UsersService.mp4 (36.19 MB)
5 -Mocking Providers.mp4 (53.72 MB)
6 -Testing Service Method.mp4 (83.46 MB)
7 -New Spec File For CreateUserProvider.mp4 (51.15 MB)
8 -Mocking Repositories.mp4 (67.43 MB)
9 -Mocking Other Providers.mp4 (34.37 MB)
1 -What are Modules.mp4 (42.62 MB)
10 -Additional Request Components.mp4 (44.25 MB)
11 -Providers in NestJS.mp4 (21.68 MB)
2 -How NestJS Bootstraps (main ts).mp4 (25.8 MB)
3 -Understanding the app Module.mp4 (40.92 MB)
4 -Creating a New users Module.mp4 (62.85 MB)
5 -What is a REST API.mp4 (92.74 MB)
6 -Setting Up Postman and httpYac.mp4 (41.34 MB)
7 -Creating Controllers.mp4 (49.19 MB)
8 -Working With Routing Decorators.mp4 (31.73 MB)
9 -Params, Query and Body.mp4 (119.81 MB)
1 -What Is End To End Testing.mp4 (19.51 MB)
10 -Completing All Test Cases.mp4 (46.55 MB)
2 -Test Database And Configuration.mp4 (15.77 MB)
3 -Encapsulate App Creation Logic.mp4 (41.56 MB)
4 -Creating First E2E Test.mp4 (48.34 MB)
5 -Completing App Loading Lifecycle.mp4 (81.42 MB)
6 -Encapsulate Application Bootstrap.mp4 (33.94 MB)
7 -Introduction To SuperTest.mp4 (57.13 MB)
8 -Introduction To Faker.mp4 (38.56 MB)
9 -Testing Validations.mp4 (26.98 MB)
1 -Introduction To MongoDB With Mongoose.mp4 (35.45 MB)
10 -Solution Tags Module.mp4 (36.04 MB)
11 -Practice Tags Service + Controller.mp4 (6.56 MB)
12 -Solution Tags Service + Controller.mp4 (40.17 MB)
13 -Array Of Sub Documents.mp4 (41.6 MB)
14 -Querying Sub Documents.mp4 (34.28 MB)
2 -Creating MongoDB Account.mp4 (64.72 MB)
3 -MongoDB Configuration.mp4 (41.91 MB)
4 -First Schema - User.mp4 (60.38 MB)
5 -Post Schema.mp4 (56.08 MB)
6 -Create Using Model.mp4 (46.4 MB)
7 -Mongoose Sub Documents.mp4 (18.28 MB)
8 -Single Sub Document.mp4 (54.61 MB)
9 -Practice Tags Module.mp4 (9.39 MB)
1 -Deployment Strategy.mp4 (29.86 MB)
10 -Testing Migration On EC2.mp4 (51.46 MB)
11 -Running with PM2.mp4 (40.94 MB)
2 -Creating An EC2 Instance.mp4 (38.84 MB)
3 -Installing Node, NPM and GIT.mp4 (43.02 MB)
4 -Installing PostgreSQL.mp4 (16.3 MB)
5 -Installing and Configuring NGINX.mp4 (46.3 MB)
6 -Git Clone And Install.mp4 (24.84 MB)
7 -Create The env file.mp4 (16.27 MB)
8 -Understanding Migrations.mp4 (23.52 MB)
9 -Creating and Running Migrations.mp4 (75.48 MB)
1 -What are Pipes.mp4 (34.1 MB)
10 -Using DTOs with Params.mp4 (46.18 MB)
11 -Using Mapped Types To Avoid Code Duplication.mp4 (53.31 MB)
2 -Validation and Transformation Needs.mp4 (30.9 MB)
3 -Validating Params with Built-in Pipes.mp4 (45.23 MB)
4 -Validating Query Params.mp4 (40.77 MB)
5 -Introduction to DTO.mp4 (19.73 MB)
6 -Creating Our First DTO.mp4 (66.35 MB)
7 -Connecting DTO to Route Method.mp4 (58.4 MB)
8 -Global Pipes and Avoiding Malicious Request.mp4 (42.78 MB)
9 -Converting to an Instance of DTO.mp4 (27.71 MB)
1 -Introduction To Inversion Of Control.mp4 (56.51 MB)
10 -Return Posts From Posts Service.mp4 (12.2 MB)
11 -Use Users Service Inside Posts Service.mp4 (33.1 MB)
12 -Practice Create an Auth Module.mp4 (3.1 MB)
13 -Solution Create an Auth Module.mp4 (13.83 MB)
14 -Circular Dependency.mp4 (75.67 MB)
2 -Dependency Injection In NestJS.mp4 (57.92 MB)
3 -Create a users Service.mp4 (35.13 MB)
4 -findall Users Method.mp4 (38.53 MB)
5 -findOneById Users Method.mp4 (10.34 MB)
6 -Practice Create a Posts Module.mp4 (5.63 MB)
7 -Solution Create a Posts Module.mp4 (37.39 MB)
8 -Types Of Dependencies.mp4 (13.58 MB)
9 -Create a GET Posts Route With DTO.mp4 (28.03 MB)
1 -Documentation With NestJS.mp4 (35.19 MB)
10 -Testing Validation.mp4 (53.75 MB)
11 -Using Swagger For Documenting CreatePostDto.mp4 (97 MB)
12 -Mapped Types Using Swagger.mp4 (84.75 MB)
13 -Getting Started With Compodoc.mp4 (36.77 MB)
14 -Compodoc Coverage And JSDocs.mp4 (49.73 MB)
2 -Open API Specification.mp4 (12.98 MB)
3 -Enabling Swagger in NestJS.mp4 (30.73 MB)
4 -Adding Configuration Methods to Swagger.mp4 (52.44 MB)
5 -Documenting GET users.mp4 (64.85 MB)
6 -Practice POST Endpoint and DTO For Posts Controller.mp4 (18.37 MB)
7 -Solution POST Endpoint and DTO For Posts Controller.mp4 (49.74 MB)
8 -Adding Validations To CreatePostDto.mp4 (54.48 MB)
9 -Working With Nested DTOs.mp4 (35.46 MB)
1 -Working with Databases In NestJS.mp4 (25.95 MB)
10 -Creating First Repository.mp4 (129.55 MB)
11 -Practice Creating Post Entity.mp4 (4.74 MB)
12 -Solution Creating Post Entity.mp4 (90.79 MB)
2 -What is an ORM.mp4 (41.43 MB)
3 -Installing PostgreSQL Locally.mp4 (70.56 MB)
4 -Adding psql to PATH.mp4 (14.04 MB)
5 -Connecting NestJS to PostgreSQL.mp4 (61.14 MB)
6 -Using Async Configuration.mp4 (25.56 MB)
7 -Theoretical Understanding of the Repository Pattern.mp4 (33.54 MB)
8 -Creating Our First Entity - user entity.mp4 (45.96 MB)
9 -Expanding Entity Definition.mp4 (66.56 MB)
1 -Relationships in SQL Database.mp4 (27.06 MB)
10 -Cascade Creation with Relationships.mp4 (38.75 MB)
11 -Querying with Eager Loading.mp4 (33.82 MB)
12 -Deleting Related Entities.mp4 (56.29 MB)
13 -Bi-Directional One To One Relationship.mp4 (14.44 MB)
14 -Creating A Bi-Directional Relationship.mp4 (48.1 MB)
15 -Cascade Delete With Bi-Directional Relationship.mp4 (43.8 MB)
16 -One To Many Relationships.mp4 (13.74 MB)
17 -Creating One To Many Relationship.mp4 (23.66 MB)
18 -Create Post With Author.mp4 (85.17 MB)
19 -Eager Loading Author.mp4 (20.93 MB)
2 -Creating the Tags Entity.mp4 (64.62 MB)
20 -Many To Many Relationships.mp4 (13.19 MB)
21 -Practice Service To Create Tags.mp4 (5.54 MB)
22 -Solution TagsService.mp4 (34.44 MB)
23 -Testing Tags Service.mp4 (19.2 MB)
24 -Uni-Directional Many To Many Relationship.mp4 (66.53 MB)
25 -Querying Many To Many Relationship.mp4 (20.2 MB)
26 -Updating Post With New Tags.mp4 (113.99 MB)
27 -Deleting Post and Relationship.mp4 (18.06 MB)
28 -Bi-Directional Many To Many Relationship.mp4 (13.36 MB)
29 -Cascade Delete With Many To Many.mp4 (57.66 MB)
3 -Creating The Meta Options Entity.mp4 (28.22 MB)
30 -Soft Delete Tags.mp4 (56.88 MB)
4 -Updating DTO Files.mp4 (52.39 MB)
5 -Autoloading Entities.mp4 (31.96 MB)
6 -One to One Relationships.mp4 (11.87 MB)
7 -Uni-directional One To One Relationship.mp4 (30.5 MB)
8 -Creating MetaOptions Service.mp4 (61.02 MB)
9 -Creating Post With Relationships.mp4 (108.22 MB)
1 -Introduction To Environments.mp4 (17.2 MB)
10 -Validating Environment Variables.mp4 (58.03 MB)
2 -Installing Config Module.mp4 (22.13 MB)
3 -Using Config Service.mp4 (35.77 MB)
4 -Confirming NODE ENV While Testing.mp4 (42.43 MB)
5 -Conditionally Loading Environments.mp4 (64.27 MB)
6 -Inject Database Details.mp4 (45.38 MB)
7 -Custom configuration Files.mp4 (93.54 MB)
8 -Config Files With Namespaces.mp4 (34.76 MB)
9 -Module Configuration and Partial Registration.mp4 (61.87 MB)
1 -Introduction To Exception Handling.mp4 (16.98 MB)
2 -Built-in Http Exceptions.mp4 (9.69 MB)
3 -Identifying Points of Failure.mp4 (22.96 MB)
4 -Exception Handling Model Constraints.mp4 (83.75 MB)
5 -Create User Exception Handling.mp4 (35.52 MB)
6 -Throw a Custom Exception.mp4 (43.9 MB)
7 -Practice Exception Handling Post Update.mp4 (5.85 MB)
8 -Solution Exception Handling Post Update.mp4 (54.28 MB)
]
Screenshot
x6zHbqqt_o.jpg


AusFile
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
RapidGator
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
TurboBit
Code:
Bitte Anmelden oder Registrieren um Code Inhalt zu sehen!
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.me | Data-Load.ing | Data-Load.to | Data-Load.in

Auf Data-Load.me 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 legal?

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