Это пробный урок. Оформите подписку, чтобы получить доступ ко всем материалам курса. Премиум

  1. Урок 1. 00:00:52
    1.01. How to Get Help
  2. Урок 2. 00:04:05
    2.01. Project Setup
  3. Урок 3. 00:05:37
    2.02. TypeScript Configuration
  4. Урок 4. 00:07:04
    2.03. Creating a Controller
  5. Урок 5. 00:05:51
    2.04. Starting Up a Nest App
  6. Урок 6. 00:04:37
    2.05. File Naming Conventions
  7. Урок 7. 00:02:48
    2.06. Routing Decorators
  8. Урок 8. 00:07:43
    3.01. App Setup
  9. Урок 9. 00:06:11
    3.02. Using the Nest CLI to Generate Files
  10. Урок 10. 00:04:12
    3.03. More on Generating Files
  11. Урок 11. 00:04:05
    3.04. Adding Routing Logic
  12. Урок 12. 00:04:48
    3.05. [Optional] Postman Setup
  13. Урок 13. 00:05:12
    3.06. [Optional] VSCode REST Client Extension
  14. Урок 14. 00:05:39
    4.01. Accessing Request Data with Decorators
  15. Урок 15. 00:03:03
    4.03. Using Pipes for Validation
  16. Урок 16. 00:07:38
    4.04. Adding Validation Rules
  17. Урок 17. 00:07:22
    4.05. Behind the Scenes of Validation
  18. Урок 18. 00:06:15
    4.06. How Type Info is Preserved
  19. Урок 19. 00:06:12
    5.01. Services and Repositories
  20. Урок 20. 00:06:39
    5.02. Implementing a Repository
  21. Урок 21. 00:04:40
    5.03. Reading and Writing to a Storage File
  22. Урок 22. 00:05:02
    5.04. Implementing a Service
  23. Урок 23. 00:07:13
    5.05. Manual Testing of the Controller
  24. Урок 24. 00:05:27
    5.06. Reporting Errors with Exceptions
  25. Урок 25. 00:11:18
    5.07. Understanding Inversion of Control
  26. Урок 26. 00:09:26
    5.08. Introduction to Dependency Injection
  27. Урок 27. 00:07:37
    5.09. Refactoring to Use Dependency Injection
  28. Урок 28. 00:05:50
    5.10. Few More Notes on DI
  29. Урок 29. 00:03:07
    6.01. Project Overview
  30. Урок 30. 00:04:43
    6.02. Generating a Few Files
  31. Урок 31. 00:05:58
    6.03. Setting Up DI Between Modules
  32. Урок 32. 00:04:40
    6.04. More on DI Between Modules
  33. Урок 33. 00:05:20
    6.05. Consuming Multiple Modules
  34. Урок 34. 00:01:54
    6.06. Modules Wrapup
  35. Урок 35. 00:02:19
    7.01. App Overview
  36. Урок 36. 00:04:09
    7.02. API Design
  37. Урок 37. 00:03:03
    7.03. Module Design!
  38. Урок 38. 00:02:28
    7.04. Generating Modules, Controllers, and Services
  39. Урок 39. 00:02:51
    8.01. Persistent Data with Nest
  40. Урок 40. 00:07:29
    8.02. Setting Up a Database Connection
  41. Урок 41. 00:07:14
    8.03. Creating an Entity and Repository
  42. Урок 42. 00:06:55
    8.04. Viewing a DB's Contents
  43. Урок 43. 00:07:15
    8.05. Understanding TypeORM Decorators
  44. Урок 44. 00:03:54
    8.06. One Quick Note on Repositories
  45. Урок 45. 00:03:09
    8.07. A Few Extra Routes
  46. Урок 46. 00:07:16
    8.08. Setting Up Body Validation
  47. Урок 47. 00:03:53
    8.09. Manual Route Testing
  48. Урок 48. 00:08:59
    9.01. Creating and Saving a User
  49. Урок 49. 00:05:55
    9.02. Quick Breather and Review
  50. Урок 50. 00:07:37
    9.03. More on Create vs Save
  51. Урок 51. 00:04:42
    9.05. Querying for Data
  52. Урок 52. 00:11:25
    9.06. Updating Data
  53. Урок 53. 00:03:45
    9.07. Removing Users
  54. Урок 54. 00:05:51
    9.08. Finding and Filtering Records
  55. Урок 55. 00:02:52
    9.09. Removing Records
  56. Урок 56. 00:06:07
    9.10. Updating Records
  57. Урок 57. 00:06:49
    9.11. A Few Notes on Exceptions
  58. Урок 58. 00:05:51
    10.01. Excluding Response Properties
  59. Урок 59. 00:04:38
    10.02. Solution to Serialization
  60. Урок 60. 00:12:14
    10.03. How to Build Interceptors
  61. Урок 61. 00:08:21
    10.04. Serialization in the Interceptor
  62. Урок 62. 00:03:03
    10.05. Customizing the Interceptor's DTO
  63. Урок 63. 00:03:08
    10.06. Wrapping the Interceptor in a Decorator
  64. Урок 64. 00:02:49
    10.07. Controller-Wide Serialization
  65. Урок 65. 00:03:31
    10.08. A Bit of Type Safety Around Serialize
  66. Урок 66. 00:08:22
    11.01. Authentication Overview
  67. Урок 67. 00:04:17
    11.02. Reminder on Service Setup
  68. Урок 68. 00:03:45
    11.03. Implementing Signup Functionality
  69. Урок 69. 00:18:50
    11.04. [Optional] Understanding Password Hashing
  70. Урок 70. 00:08:05
    11.05. Salting and Hashing the Password
  71. Урок 71. 00:03:23
    11.06. Creating a User
  72. Урок 72. 00:08:29
    11.07. Handling User Sign In
  73. Урок 73. 00:06:03
    11.08. Setting up Sessions
  74. Урок 74. 00:05:46
    11.09. Changing and Fetching Session Data
  75. Урок 75. 00:04:48
    11.10. Signing in a User
  76. Урок 76. 00:02:02
    11.11. Getting the Current User
  77. Урок 77. 00:03:47
    11.12. Signing Out a User
  78. Урок 78. 00:01:58
    11.13. Two Automation Tools
  79. Урок 79. 00:05:35
    11.14. Custom Param Decorators
  80. Урок 80. 00:06:13
    11.15. Why a Decorator and Interceptor
  81. Урок 81. 00:07:08
    11.16. Communicating from Interceptor to Decorator
  82. Урок 82. 00:04:44
    11.18. Connecting an Interceptor to Dependency Injection
  83. Урок 83. 00:03:53
    11.19. Globally Scoped Interceptors
  84. Урок 84. 00:06:47
    11.20. Preventing Access with Authentication Guards
  85. Урок 85. 00:04:43
    12.01. Testing Overview
  86. Урок 86. 00:07:17
    12.02. Testing Setup
  87. Урок 87. 00:06:50
    12.03. Yes, Testing is Confusing
  88. Урок 88. 00:06:24
    12.04. Getting TypeScript to Help With Mocks
  89. Урок 89. 00:04:03
    12.06. Improving File Layout
  90. Урок 90. 00:05:57
    12.07. Ensuring Password Gets Hashed
  91. Урок 91. 00:07:33
    12.09. Changing Mock Implementations
  92. Урок 92. 00:02:03
    12.11. Testing the Signin Flow
  93. Урок 93. 00:08:38
    12.13. Checking Password Comparison
  94. Урок 94. 00:07:57
    12.14. More Intelligent Mocks
  95. Урок 95. 00:03:25
    12.16. Refactoring to Use Intelligent Mocks
  96. Урок 96. 00:06:49
    12.17. Unit Testing a Controller
  97. Урок 97. 00:06:01
    12.18. More Mock Implementations
  98. Урок 98. 00:08:11
    12.20. Not Super Effective Tests
  99. Урок 99. 00:06:29
    12.21. Testing the Signin Method
  100. Урок 100. 00:03:32
    13.01. Getting Started with End to End Testing
  101. Урок 101. 00:06:42
    13.02. Creating an End to End Test
  102. Урок 102. 00:08:27
    13.03. App Setup Issues in Spec Files
  103. Урок 103. 00:05:03
    13.04. Applying a Globally Scoped Pipe
  104. Урок 104. 00:04:41
    13.05. Applying a Globally Scoped Middleware
  105. Урок 105. 00:04:47
    13.06. Solving Failures Around Repeat Test Runs
  106. Урок 106. 00:04:45
    13.07. Creating Separate Test and Dev Databases
  107. Урок 107. 00:05:26
    14.01. Understanding Dotenv
  108. Урок 108. 00:06:49
    14.02. Applying Dotenv for Config
  109. Урок 109. 00:04:45
    14.03. Specifying the Runtime Environment
  110. Урок 110. 00:02:54
    14.04. Solving a SQLite Error
  111. Урок 111. 00:04:36
    14.05. It Works!
  112. Урок 112. 00:05:23
    14.06. A Followup Test
  113. Урок 113. 00:01:01
    15.01. Back to Reports
  114. Урок 114. 00:02:53
    15.02. Adding Properties to Reports
  115. Урок 115. 00:03:51
    15.03. A DTO for Report Creation
  116. Урок 116. 00:07:08
    15.04. Receiving Report Creation Requests
  117. Урок 117. 00:04:12
    15.05. Saving a Report with the Reports Service
  118. Урок 118. 00:04:08
    15.06. Testing Report Creation
  119. Урок 119. 00:03:36
    15.07. Building Associations
  120. Урок 120. 00:06:40
    15.08. Types of Associations
  121. Урок 121. 00:05:46
    15.09. The ManyToOne and OneToMany Decorators
  122. Урок 122. 00:08:29
    15.11. More on Decorators
  123. Урок 123. 00:06:39
    15.12. Setting up the Association
  124. Урок 124. 00:03:39
    15.13. Formatting the Report Response
  125. Урок 125. 00:05:05
    15.14. Transforming Properties with a DTO
  126. Урок 126. 00:05:59
    16.01. Adding in Report Approval
  127. Урок 127. 00:05:49
    16.03. Testing Report Approval
  128. Урок 128. 00:04:18
    16.04. Authorization vs Authentication
  129. Урок 129. 00:04:36
    16.05. Adding an Authorization Guard
  130. Урок 130. 00:02:19
    16.06. The Guard Doesn't Work!
  131. Урок 131. 00:03:50
    16.07. Middlewares, Guards, and Interceptors
  132. Урок 132. 00:08:16
    16.08. Assigning CurrentUser with a Middleware
  133. Урок 133. 00:02:34
    16.09. Fixing a Type Definition Error
  134. Урок 134. 00:07:28
    16.10. Validating Query String Values
  135. Урок 135. 00:03:49
    16.11. Transforming Query String Data
  136. Урок 136. 00:03:32
    16.12. How Will We Generate an Estimate
  137. Урок 137. 00:05:15
    17.01. Creating a Query Builder
  138. Урок 138. 00:08:33
    17.02. Writing a Query to Produce the Estimate
  139. Урок 139. 00:03:46
    17.03. Testing the Estimate Logic
  140. Урок 140. 00:02:09
    18.01. The Path to Production
  141. Урок 141. 00:03:36
    18.02. Providing the Cookie Key
  142. Урок 142. 00:03:44
    18.03. Understanding the Synchronize Flag
  143. Урок 143. 00:02:23
    18.04. The Dangers of Synchronize
  144. Урок 144. 00:03:21
    18.05. The Theory Behind Migrations
  145. Урок 145. 00:04:49
    18.06. Headaches with Config Management
  146. Урок 146. 00:24:05
    18.07. TypeORM and Nest Config is Great
  147. Урок 147. 00:06:40
    18.08. Env-Specific Database Config
  148. Урок 148. 00:04:39
    18.09. Installing the TypeORM CLI
  149. Урок 149. 00:07:08
    18.10. Generating and Running Migrations
  150. Урок 150. 00:02:50
    18.12. Running Migrations During E2E Tests
  151. Урок 151. 00:04:03
    18.13. Production DB Config
  152. Урок 152. 00:02:43
    18.15. Heroku Specific Project Config
  153. Урок 153. 00:02:52
    18.16. Deploying the App - (Final Lecture)
  154. Урок 154. 00:01:05
    19.01. How to Get Help
  155. Урок 155. 00:06:20
    19.02. TypeScript Overview
  156. Урок 156. 00:08:00
    19.03. Environment Setup
  157. Урок 157. 00:04:44
    19.05. A First App
  158. Урок 158. 00:05:04
    19.06. Executing TypeScript Code
  159. Урок 159. 00:03:36
    19.07. One Quick Change
  160. Урок 160. 00:07:23
    19.08. Catching Errors with TypeScript
  161. Урок 161. 00:05:16
    19.09. Catching More Errors!
  162. Урок 162. 00:03:37
    19.10. Course Overview
  163. Урок 163. 00:05:13
    19.11. Types
  164. Урок 164. 00:05:54
    19.12. More on Types
  165. Урок 165. 00:04:50
    19.13. Examples of Types
  166. Урок 166. 00:00:50
    19.14. Where Do We Use Types
  167. Урок 167. 00:02:04
    19.15. Type Annotations and Inference
  168. Урок 168. 00:04:54
    19.16. Annotations with Variables
  169. Урок 169. 00:06:54
    19.17. Object Literal Annotations
  170. Урок 170. 00:05:57
    19.18. Annotations Around Functions
  171. Урок 171. 00:03:52
    19.19. Understanding Inference
  172. Урок 172. 00:07:48
    19.20. The Any Type
  173. Урок 173. 00:01:50
    19.21. Fixing the Any Type
  174. Урок 174. 00:03:06
    19.22. Delayed Initialization
  175. Урок 175. 00:04:38
    19.23. When Inference Doesn't Work
  176. Урок 176. 00:04:57
    19.24. More Annotations Around Functions
  177. Урок 177. 00:06:09
    19.25. Inference Around Functions
  178. Урок 178. 00:01:43
    19.26. Annotations for Anonymous Functions
  179. Урок 179. 00:02:50
    19.27. Void and Never
  180. Урок 180. 00:03:36
    19.28. Destructuring with Annotations
  181. Урок 181. 00:07:06
    19.29. Annotations Around Objects
  182. Урок 182. 00:05:06
    19.30. Arrays in TypeScript
  183. Урок 183. 00:04:31
    19.31. Why Typed Arrays
  184. Урок 184. 00:02:58
    19.32. Multiple Types in Arrays
  185. Урок 185. 00:00:55
    19.33. When to Use Typed Arrays
  186. Урок 186. 00:04:06
    19.34. Tuples in TypeScript
  187. Урок 187. 00:05:29
    19.35. Tuples in Action
  188. Урок 188. 00:03:21
    19.36. Why Tuples
  189. Урок 189. 00:01:27
    19.37. Interfaces
  190. Урок 190. 00:04:43
    19.38. Long Type Annotations
  191. Урок 191. 00:04:37
    19.39. Fixing Annotations with Interfaces
  192. Урок 192. 00:03:32
    19.40. Syntax Around Interfaces
  193. Урок 193. 00:04:47
    19.41. Functions In Interfaces
  194. Урок 194. 00:04:16
    19.42. Code Reuse with Interfaces
  195. Урок 195. 00:03:13
    19.43. General Plan with Interfaces
  196. Урок 196. 00:03:48
    19.44. Classes
  197. Урок 197. 00:03:04
    19.45. Basic Inheritance
  198. Урок 198. 00:06:42
    19.46. Class Method Modifiers
  199. Урок 199. 00:06:19
    19.47. Fields in Classes
  200. Урок 200. 00:04:19
    19.48. Fields with Inheritance
  201. Урок 201. 00:01:11
    19.49. Where to Use Classes
  202. Урок 202. 00:02:46
    19.51. App Overview
  203. Урок 203. 00:04:55
    19.52. Bundling with Parcel
  204. Урок 204. 00:03:20
    19.53. Project Structure
  205. Урок 205. 00:05:30
    19.55. Generating Random Data
  206. Урок 206. 00:05:18
    19.56. Type Definition Files
  207. Урок 207. 00:06:21
    19.57. Using Type Definition Files
  208. Урок 208. 00:05:07
    19.58. Export Statements in TypeScript
  209. Урок 209. 00:04:44
    19.59. Defining a Company
  210. Урок 210. 00:07:39
    19.61. Adding Google Maps Support
  211. Урок 211. 00:04:07
    19.63. Google Maps Integration with TypeScript
  212. Урок 212. 00:12:47
    19.64. Exploring Type Definition Files
  213. Урок 213. 00:06:29
    19.65. Hiding Functionality
  214. Урок 214. 00:08:26
    19.66. Why Use Private Modifiers Here's Why
  215. Урок 215. 00:09:19
    19.67. Adding Markers
  216. Урок 216. 00:02:46
    19.68. Duplicate Code
  217. Урок 217. 00:06:39
    19.69. One Possible Solution
  218. Урок 218. 00:05:36
    19.70. Restricting Access with Interfaces
  219. Урок 219. 00:03:27
    19.71. Implicit Type Checks
  220. Урок 220. 00:06:48
    19.72. Showing Popup Windows
  221. Урок 221. 00:07:12
    19.73. Updating Interface Definitions
  222. Урок 222. 00:06:07
    19.74. Optional Implements Clauses
  223. Урок 223. 00:08:09
    19.75. App Wrapup