Топ-100 | Обзор | Комменты | Новости | RSS RSS | Поиск | Хочу! | Добавить ссылки | О сайте | FAQ | Профиль
RapidLinks - Скачай всё!
  


Master NestJS Ultimate Masterclass 2025

Master NestJS Ultimate Masterclass 2025



ВидеоВидео Рейтинг публикации: 0 (голосов: 0)  
https://img100.pixhost.to/images/404/537368816_que-es-udemy-analisis-opiniones.jpg
8.55 GB | 20min 57s | mp4 | 1280X720 | 16:9
Genre: eLearning | Language : English

Files Included :
01 Introduction and Welcome!.mp4 (2.66 MB)
02 Course Prerequisites & Software.mp4 (9.38 MB)
03 How to Get the Most Out of the Course.mp4 (11 MB)
01 What is NestJS and Why Should You Use It.mp4 (11.86 MB)
02 Setting Up Your First NestJS Project Structure & Tools.mp4 (47.74 MB)
03 Understanding Dependency Injection & IoC Core Concepts.mp4 (14.86 MB)
04 Running Your App & Making Your First Request.mp4 (25.78 MB)
05 Deep Dive Providers vs @Injectable Decorator.mp4 (82.18 MB)
06 Section Review Core NestJS Concepts.mp4 (8.86 MB)
07 Practice Exercise Building with Dependency Injection.mp4 (8.14 MB)
08 Exercise Solution & Code Walkthrough.mp4 (46.02 MB)
01 What We're Building A Task Management API.mp4 (53.36 MB)
02 Understanding REST APIs Core Concepts.mp4 (84.35 MB)
03 Why Do We Need Separate Modules.mp4 (5.77 MB)
04 Creating Your First NestJS Module.mp4 (3.45 MB)
05 Building Controllers Your API's Entry Point.mp4 (17.86 MB)
06 Creating Your First API Route.mp4 (34.13 MB)
07 Working with Dynamic Route Parameters.mp4 (41.93 MB)
08 Introducing Services The Business Logic Layer.mp4 (12.55 MB)
09 Creating Data Models for Your API.mp4 (9.42 MB)
10 Implementing Data Fetching with Services.mp4 (18.33 MB)
11 Handling 404 Errors and API Error Responses.mp4 (24.63 MB)
12 Creating Resources with POST Requests.mp4 (26.46 MB)
13 Using Postman & VSCode Working with API Variables.mp4 (25.09 MB)
14 Setting Up Automatic Data Validation.mp4 (55.01 MB)
15 Testing Your API Validation.mp4 (33.4 MB)
16 Validating and Transforming Route Parameters.mp4 (30.28 MB)
17 Updating Resources with PATCH Requests.mp4 (65.07 MB)
18 Implementing Resource Deletion.mp4 (20.39 MB)
19 Understanding API Updates PUT vs PATCH.mp4 (18.36 MB)
20 Understanding Mapped Types in NestJS DTOs.mp4 (37.07 MB)
21 Implementing Complete PATCH Updates & Service Method Patterns.mp4 (29.73 MB)
22 Advanced Request Testing Using Variables & Request Chaining.mp4 (33.99 MB)
23 Understanding Application Layers & Business Logic Errors.mp4 (150.95 MB)
24 Converting Domain Exceptions to HTTP Responses.mp4 (19.66 MB)
01 From Memory to Database Section Overview.mp4 (30.43 MB)
02 Environment Configuration Best Practices.mp4 (84.71 MB)
03 Installing and Setting Up NestJS Config.mp4 (27.54 MB)
04 Using ConfigService in Your Services.mp4 (34.85 MB)
05 When Do Modules Need Configuration Static vs Dynamic Modules.mp4 (24.84 MB)
06 Type-Safe Configuration in NestJS.mp4 (28.61 MB)
07 Validating Configuration with Joi.mp4 (47.39 MB)
08 Setting Up PostgreSQL with Docker Compose.mp4 (80.96 MB)
09 Understanding Docker Basics.mp4 (39.15 MB)
10 Database Configuration with TypeORM and Environment Variables.mp4 (89.94 MB)
11 Connecting TypeORM Static vs Dynamic Configuration.mp4 (70 MB)
12 Creating Type-Safe Config Service in NestJS.mp4 (18.04 MB)
13 Creating Your First Database Entity with TypeORM.mp4 (71.82 MB)
14 TypeORM Synchronize A Production Warning.mp4 (33.32 MB)
15 Understanding Database Column Types & Primary Keys.mp4 (18.71 MB)
16 What is Repository Pattern in NestJS.mp4 (16.95 MB)
17 Understanding forFeature Repository Creation & Module Boundaries.mp4 (28.43 MB)
18 @InjectRepository Explained.mp4 (16.42 MB)
19 Implementing Repository Methods & Async Operations.mp4 (97.29 MB)
01 Adding User Entity & One-to-Many Explained.mp4 (25.17 MB)
02 Adding Task-User Relationship with TypeORM.mp4 (41.02 MB)
03 Quick Fix Adding User ID to Our API.mp4 (36.74 MB)
04 Adding Labels to Our Tasks.mp4 (52.03 MB)
05 Ensuring Unique Labels Per Task.mp4 (25.4 MB)
06 Implementing Label Cascading in Tasks.mp4 (20.55 MB)
07 Validating Nested Object Arrays in DTOs.mp4 (19.78 MB)
08 Using Cascading to Auto-Create Labels.mp4 (14.54 MB)
09 Using Cascading to Auto-Update Labels.mp4 (61.21 MB)
10 Adding Related Records to Existing Entities.mp4 (28.71 MB)
11 Implementing a Nested Resource Endpoint.mp4 (57.9 MB)
12 Ensuring Unique Labels with a Helper Method.mp4 (15.54 MB)
13 Avoiding Duplicate Labels on Add.mp4 (24.16 MB)
14 Fixing Entity Delete Error with Relations.mp4 (18.65 MB)
15 Removing Labels from Tasks.mp4 (43.81 MB)
01 Filtering Tasks by Status.mp4 (49.79 MB)
02 Implementing Pagination Parameters and Response Types.mp4 (16.77 MB)
03 Adding Pagination to Tasks List.mp4 (58.65 MB)
04 Simple Text Search With LIKE Operator.mp4 (66 MB)
05 Using Query Builder for Advanced Filtering.mp4 (51.28 MB)
06 Filtering Tasks by Labels with IN Clause.mp4 (57.64 MB)
07 Using SQL Subquery for Label Filtering.mp4 (18.68 MB)
08 Adding Custom Sorting to Task List.mp4 (59.07 MB)
01 Installing Authentication Dependencies.mp4 (9.11 MB)
02 Adding Authentication Config.mp4 (38.99 MB)
03 Setting up Users (Authentication) Module.mp4 (14.95 MB)
04 User Registration DTO and Importance of Unit Testing.mp4 (59.66 MB)
05 Preparing Unit Tests Structure.mp4 (15.74 MB)
06 Writing First Unit Test for DTO.mp4 (16.2 MB)
07 Adding Detailed Unit Test Cases.mp4 (23.01 MB)
08 Test-Driven Development for Password Validation.mp4 (40.18 MB)
09 Wrapping Up TDD for Password Validation Testing.mp4 (29.3 MB)
10 Implementing Password Security Service.mp4 (20.9 MB)
11 Testing PasswordService - Mock & Spy.mp4 (37.18 MB)
12 Exercise - Remaining PasswordService Tests.mp4 (22.78 MB)
13 Solution - Remaining PasswordService Tests.mp4 (7.13 MB)
01 Adding User Service with Repository Pattern.mp4 (18.46 MB)
02 Creating Authentication Service Layer.mp4 (31.59 MB)
03 JWT Tokens Explained with Metro Tickets.mp4 (49.12 MB)
04 Building JWT Token Payload.mp4 (5 MB)
05 Implementing Secure Login Authentication.mp4 (25.67 MB)
06 Creating Authentication API Endpoints.mp4 (28.69 MB)
07 Introducing End-to-End Tests.mp4 (13.43 MB)
08 Setting Up Test Configuration.mp4 (20.48 MB)
09 Building a Reusable E2E Test Environment.mp4 (45.27 MB)
10 Running the E2E Test.mp4 (18.95 MB)
11 Writing Our First Authentication Test.mp4 (13.45 MB)
12 Securing Sensitive Data in API Responses (Serialization).mp4 (25.35 MB)
13 Testing Duplicate Registration Handling.mp4 (6.76 MB)
14 Converting Login Response to a Class.mp4 (18.79 MB)
15 Adding JWT Authentication Guard.mp4 (55.05 MB)
16 Adding Protected Profile Endpoint.mp4 (22.88 MB)
17 Testing Protected Routes with JWT.mp4 (19.8 MB)
01 Adding Global Authentication to a NestJS Application.mp4 (13.43 MB)
02 Creating a Public Route Decorator.mp4 (32.35 MB)
03 Adding Role-Based Authentication to JWT Tokens.mp4 (31.74 MB)
04 Implementing Role-Based Access Control with Decorators and Guards.mp4 (51.87 MB)
05 Adding Admin Route Testing in E2E Tests.mp4 (45.03 MB)
06 Testing Role-Based Access Denial.mp4 (14.16 MB)
07 Enhancing Test Setup and Registration Security.mp4 (18.37 MB)
08 E2E Testing Setup for Tasks API.mp4 (67.12 MB)
09 Preventing Cross-User Task Viewing (Test).mp4 (37.77 MB)
10 Current User ID Decorator.mp4 (26.4 MB)
11 User-Specific Task Access Control.mp4 (26.49 MB)
12 Task Listing Scoping Tasks to Authenticated User (Test).mp4 (12.11 MB)
13 Task Listing Scoping Tasks to Authenticated User.mp4 (9.58 MB)
01 Adding TypeORM Migrations and Database Configuration Scripts.mp4 (105.04 MB)
02 Git and GitHub (Required).mp4 (67.23 MB)
03 Initializing App Platform.mp4 (24.11 MB)
04 Final Touches and Deploying on DO App Platform.mp4 (118.88 MB)
05 Successful Deployment, Analytics and Logs.mp4 (14.61 MB)
01 Introduction to NestJS - Section Intro.mp4 (1.1 MB)
02 Installing and Using Nest CLI.mp4 (18.73 MB)
03 NestJS Project Structure.mp4 (26.71 MB)
01 Controllers, Routing, Requests - Section Intro.mp4 (5.77 MB)
02 Controllers.mp4 (14.19 MB)
03 Resource Controller.mp4 (35.06 MB)
04 Route Parameters.mp4 (9.15 MB)
05 Request Body.mp4 (5.04 MB)
06 Responses and Status Codes.mp4 (18.48 MB)
07 Request Payload - Data Transfer Objects.mp4 (8.09 MB)
08 The Update Payload.mp4 (10.7 MB)
09 A Working API Example.mp4 (36.24 MB)
01 Database Basics - Section Introduction.mp4 (21.47 MB)
02 Adding Docker to the Stack.mp4 (20.31 MB)
03 Running the Database with Docker Compose.mp4 (41.6 MB)
04 Introduction to ORMs.mp4 (6.78 MB)
06 Connecting to the Database.mp4 (25.08 MB)
08 The Entity (Primary Key & Columns).mp4 (57.37 MB)
09 Repository Pattern.mp4 (18.81 MB)
10 TypeORM 3 UPGRADE GUIDE!.mp4 (20.96 MB)
11 Repository in Practice.mp4 (33.82 MB)
12 Repository Querying Criteria and Options.mp4 (49.23 MB)
01 Data Validation - Section Introduction.mp4 (23.11 MB)
02 Introduction to Pipes.mp4 (15.85 MB)
03 Input Validation.mp4 (38.98 MB)
04 Validation Groups and Options.mp4 (40.35 MB)
01 Modules, Providers, Dependency Injection - Section Introduction.mp4 (61.53 MB)
02 Introduction to Modules, Providers and Dependency Injection.mp4 (14.37 MB)
03 Creating a Custom Module.mp4 (9.48 MB)
04 Static Modules and Dynamic Modules.mp4 (10.33 MB)
05 Standard & Custom Providers.mp4 (20.75 MB)
01 Application Config and Environments.mp4 (33.76 MB)
02 Custom Configuration Files and Options.mp4 (32.13 MB)
03 Logging.mp4 (29.93 MB)
04 Exception Filters.mp4 (15.1 MB)
01 Understanding Relations.mp4 (4.9 MB)
02 One To Many Relation.mp4 (14.85 MB)
03 Loading Related Entities.mp4 (9.54 MB)
04 Associating Related Entities.mp4 (44.86 MB)
05 Many To Many Relation.mp4 (48.93 MB)
06 Query Builder Introduction.mp4 (59.82 MB)
07 Joins And Aggregation with Query Builder.mp4 (69.87 MB)
08 Filtering Data Using Query Builder.mp4 (62.89 MB)
09 Pagination Using Query Builder.mp4 (58.36 MB)
10 Updating, Deleting, Modifying Relations using QB.mp4 (89.02 MB)
11 One to One Relation.mp4 (12.35 MB)
school module.ts (376 B)
subject entity.ts (365 B)
teacher entity.ts (312 B)
training controller.ts (1.83 KB)
01 Introduction to Authentication.mp4 (26.95 MB)
02 Local Passport Strategy.mp4 (35.63 MB)
03 Logging In - Passport Strategy with a Nest Guard.mp4 (33.65 MB)
04 JWT - JSON Web Tokens Introduction.mp4 (21.39 MB)
05 JWT - Generating Token.mp4 (46.14 MB)
06 JWT - Strategy & Guard - Authenticating with JWT Token.mp4 (28.18 MB)
07 Hashing Passwords with Bcrypt.mp4 (13.84 MB)
08 Custom CurrentUser Decorator.mp4 (20.16 MB)
09 User Registration.mp4 (54.86 MB)
10 Only Authenticated Users Can Create Events.mp4 (72.29 MB)
11 Only The Owners Can Edit or Delete Events.mp4 (54.87 MB)
01 Interceptors and Serialization.mp4 (7.48 MB)
02 Serializing Data.mp4 (51.51 MB)
03 Serializing Nested Objects.mp4 (13.18 MB)
01 (Practical) Building Full Events API.mp4 (6.51 MB)
02 Relations Between Entities.mp4 (27.81 MB)
03 Getting Event Attendees.mp4 (35.11 MB)
04 Getting Events Organized by User.mp4 (49.94 MB)
05 Current User Event Attendance - the Business Logic.mp4 (49.17 MB)
06 Current User Event Attendance - the Controller.mp4 (51.19 MB)
07 Events Refactoring.mp4 (129.35 MB)
01 Manual Testing with Postman.mp4 (35.09 MB)
02 Introduction to Automated Testing.mp4 (8.31 MB)
03 Introduction to Jest.mp4 (27.86 MB)
01 Basic Unit Test and Code Coverage.mp4 (41.58 MB)
02 Test Grouping, Spies, Mocks, Setup and Teardown.mp4 (156.51 MB)
03 Nest Testing Utilities.mp4 (24.39 MB)
04 Complex Unit Tests Part 1.mp4 (24.64 MB)
05 Complex Unit Tests Part 2.mp4 (97.12 MB)
06 Complex Unit Tests Part 3.mp4 (59.99 MB)
01 Introduction to E2E Testing.mp4 (49.23 MB)
02 E2E Tests with Data Fixtures.mp4 (52.28 MB)
03 Exploring E2E Tests.mp4 (53.28 MB)
04 Dealing with Big E2E Test Suites.mp4 (92.76 MB)
01 Upgrade Guide for Existing Students Nest 7 to Nest 9.mp4 (41.63 MB)
01 What is GraphQL.mp4 (14.75 MB)
02 How Does GraphQL API Work.mp4 (20.75 MB)
03 REST vs GraphQL APIs!.mp4 (29.57 MB)
04 Setting Up and Configuring a GraphQL Module.mp4 (41.96 MB)
05 First Resolver, Query and Type!.mp4 (84.92 MB)
06 Nullable Fields & Nested Objects on Types.mp4 (53.97 MB)
07 Query Arguments.mp4 (35.39 MB)
08 Handling Errors Using Exception Filter.mp4 (60.51 MB)
09 Mutations & Input Types (How to Make Changes Using GQL).mp4 (66.91 MB)
10 Input Types & Data Validation.mp4 (38.26 MB)
11 Resolving Nested Objects & Lazy Database Relations.mp4 (49.89 MB)
12 Field Resolvers.mp4 (61.38 MB)
13 Working with Enums in GraphQL.mp4 (17.06 MB)
14 Editing Data in GraphQL (Edit Input Types).mp4 (61.19 MB)
15 Not All Fields Should Change - Using PartialOmit.mp4 (9.94 MB)
16 Deleting in GraphQL.mp4 (48.68 MB)
17 Course, Subject and Teacher Resolvers.mp4 (121.04 MB)
01 Authorization in GraphQL.mp4 (49.41 MB)
02 Authentication Refactoring Visualized.mp4 (29.14 MB)
03 Extract Authentication Logic Into the AuthService (Reusability).mp4 (41 MB)
04 Authentication Resolver - Logging In using GraphQL.mp4 (53.06 MB)
05 Getting Current User in GQL & Me Resolver.mp4 (67.36 MB)
06 Refactoring User Registration Introduction.mp4 (5.33 MB)
07 Moving of User Creation into the UserService.mp4 (69.07 MB)
08 Creating an Identical Password Custom Validator.mp4 (74.9 MB)
09 Checking if the User Already Exists Using a Validator.mp4 (110.93 MB)
10 User Registration Mutation in GraphQL.mp4 (37.42 MB)
11 Refactoring Pagination For GraphQL using Tests & Advanced TS Types.mp4 (129.53 MB)
12 Paginated GraphQL Query Results.mp4 (50.52 MB)]
Screenshot
https://images2.imgbox.com/89/c5/b7ycYQLB_o.jpg

RapidGator
TurboBit
  • Добавлено: 14/01/2025
  • Автор: 0dayhome
  • Просмотрено: 0
Ссылки: (для качалок)
Общий размер публикации: 8,54 ГБ
Еще Видео: (похожие ссылки)


Написать комментарий