File | Size |
---|
TutsNode.com.txt | 63.00 B |
[TGx]Downloaded from torrentgalaxy.to .txt | 585.00 B |
[TutsNode.com] - NestJS Fundamentals/01 Getting Started/1 Introduction to NestJS.mp4 | 10.05 MB |
[TutsNode.com] - NestJS Fundamentals/01 Getting Started/1 Introduction to NestJS.srt | 5.57 kB |
[TutsNode.com] - NestJS Fundamentals/01 Getting Started/2 Installing the NestJS CLI commandline interface.mp4 | 2.23 MB |
[TutsNode.com] - NestJS Fundamentals/01 Getting Started/3 Generating our first NestJS Application.mp4 | 4.34 MB |
[TutsNode.com] - NestJS Fundamentals/01 Getting Started/3 Generating our first NestJS Application.srt | 2.65 kB |
[TutsNode.com] - NestJS Fundamentals/01 Getting Started/4 Whatвs inside a NestJS Application.mp4 | 9.26 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/10 Response Status Codes.mp4 | 10.75 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/10 Response Status Codes.srt | 6.31 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/11 Handling Update and Delete Requests.mp4 | 9.55 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/12 Implement Pagination with Query Parameters.mp4 | 6.32 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/12 Implement Pagination with Query Parameters.srt | 3.00 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/13 Creating a Basic Service.mp4 | 23.55 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/13 Creating a Basic Service.srt | 10.69 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/14 Send UserFriendly Error Messages.mp4 | 11.94 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/14 Send UserFriendly Error Messages.srt | 5.53 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/15 Encompass BusinessDomain in Modules.mp4 | 11.21 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/15 Encompass BusinessDomain in Modules.srt | 5.06 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/16 Introduction to Data Transfer Objects.mp4 | 20.28 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/16 Introduction to Data Transfer Objects.srt | 8.77 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/17 Validate Input Data with Data Transfer Objects.mp4 | 17.67 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/17 Validate Input Data with Data Transfer Objects.srt | 9.59 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/18 Handling Malicious Request Data.mp4 | 4.98 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/18 Handling Malicious Request Data.srt | 3.32 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/19 Autotransform Payloads to DTO instances.mp4 | 13.22 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/19 Autotransform Payloads to DTO instances.srt | 4.05 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/5 Prerequisite Install Insomnia.mp4 | 1.31 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/5 Prerequisite Install Insomnia.srt | 782.00 B |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/6 Running NestJS in Development Mode.mp4 | 2.62 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/6 Running NestJS in Development Mode.srt | 1.49 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/7 Creating a Basic Controller.mp4 | 14.37 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/7 Creating a Basic Controller.srt | 6.38 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/8 Use Route Parameters.mp4 | 5.23 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/8 Use Route Parameters.srt | 2.56 kB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/9 Handling Request Body Payload.mp4 | 4.49 MB |
[TutsNode.com] - NestJS Fundamentals/02 Creating a REST API application/9 Handling Request Body Payload.srt | 2.84 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/20 Before we Get Started.mp4 | 1.25 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/20 Before we Get Started.srt | 1.29 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/21 Prerequisite Install Docker.mp4 | 3.39 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/21 Prerequisite Install Docker.srt | 3.44 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/22 Running PostgreSQL.mp4 | 6.26 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/22 Running PostgreSQL.srt | 4.29 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/23 Introducing the TypeORM Module.mp4 | 11.61 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/23 Introducing the TypeORM Module.srt | 5.58 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/24 Creating a TypeORM Entity.mp4 | 9.19 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/24 Creating a TypeORM Entity.srt | 5.64 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/25 Using Repository to Access Database.mp4 | 19.87 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/25 Using Repository to Access Database.srt | 9.31 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/26 Create a Relation between two Entities.mp4 | 14.22 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/26 Create a Relation between two Entities.srt | 7.77 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/27 Retrieve Entities with their Relations.mp4 | 9.16 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/27 Retrieve Entities with their Relations.srt | 4.12 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/28 Using Cascading Inserts and Updates.mp4 | 14.48 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/28 Using Cascading Inserts and Updates.srt | 6.03 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/29 Adding Pagination.mp4 | 13.98 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/29 Adding Pagination.srt | 5.79 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/30 Use Transactions.mp4 | 14.91 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/30 Use Transactions.srt | 7.29 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/31 Adding Indexes to Entities.mp4 | 2.08 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/31 Adding Indexes to Entities.srt | 1.10 kB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/32 Setting up Migrations.mp4 | 21.87 MB |
[TutsNode.com] - NestJS Fundamentals/03 Add PostgreSQL with TypeORM/32 Setting up Migrations.srt | 8.99 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/33 Understand Dependency Injection.mp4 | 10.86 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/33 Understand Dependency Injection.srt | 5.62 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/34 Control NestJS Module Encapsulation.mp4 | 8.82 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/34 Control NestJS Module Encapsulation.srt | 3.64 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/35 Diving Into Custom Providers.mp4 | 2.24 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/35 Diving Into Custom Providers.srt | 1.88 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/36 Value based Providers.mp4 | 2.53 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/36 Value based Providers.srt | 1.28 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/37 Nonclassbased Provider Tokens.mp4 | 11.44 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/37 Nonclassbased Provider Tokens.srt | 3.49 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/38 Class Providers.mp4 | 3.69 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/38 Class Providers.srt | 1.34 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/39 Factory Providers.mp4 | 8.42 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/39 Factory Providers.srt | 3.08 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/40 Leverage Async Providers.mp4 | 7.77 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/40 Leverage Async Providers.srt | 2.83 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/41 Create a Dynamic Module.mp4 | 9.64 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/41 Create a Dynamic Module.srt | 4.89 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/42 Control Providers Scope.mp4 | 15.34 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/42 Control Providers Scope.srt | 4.98 kB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/43 Diving Deeper Into RequestScoped Providers.mp4 | 15.17 MB |
[TutsNode.com] - NestJS Fundamentals/04 Dependency Injection/43 Diving Deeper Into RequestScoped Providers.srt | 4.17 kB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/44 Introducing the Config Module.mp4 | 12.64 MB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/44 Introducing the Config Module.srt | 5.54 kB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/45 Custom Environment File Paths.mp4 | 4.29 MB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/45 Custom Environment File Paths.srt | 1.52 kB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/46 Schema Validation.mp4 | 10.63 MB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/46 Schema Validation.srt | 3.92 kB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/47 Using the Config Service.mp4 | 9.25 MB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/47 Using the Config Service.srt | 2.91 kB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/48 Custom Configuration Files.mp4 | 12.42 MB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/48 Custom Configuration Files.srt | 5.36 kB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/49 Configuration Namespaces and Partial Registration.mp4 | 17.78 MB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/49 Configuration Namespaces and Partial Registration.srt | 5.98 kB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/50 Asynchronously Configure Dynamic Modules.mp4 | 11.41 MB |
[TutsNode.com] - NestJS Fundamentals/05 Application Configuration/50 Asynchronously Configure Dynamic Modules.srt | 3.81 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/51 Introducing More Building Blocks.mp4 | 3.37 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/51 Introducing More Building Blocks.srt | 2.80 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/52 Understanding Binding Techniques.mp4 | 19.22 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/52 Understanding Binding Techniques.srt | 7.53 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/53 Catch Exceptions with Filters.mp4 | 16.65 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/53 Catch Exceptions with Filters.srt | 9.53 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/54 Protect Routes with Guards.mp4 | 16.02 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/54 Protect Routes with Guards.srt | 9.98 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/55 Using Metadata to Build Generic Guards or Interceptors.mp4 | 28.57 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/55 Using Metadata to Build Generic Guards or Interceptors.srt | 12.59 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/56 Add Pointcuts with Interceptors.mp4 | 16.97 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/56 Add Pointcuts with Interceptors.srt | 8.84 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/57 Handling Timeouts with Interceptors.mp4 | 10.34 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/57 Handling Timeouts with Interceptors.srt | 4.96 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/58 Creating Custom Pipes.mp4 | 14.32 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/58 Creating Custom Pipes.srt | 7.26 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/59 Bonus Add Request Logging with Middleware.mp4 | 15.57 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/59 Bonus Add Request Logging with Middleware.srt | 8.29 kB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/60 Bonus Create Custom Param Decorators.mp4 | 12.21 MB |
[TutsNode.com] - NestJS Fundamentals/06 Other Building Blocks by Example/60 Bonus Create Custom Param Decorators.srt | 4.75 kB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/61 Introducing the Swagger Module.mp4 | 8.21 MB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/61 Introducing the Swagger Module.srt | 5.08 kB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/62 Enabling CLI Plugin.mp4 | 9.16 MB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/62 Enabling CLI Plugin.srt | 4.73 kB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/63 Decorating Model Properties.mp4 | 2.97 MB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/63 Decorating Model Properties.srt | 1.66 kB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/64 Adding Example Responses.mp4 | 5.22 MB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/64 Adding Example Responses.srt | 2.68 kB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/65 Using Tags to Group Resources.mp4 | 3.51 MB |
[TutsNode.com] - NestJS Fundamentals/07 Generating OpenAPI Specification/65 Using Tags to Group Resources.srt | 1.37 kB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/66 Introduction to Jest.mp4 | 2.87 MB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/66 Introduction to Jest.srt | 2.47 kB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/67 Getting Started with Test Suites.mp4 | 20.16 MB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/67 Getting Started with Test Suites.srt | 11.36 kB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/68 Adding Unit Tests.mp4 | 26.45 MB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/68 Adding Unit Tests.srt | 9.75 kB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/69 Diving Into e2e Tests.mp4 | 18.36 MB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/69 Diving Into e2e Tests.srt | 7.58 kB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/70 Creating our First e2e Test.mp4 | 18.02 MB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/70 Creating our First e2e Test.srt | 8.79 kB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/71 Implementing e2e Test Logic.mp4 | 12.56 MB |
[TutsNode.com] - NestJS Fundamentals/08 Testing/71 Implementing e2e Test Logic.srt | 5.26 kB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/72 Before we Get Started.mp4 | 1.25 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/72 Before we Get Started.srt | 913.00 B |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/73 Prerequisite Install Docker.mp4 | 3.86 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/74 Running MongoDB.mp4 | 5.94 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/74 Running MongoDB.srt | 4.08 kB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/75 Introducing the Mongoose Module.mp4 | 6.67 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/75 Introducing the Mongoose Module.srt | 3.53 kB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/76 Creating a Mongoose Model.mp4 | 10.13 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/76 Creating a Mongoose Model.srt | 6.44 kB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/77 Using a Mongoose Model to Access MongoDB.mp4 | 26.00 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/77 Using a Mongoose Model to Access MongoDB.srt | 10.41 kB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/78 Adding Pagination.mp4 | 14.78 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/78 Adding Pagination.srt | 5.87 kB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/79 Use Transactions.mp4 | 15.51 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/79 Use Transactions.srt | 7.16 kB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/80 Adding Indexes to Schemas.mp4 | 3.11 MB |
[TutsNode.com] - NestJS Fundamentals/09 Bonus - Add MongoDB with Mongoose/80 Adding Indexes to Schemas.srt | 1.75 kB |