Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай NestJS: The Complete Developer's Guide, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:52
    How to Get Help
  2. Урок 2. 00:04:05
    Project Setup
  3. Урок 3. 00:05:37
    TypeScript Configuration
  4. Урок 4. 00:07:04
    Creating a Controller
  5. Урок 5. 00:05:51
    Starting Up a Nest App
  6. Урок 6. 00:04:36
    File Naming Conventions
  7. Урок 7. 00:02:48
    Routing Decorators
  8. Урок 8. 00:07:43
    App Setup
  9. Урок 9. 00:06:11
    Using the Nest CLI to Generate Files
  10. Урок 10. 00:04:12
    More on Generating Files
  11. Урок 11. 00:04:05
    Adding Routing Logic
  12. Урок 12. 00:04:48
    [Optional] Postman Setup
  13. Урок 13. 00:05:12
    [Optional] VSCode REST Client Extension
  14. Урок 14. 00:05:39
    Accessing Request Data with Decorators
  15. Урок 15. 00:03:03
    Using Pipes for Validation
  16. Урок 16. 00:07:38
    Adding Validation Rules
  17. Урок 17. 00:07:22
    Behind the Scenes of Validation
  18. Урок 18. 00:06:15
    How Type Info is Preserved
  19. Урок 19. 00:06:12
    Services and Repositories
  20. Урок 20. 00:06:39
    Implementing a Repository
  21. Урок 21. 00:04:40
    Reading and Writing to a Storage File
  22. Урок 22. 00:05:02
    Implementing a Service
  23. Урок 23. 00:07:13
    Manual Testing of the Controller
  24. Урок 24. 00:05:27
    Reporting Errors with Exceptions
  25. Урок 25. 00:11:18
    Understanding Inversion of Control
  26. Урок 26. 00:09:26
    Introduction to Dependency Injection
  27. Урок 27. 00:07:37
    Refactoring to Use Dependency Injection
  28. Урок 28. 00:05:50
    Few More Notes on DI
  29. Урок 29. 00:03:07
    Project Overview
  30. Урок 30. 00:04:43
    Generating a Few Files
  31. Урок 31. 00:05:58
    Setting Up DI Between Modules
  32. Урок 32. 00:04:40
    More on DI Between Modules
  33. Урок 33. 00:05:20
    Consuming Multiple Modules
  34. Урок 34. 00:01:54
    Modules Wrapup
  35. Урок 35. 00:02:19
    App Overview
  36. Урок 36. 00:04:09
    API Design
  37. Урок 37. 00:03:03
    Module Design!
  38. Урок 38. 00:02:28
    Generating Modules, Controllers, and Services
  39. Урок 39. 00:02:51
    Persistent Data with Nest
  40. Урок 40. 00:07:29
    Setting Up a Database Connection
  41. Урок 41. 00:07:14
    Creating an Entity and Repository
  42. Урок 42. 00:06:55
    Viewing a DB's Contents
  43. Урок 43. 00:07:15
    Understanding TypeORM Decorators
  44. Урок 44. 00:03:54
    One Quick Note on Repositories
  45. Урок 45. 00:03:09
    A Few Extra Routes
  46. Урок 46. 00:07:16
    Setting Up Body Validation
  47. Урок 47. 00:03:53
    Manual Route Testing
  48. Урок 48. 00:08:59
    Creating and Saving a User
  49. Урок 49. 00:05:55
    Quick Breather and Review
  50. Урок 50. 00:07:37
    More on Create vs Save
  51. Урок 51. 00:04:42
    Querying for Data
  52. Урок 52. 00:11:25
    Updating Data
  53. Урок 53. 00:03:45
    Removing Users
  54. Урок 54. 00:05:51
    Finding and Filtering Records
  55. Урок 55. 00:02:52
    Removing Records
  56. Урок 56. 00:06:00
    Updating Records
  57. Урок 57. 00:06:49
    A Few Notes on Exceptions
  58. Урок 58. 00:05:51
    Excluding Response Properties
  59. Урок 59. 00:04:38
    Solution to Serialization
  60. Урок 60. 00:12:14
    How to Build Interceptors
  61. Урок 61. 00:08:21
    Serialization in the Interceptor
  62. Урок 62. 00:03:03
    Customizing the Interceptor's DTO
  63. Урок 63. 00:03:08
    Wrapping the Interceptor in a Decorator
  64. Урок 64. 00:02:49
    Controller-Wide Serialization
  65. Урок 65. 00:03:31
    A Bit of Type Safety Around Serialize
  66. Урок 66. 00:08:22
    Authentication Overview
  67. Урок 67. 00:04:17
    Reminder on Service Setup
  68. Урок 68. 00:03:45
    Implementing Signup Functionality
  69. Урок 69. 00:18:50
    [Optional] Understanding Password Hashing
  70. Урок 70. 00:08:05
    Salting and Hashing the Password
  71. Урок 71. 00:03:23
    Creating a User
  72. Урок 72. 00:08:29
    Handling User Sign In
  73. Урок 73. 00:06:03
    Setting up Sessions
  74. Урок 74. 00:05:46
    Changing and Fetching Session Data
  75. Урок 75. 00:04:48
    Signing in a User
  76. Урок 76. 00:02:02
    Getting the Current User
  77. Урок 77. 00:03:47
    Signing Out a User
  78. Урок 78. 00:01:58
    Two Automation Tools
  79. Урок 79. 00:05:35
    Custom Param Decorators
  80. Урок 80. 00:06:13
    Why a Decorator and Interceptor
  81. Урок 81. 00:07:08
    Communicating from Interceptor to Decorator
  82. Урок 82. 00:04:44
    Connecting an Interceptor to Dependency Injection
  83. Урок 83. 00:03:53
    Globally Scoped Interceptors
  84. Урок 84. 00:06:47
    Preventing Access with Authentication Guards
  85. Урок 85. 00:04:43
    Testing Overview
  86. Урок 86. 00:07:17
    Testing Setup
  87. Урок 87. 00:06:50
    Yes, Testing is Confusing
  88. Урок 88. 00:06:24
    Getting TypeScript to Help With Mocks
  89. Урок 89. 00:04:03
    Improving File Layout
  90. Урок 90. 00:05:57
    Ensuring Password Gets Hashed
  91. Урок 91. 00:07:33
    Changing Mock Implementations
  92. Урок 92. 00:02:03
    Testing the Signin Flow
  93. Урок 93. 00:08:38
    Checking Password Comparison
  94. Урок 94. 00:07:57
    More Intelligent Mocks
  95. Урок 95. 00:03:25
    Refactoring to Use Intelligent Mocks
  96. Урок 96. 00:06:49
    Unit Testing a Controller
  97. Урок 97. 00:06:01
    More Mock Implementations
  98. Урок 98. 00:08:11
    Not Super Effective Tests
  99. Урок 99. 00:06:29
    Testing the Signin Method
  100. Урок 100. 00:03:32
    Getting Started with End to End Testing
  101. Урок 101. 00:06:42
    Creating an End to End Test
  102. Урок 102. 00:08:27
    App Setup Issues in Spec Files
  103. Урок 103. 00:05:03
    Applying a Globally Scoped Pipe
  104. Урок 104. 00:04:41
    Applying a Globally Scoped Middleware
  105. Урок 105. 00:04:47
    Solving Failures Around Repeat Test Runs
  106. Урок 106. 00:04:45
    Creating Separate Test and Dev Databases
  107. Урок 107. 00:05:26
    Understanding Dotenv
  108. Урок 108. 00:06:49
    Applying Dotenv for Config
  109. Урок 109. 00:04:45
    Specifying the Runtime Environment
  110. Урок 110. 00:02:54
    Solving a SQLite Error
  111. Урок 111. 00:04:36
    It Works!
  112. Урок 112. 00:05:23
    A Followup Test
  113. Урок 113. 00:01:01
    Back to Reports
  114. Урок 114. 00:02:53
    Adding Properties to Reports
  115. Урок 115. 00:03:51
    A DTO for Report Creation
  116. Урок 116. 00:07:08
    Receiving Report Creation Requests
  117. Урок 117. 00:04:12
    Saving a Report with the Reports Service
  118. Урок 118. 00:04:08
    Testing Report Creation
  119. Урок 119. 00:03:36
    Building Associations
  120. Урок 120. 00:06:40
    Types of Associations
  121. Урок 121. 00:05:46
    The ManyToOne and OneToMany Decorators
  122. Урок 122. 00:08:29
    More on Decorators
  123. Урок 123. 00:06:39
    Setting up the Association
  124. Урок 124. 00:03:39
    Formatting the Report Response
  125. Урок 125. 00:05:05
    Transforming Properties with a DTO
  126. Урок 126. 00:05:59
    Adding in Report Approval
  127. Урок 127. 00:05:49
    Testing Report Approval
  128. Урок 128. 00:04:18
    Authorization vs Authentication
  129. Урок 129. 00:04:36
    Adding an Authorization Guard
  130. Урок 130. 00:02:19
    The Guard Doesn't Work?!
  131. Урок 131. 00:03:50
    Middlewares, Guards, and Interceptors
  132. Урок 132. 00:08:16
    Assigning CurrentUser with a Middleware
  133. Урок 133. 00:02:34
    Fixing a Type Definition Error
  134. Урок 134. 00:07:28
    Validating Query String Values
  135. Урок 135. 00:03:49
    Transforming Query String Data
  136. Урок 136. 00:03:32
    How Will We Generate an Estimate
  137. Урок 137. 00:05:15
    Creating a Query Builder
  138. Урок 138. 00:08:33
    Writing a Query to Produce the Estimate
  139. Урок 139. 00:03:46
    Testing the Estimate Logic
  140. Урок 140. 00:02:09
    The Path to Production
  141. Урок 141. 00:03:36
    Providing the Cookie Key
  142. Урок 142. 00:03:44
    Understanding the Synchronize Flag
  143. Урок 143. 00:02:23
    The Dangers of Synchronize
  144. Урок 144. 00:03:21
    The Theory Behind Migrations
  145. Урок 145. 00:04:49
    Headaches with Config Management
  146. Урок 146. 00:24:05
    TypeORM and Nest Config is Great
  147. Урок 147. 00:06:40
    Env-Specific Database Config
  148. Урок 148. 00:04:39
    Installing the TypeORM CLI
  149. Урок 149. 00:07:08
    Generating and Running Migrations
  150. Урок 150. 00:02:50
    Running Migrations During E2E Tests
  151. Урок 151. 00:04:03
    Production DB Config
  152. Урок 152. 00:02:43
    Heroku Specific Project Config
  153. Урок 153. 00:02:52
    Deploying the App - (Final Lecture)
  154. Урок 154. 00:01:05
    How to Get Help
  155. Урок 155. 00:06:20
    TypeScript Overview
  156. Урок 156. 00:08:00
    Environment Setup
  157. Урок 157. 00:04:44
    A First App
  158. Урок 158. 00:05:04
    Executing TypeScript Code
  159. Урок 159. 00:03:36
    One Quick Change
  160. Урок 160. 00:07:23
    Catching Errors with TypeScript
  161. Урок 161. 00:05:16
    Catching More Errors!
  162. Урок 162. 00:03:37
    Course Overview
  163. Урок 163. 00:05:13
    Types
  164. Урок 164. 00:05:54
    More on Types
  165. Урок 165. 00:04:50
    Examples of Types
  166. Урок 166. 00:00:50
    Where Do We Use Types?
  167. Урок 167. 00:02:04
    Type Annotations and Inference
  168. Урок 168. 00:04:54
    Annotations with Variables
  169. Урок 169. 00:06:54
    Object Literal Annotations
  170. Урок 170. 00:05:57
    Annotations Around Functions
  171. Урок 171. 00:03:52
    Understanding Inference
  172. Урок 172. 00:07:48
    The Any Type
  173. Урок 173. 00:01:50
    Fixing the "Any" Type
  174. Урок 174. 00:03:06
    Delayed Initialization
  175. Урок 175. 00:04:38
    When Inference Doesn't Work
  176. Урок 176. 00:04:57
    More Annotations Around Functions
  177. Урок 177. 00:06:09
    Inference Around Functions
  178. Урок 178. 00:01:43
    Annotations for Anonymous Functions
  179. Урок 179. 00:02:50
    Void and Never
  180. Урок 180. 00:03:36
    Destructuring with Annotations
  181. Урок 181. 00:07:06
    Annotations Around Objects
  182. Урок 182. 00:05:06
    Arrays in TypeScript
  183. Урок 183. 00:04:31
    Why Typed Arrays?
  184. Урок 184. 00:02:58
    Multiple Types in Arrays
  185. Урок 185. 00:00:55
    When to Use Typed Arrays
  186. Урок 186. 00:04:06
    Tuples in TypeScript
  187. Урок 187. 00:05:29
    Tuples in Action
  188. Урок 188. 00:03:21
    Why Tuples?
  189. Урок 189. 00:01:27
    Interfaces
  190. Урок 190. 00:04:43
    Long Type Annotations
  191. Урок 191. 00:04:37
    Fixing Annotations with Interfaces
  192. Урок 192. 00:03:32
    Syntax Around Interfaces
  193. Урок 193. 00:04:47
    Functions In Interfaces
  194. Урок 194. 00:04:16
    Code Reuse with Interfaces
  195. Урок 195. 00:03:13
    General Plan with Interfaces
  196. Урок 196. 00:03:48
    Classes
  197. Урок 197. 00:03:04
    Basic Inheritance
  198. Урок 198. 00:06:42
    Class Method Modifiers
  199. Урок 199. 00:06:19
    Fields in Classes
  200. Урок 200. 00:04:19
    Fields with Inheritance
  201. Урок 201. 00:01:11
    Where to Use Classes
  202. Урок 202. 00:02:46
    App Overview
  203. Урок 203. 00:04:56
    Bundling with Parcel
  204. Урок 204. 00:03:20
    Project Structure
  205. Урок 205. 00:05:30
    Generating Random Data
  206. Урок 206. 00:05:18
    Type Definition Files
  207. Урок 207. 00:06:21
    Using Type Definition Files
  208. Урок 208. 00:05:07
    Export Statements in TypeScript
  209. Урок 209. 00:04:44
    Defining a Company
  210. Урок 210. 00:07:39
    Adding Google Maps Support
  211. Урок 211. 00:04:07
    Google Maps Integration with TypeScript
  212. Урок 212. 00:12:47
    Exploring Type Definition Files
  213. Урок 213. 00:06:29
    Hiding Functionality
  214. Урок 214. 00:08:26
    Why Use Private Modifiers? Here's Why
  215. Урок 215. 00:09:19
    Adding Markers
  216. Урок 216. 00:02:46
    Duplicate Code
  217. Урок 217. 00:06:39
    One Possible Solution
  218. Урок 218. 00:05:36
    Restricting Access with Interfaces
  219. Урок 219. 00:03:27
    Implicit Type Checks
  220. Урок 220. 00:06:24
    Showing Popup Windows
  221. Урок 221. 00:07:12
    Updating Interface Definitions
  222. Урок 222. 00:06:07
    Optional Implements Clauses
  223. Урок 223. 00:08:09
    App Wrapup