589689.xyz

[] NestJS Courses - NestJS Fundamentals Course

  • 收录时间:2022-01-18 02:59:40
  • 文件大小:868MB
  • 下载次数:1
  • 最近下载:2022-01-18 02:59:40
  • 磁力链接:

文件列表

  1. 06 Other Building Blocks by Example/55 Using Metadata to Build Generic Guards or Interceptors.mp4 29MB
  2. 08 Testing/68 Adding Unit Tests.mp4 26MB
  3. 09 Bonus - Add MongoDB with Mongoose/77 Using a Mongoose Model to Access MongoDB.mp4 26MB
  4. 02 Creating a REST API application/13 Creating a Basic Service.mp4 24MB
  5. 03 Add PostgreSQL with TypeORM/32 Setting up Migrations.mp4 22MB
  6. 02 Creating a REST API application/16 Introduction to Data Transfer Objects.mp4 20MB
  7. 08 Testing/67 Getting Started with Test Suites.mp4 20MB
  8. 03 Add PostgreSQL with TypeORM/25 Using Repository to Access Database.mp4 20MB
  9. 06 Other Building Blocks by Example/52 Understanding Binding Techniques.mp4 19MB
  10. 08 Testing/69 Diving Into e2e Tests.mp4 18MB
  11. 08 Testing/70 Creating our First e2e Test.mp4 18MB
  12. 05 Application Configuration/49 Configuration Namespaces and Partial Registration.mp4 18MB
  13. 02 Creating a REST API application/17 Validate Input Data with Data Transfer Objects.mp4 18MB
  14. 06 Other Building Blocks by Example/56 Add Pointcuts with Interceptors.mp4 17MB
  15. 06 Other Building Blocks by Example/53 Catch Exceptions with Filters.mp4 17MB
  16. 06 Other Building Blocks by Example/54 Protect Routes with Guards.mp4 16MB
  17. 06 Other Building Blocks by Example/59 Bonus Add Request Logging with Middleware.mp4 16MB
  18. 09 Bonus - Add MongoDB with Mongoose/79 Use Transactions.mp4 16MB
  19. 04 Dependency Injection/42 Control Providers Scope.mp4 15MB
  20. 04 Dependency Injection/43 Diving Deeper Into RequestScoped Providers.mp4 15MB
  21. 03 Add PostgreSQL with TypeORM/30 Use Transactions.mp4 15MB
  22. 09 Bonus - Add MongoDB with Mongoose/78 Adding Pagination.mp4 15MB
  23. 03 Add PostgreSQL with TypeORM/28 Using Cascading Inserts and Updates.mp4 14MB
  24. 02 Creating a REST API application/7 Creating a Basic Controller.mp4 14MB
  25. 06 Other Building Blocks by Example/58 Creating Custom Pipes.mp4 14MB
  26. 03 Add PostgreSQL with TypeORM/26 Create a Relation between two Entities.mp4 14MB
  27. 03 Add PostgreSQL with TypeORM/29 Adding Pagination.mp4 14MB
  28. 02 Creating a REST API application/19 Autotransform Payloads to DTO instances.mp4 13MB
  29. 05 Application Configuration/44 Introducing the Config Module.mp4 13MB
  30. 08 Testing/71 Implementing e2e Test Logic.mp4 13MB
  31. 05 Application Configuration/48 Custom Configuration Files.mp4 12MB
  32. 06 Other Building Blocks by Example/60 Bonus Create Custom Param Decorators.mp4 12MB
  33. 02 Creating a REST API application/14 Send UserFriendly Error Messages.mp4 12MB
  34. 03 Add PostgreSQL with TypeORM/23 Introducing the TypeORM Module.mp4 12MB
  35. 04 Dependency Injection/37 Nonclassbased Provider Tokens.mp4 11MB
  36. 05 Application Configuration/50 Asynchronously Configure Dynamic Modules.mp4 11MB
  37. 02 Creating a REST API application/15 Encompass BusinessDomain in Modules.mp4 11MB
  38. 04 Dependency Injection/33 Understand Dependency Injection.mp4 11MB
  39. 02 Creating a REST API application/10 Response Status Codes.mp4 11MB
  40. 05 Application Configuration/46 Schema Validation.mp4 11MB
  41. 06 Other Building Blocks by Example/57 Handling Timeouts with Interceptors.mp4 10MB
  42. 09 Bonus - Add MongoDB with Mongoose/76 Creating a Mongoose Model.mp4 10MB
  43. 01 Getting Started/1 Introduction to NestJS.mp4 10MB
  44. 04 Dependency Injection/41 Create a Dynamic Module.mp4 10MB
  45. 02 Creating a REST API application/11 Handling Update and Delete Requests.mp4 10MB
  46. 01 Getting Started/4 Whatвs inside a NestJS Application.mp4 9MB
  47. 05 Application Configuration/47 Using the Config Service.mp4 9MB
  48. 03 Add PostgreSQL with TypeORM/24 Creating a TypeORM Entity.mp4 9MB
  49. 03 Add PostgreSQL with TypeORM/27 Retrieve Entities with their Relations.mp4 9MB
  50. 07 Generating OpenAPI Specification/62 Enabling CLI Plugin.mp4 9MB
  51. 04 Dependency Injection/34 Control NestJS Module Encapsulation.mp4 9MB
  52. 04 Dependency Injection/39 Factory Providers.mp4 8MB
  53. 07 Generating OpenAPI Specification/61 Introducing the Swagger Module.mp4 8MB
  54. 04 Dependency Injection/40 Leverage Async Providers.mp4 8MB
  55. 09 Bonus - Add MongoDB with Mongoose/75 Introducing the Mongoose Module.mp4 7MB
  56. 02 Creating a REST API application/12 Implement Pagination with Query Parameters.mp4 6MB
  57. 03 Add PostgreSQL with TypeORM/22 Running PostgreSQL.mp4 6MB
  58. 09 Bonus - Add MongoDB with Mongoose/74 Running MongoDB.mp4 6MB
  59. 02 Creating a REST API application/8 Use Route Parameters.mp4 5MB
  60. 07 Generating OpenAPI Specification/64 Adding Example Responses.mp4 5MB
  61. 02 Creating a REST API application/18 Handling Malicious Request Data.mp4 5MB
  62. 02 Creating a REST API application/9 Handling Request Body Payload.mp4 4MB
  63. 01 Getting Started/3 Generating our first NestJS Application.mp4 4MB
  64. 05 Application Configuration/45 Custom Environment File Paths.mp4 4MB
  65. 09 Bonus - Add MongoDB with Mongoose/73 Prerequisite Install Docker.mp4 4MB
  66. 04 Dependency Injection/38 Class Providers.mp4 4MB
  67. 07 Generating OpenAPI Specification/65 Using Tags to Group Resources.mp4 4MB
  68. 03 Add PostgreSQL with TypeORM/21 Prerequisite Install Docker.mp4 3MB
  69. 06 Other Building Blocks by Example/51 Introducing More Building Blocks.mp4 3MB
  70. 09 Bonus - Add MongoDB with Mongoose/80 Adding Indexes to Schemas.mp4 3MB
  71. 07 Generating OpenAPI Specification/63 Decorating Model Properties.mp4 3MB
  72. 08 Testing/66 Introduction to Jest.mp4 3MB
  73. 02 Creating a REST API application/6 Running NestJS in Development Mode.mp4 3MB
  74. 04 Dependency Injection/36 Value based Providers.mp4 3MB
  75. 04 Dependency Injection/35 Diving Into Custom Providers.mp4 2MB
  76. 01 Getting Started/2 Installing the NestJS CLI commandline interface.mp4 2MB
  77. 03 Add PostgreSQL with TypeORM/31 Adding Indexes to Entities.mp4 2MB
  78. 02 Creating a REST API application/5 Prerequisite Install Insomnia.mp4 1MB
  79. 03 Add PostgreSQL with TypeORM/20 Before we Get Started.mp4 1MB
  80. 09 Bonus - Add MongoDB with Mongoose/72 Before we Get Started.mp4 1MB
  81. 06 Other Building Blocks by Example/55 Using Metadata to Build Generic Guards or Interceptors.srt 13KB
  82. 08 Testing/67 Getting Started with Test Suites.srt 11KB
  83. 02 Creating a REST API application/13 Creating a Basic Service.srt 11KB
  84. 09 Bonus - Add MongoDB with Mongoose/77 Using a Mongoose Model to Access MongoDB.srt 10KB
  85. 06 Other Building Blocks by Example/54 Protect Routes with Guards.srt 10KB
  86. 08 Testing/68 Adding Unit Tests.srt 10KB
  87. 02 Creating a REST API application/17 Validate Input Data with Data Transfer Objects.srt 10KB
  88. 06 Other Building Blocks by Example/53 Catch Exceptions with Filters.srt 10KB
  89. 03 Add PostgreSQL with TypeORM/25 Using Repository to Access Database.srt 9KB
  90. 03 Add PostgreSQL with TypeORM/32 Setting up Migrations.srt 9KB
  91. 06 Other Building Blocks by Example/56 Add Pointcuts with Interceptors.srt 9KB
  92. 08 Testing/70 Creating our First e2e Test.srt 9KB
  93. 02 Creating a REST API application/16 Introduction to Data Transfer Objects.srt 9KB
  94. 06 Other Building Blocks by Example/59 Bonus Add Request Logging with Middleware.srt 8KB
  95. 03 Add PostgreSQL with TypeORM/26 Create a Relation between two Entities.srt 8KB
  96. 08 Testing/69 Diving Into e2e Tests.srt 8KB
  97. 06 Other Building Blocks by Example/52 Understanding Binding Techniques.srt 8KB
  98. 03 Add PostgreSQL with TypeORM/30 Use Transactions.srt 7KB
  99. 06 Other Building Blocks by Example/58 Creating Custom Pipes.srt 7KB
  100. 09 Bonus - Add MongoDB with Mongoose/79 Use Transactions.srt 7KB
  101. 09 Bonus - Add MongoDB with Mongoose/76 Creating a Mongoose Model.srt 6KB
  102. 02 Creating a REST API application/7 Creating a Basic Controller.srt 6KB
  103. 02 Creating a REST API application/10 Response Status Codes.srt 6KB
  104. 03 Add PostgreSQL with TypeORM/28 Using Cascading Inserts and Updates.srt 6KB
  105. 05 Application Configuration/49 Configuration Namespaces and Partial Registration.srt 6KB
  106. 09 Bonus - Add MongoDB with Mongoose/78 Adding Pagination.srt 6KB
  107. 03 Add PostgreSQL with TypeORM/29 Adding Pagination.srt 6KB
  108. 03 Add PostgreSQL with TypeORM/24 Creating a TypeORM Entity.srt 6KB
  109. 04 Dependency Injection/33 Understand Dependency Injection.srt 6KB
  110. 03 Add PostgreSQL with TypeORM/23 Introducing the TypeORM Module.srt 6KB
  111. 01 Getting Started/1 Introduction to NestJS.srt 6KB
  112. 05 Application Configuration/44 Introducing the Config Module.srt 6KB
  113. 02 Creating a REST API application/14 Send UserFriendly Error Messages.srt 6KB
  114. 05 Application Configuration/48 Custom Configuration Files.srt 5KB
  115. 08 Testing/71 Implementing e2e Test Logic.srt 5KB
  116. 07 Generating OpenAPI Specification/61 Introducing the Swagger Module.srt 5KB
  117. 02 Creating a REST API application/15 Encompass BusinessDomain in Modules.srt 5KB
  118. 04 Dependency Injection/42 Control Providers Scope.srt 5KB
  119. 06 Other Building Blocks by Example/57 Handling Timeouts with Interceptors.srt 5KB
  120. 04 Dependency Injection/41 Create a Dynamic Module.srt 5KB
  121. 06 Other Building Blocks by Example/60 Bonus Create Custom Param Decorators.srt 5KB
  122. 07 Generating OpenAPI Specification/62 Enabling CLI Plugin.srt 5KB
  123. 03 Add PostgreSQL with TypeORM/22 Running PostgreSQL.srt 4KB
  124. 04 Dependency Injection/43 Diving Deeper Into RequestScoped Providers.srt 4KB
  125. 03 Add PostgreSQL with TypeORM/27 Retrieve Entities with their Relations.srt 4KB
  126. 09 Bonus - Add MongoDB with Mongoose/74 Running MongoDB.srt 4KB
  127. 02 Creating a REST API application/19 Autotransform Payloads to DTO instances.srt 4KB
  128. 05 Application Configuration/46 Schema Validation.srt 4KB
  129. 05 Application Configuration/50 Asynchronously Configure Dynamic Modules.srt 4KB
  130. 04 Dependency Injection/34 Control NestJS Module Encapsulation.srt 4KB
  131. 09 Bonus - Add MongoDB with Mongoose/75 Introducing the Mongoose Module.srt 4KB
  132. 04 Dependency Injection/37 Nonclassbased Provider Tokens.srt 3KB
  133. 03 Add PostgreSQL with TypeORM/21 Prerequisite Install Docker.srt 3KB
  134. 02 Creating a REST API application/18 Handling Malicious Request Data.srt 3KB
  135. 04 Dependency Injection/39 Factory Providers.srt 3KB
  136. 02 Creating a REST API application/12 Implement Pagination with Query Parameters.srt 3KB
  137. 05 Application Configuration/47 Using the Config Service.srt 3KB
  138. 02 Creating a REST API application/9 Handling Request Body Payload.srt 3KB
  139. 04 Dependency Injection/40 Leverage Async Providers.srt 3KB
  140. 06 Other Building Blocks by Example/51 Introducing More Building Blocks.srt 3KB
  141. 07 Generating OpenAPI Specification/64 Adding Example Responses.srt 3KB
  142. 01 Getting Started/3 Generating our first NestJS Application.srt 3KB
  143. 02 Creating a REST API application/8 Use Route Parameters.srt 3KB
  144. 08 Testing/66 Introduction to Jest.srt 2KB
  145. 04 Dependency Injection/35 Diving Into Custom Providers.srt 2KB
  146. 0. Websites you may like/For $3, Get Anything Official like Windows 11 keys + Microsoft Office 365 Accounts! Hurry! Limited Time Offer.url 2KB
  147. 09 Bonus - Add MongoDB with Mongoose/80 Adding Indexes to Schemas.srt 2KB
  148. 07 Generating OpenAPI Specification/63 Decorating Model Properties.srt 2KB
  149. 05 Application Configuration/45 Custom Environment File Paths.srt 2KB
  150. 02 Creating a REST API application/6 Running NestJS in Development Mode.srt 1KB
  151. 07 Generating OpenAPI Specification/65 Using Tags to Group Resources.srt 1KB
  152. 04 Dependency Injection/38 Class Providers.srt 1KB
  153. 03 Add PostgreSQL with TypeORM/20 Before we Get Started.srt 1KB
  154. 04 Dependency Injection/36 Value based Providers.srt 1KB
  155. 03 Add PostgreSQL with TypeORM/31 Adding Indexes to Entities.srt 1KB
  156. 09 Bonus - Add MongoDB with Mongoose/72 Before we Get Started.srt 913B
  157. 02 Creating a REST API application/5 Prerequisite Install Insomnia.srt 782B
  158. 0. Websites you may like/0. OneHack.us Premium Cracked Accounts-Tutorials-Guides-Articles Community Based Forum.url 377B
  159. 0. Websites you may like/1. FreeCoursesOnline.Me Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url 286B
  160. 0. Websites you may like/3. FTUApps.com Download Cracked Developers Applications For Free.url 239B
  161. 0. Websites you may like/How you can help our Group!.txt 204B