Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай NodeJS - The Complete Guide (incl. MVC, REST APIs, GraphQL), а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:01:57
    Introduction
  2. Урок 2. 00:04:43
    What is Node.js?
  3. Урок 3. 00:09:40
    Installing Node.js and Creating our First App
  4. Урок 4. 00:07:33
    Understanding the Role & Usage of Node.js
  5. Урок 5. 00:08:04
    Course Outline
  6. Урок 6. 00:03:55
    How To Get The Most Out Of The Course
  7. Урок 7. 00:02:59
    Working with the REPL vs Using Files
  8. Урок 8. 00:01:39
    Module Introduction
  9. Урок 9. 00:02:39
    JavaScript in a Nutshell
  10. Урок 10. 00:04:38
    Refreshing the Core Syntax
  11. Урок 11. 00:02:30
    let & const
  12. Урок 12. 00:05:22
    Understanding Arrow Functions
  13. Урок 13. 00:03:24
    Working with Objects, Properties & Methods
  14. Урок 14. 00:04:20
    Arrays & Array Methods
  15. Урок 15. 00:02:17
    Arrays, Objects & Reference Types
  16. Урок 16. 00:06:47
    Understanding Spread & Rest Operators
  17. Урок 17. 00:05:41
    Destructuring
  18. Урок 18. 00:10:34
    Async Code & Promises
  19. Урок 19. 00:00:52
    Wrap Up
  20. Урок 20. 00:01:51
    Module Introduction
  21. Урок 21. 00:04:12
    How The Web Works
  22. Урок 22. 00:13:23
    Creating a Node Server
  23. Урок 23. 00:04:54
    The Node Lifecycle & Event Loop
  24. Урок 24. 00:03:11
    Understanding Requests
  25. Урок 25. 00:05:38
    Sending Responses
  26. Урок 26. 00:05:49
    Routing Requests
  27. Урок 27. 00:04:12
    Redirecting Requests
  28. Урок 28. 00:11:13
    Parsing Request Bodies
  29. Урок 29. 00:06:01
    Understanding Event Driven Code Execution
  30. Урок 30. 00:05:05
    Blocking and Non-Blocking Code
  31. Урок 31. 00:12:02
    Node.js - Looking Behind the Scenes
  32. Урок 32. 00:10:06
    Using the Node Modules System
  33. Урок 33. 00:05:16
    Wrap Up
  34. Урок 34. 00:00:41
    Module Introduction
  35. Урок 35. 00:07:04
    Understanding NPM Scripts
  36. Урок 36. 00:08:21
    Installing 3rd Party Packages
  37. Урок 37. 00:01:37
    Using Nodemon for Autorestarts
  38. Урок 38. 00:01:50
    Understanding different Error Types
  39. Урок 39. 00:03:11
    Finding & Fixing Syntax Errors
  40. Урок 40. 00:02:48
    Dealing with Runtime Errors
  41. Урок 41. 00:06:33
    Logical Errors
  42. Урок 42. 00:03:11
    Using the Debugger
  43. Урок 43. 00:06:22
    Restarting the Debugger Automatically After Editing our App
  44. Урок 44. 00:01:27
    Changing Variables in the Debug Console
  45. Урок 45. 00:03:15
    Wrap Up
  46. Урок 46. 00:02:16
    Module Introduction
  47. Урок 47. 00:03:44
    What is Express.js?
  48. Урок 48. 00:03:48
    Installing Express.js
  49. Урок 49. 00:05:14
    Adding Middleware
  50. Урок 50. 00:02:59
    How Middleware Works
  51. Урок 51. 00:03:43
    Express.js - Looking Behind the Scenes
  52. Урок 52. 00:05:00
    Handling Different Routes
  53. Урок 53. 00:08:01
    Parsing Incoming Requests
  54. Урок 54. 00:01:49
    Limiting Middleware Execution to POST Requests
  55. Урок 55. 00:08:05
    Using Express Router
  56. Урок 56. 00:02:31
    Adding a 404 Error Page
  57. Урок 57. 00:03:39
    Filtering Paths
  58. Урок 58. 00:05:10
    Creating HTML Pages
  59. Урок 59. 00:07:20
    Serving HTML Pages
  60. Урок 60. 00:02:01
    Returning a 404 Page
  61. Урок 61. 00:03:38
    Using a Helper Function for Navigation
  62. Урок 62. 00:13:59
    Styling our Pages
  63. Урок 63. 00:07:50
    Serving Files Statically
  64. Урок 64. 00:03:37
    Wrap Up
  65. Урок 65. 00:02:32
    Module Introduction
  66. Урок 66. 00:08:06
    Sharing Data Across Requests & Users
  67. Урок 67. 00:04:41
    Templating Engines - An Overview
  68. Урок 68. 00:11:05
    Installing & Implementing Pug
  69. Урок 69. 00:11:03
    Outputting Dynamic Content
  70. Урок 70. 00:05:56
    Converting HTML Files to Pug
  71. Урок 71. 00:05:36
    Adding a Layout
  72. Урок 72. 00:05:51
    Finishing the Pug Template
  73. Урок 73. 00:05:09
    Working with Handlebars
  74. Урок 74. 00:07:42
    Converting our Project to Handlebars
  75. Урок 75. 00:08:42
    Adding the Layout to Handlebars
  76. Урок 76. 00:08:20
    Working with EJS
  77. Урок 77. 00:09:34
    Working on the Layout with Partials
  78. Урок 78. 00:03:47
    Wrap Up
  79. Урок 79. 00:25:03
    [OPTIONAL] Assignment Solution
  80. Урок 80. 00:00:53
    Module Introduction
  81. Урок 81. 00:02:49
    What is the MVC?
  82. Урок 82. 00:09:21
    Adding Controllers
  83. Урок 83. 00:02:38
    Finishing the Controllers
  84. Урок 84. 00:08:06
    Adding a Product Model
  85. Урок 85. 00:09:40
    Storing Data in Files Via the Model
  86. Урок 86. 00:03:56
    Fetching Data from Files Via the Model
  87. Урок 87. 00:04:26
    Refactoring the File Storage Code
  88. Урок 88. 00:02:16
    Wrap Up
  89. Урок 89. 00:01:22
    Module Introduction
  90. Урок 90. 00:05:35
    Creating the Shop Structure
  91. Урок 91. 00:02:50
    Working on the Navigation
  92. Урок 92. 00:11:05
    Registering the Routes
  93. Урок 93. 00:05:16
    Storing Product Data
  94. Урок 94. 00:03:03
    Displaying Product Data
  95. Урок 95. 00:04:48
    Editing & Deleting Products
  96. Урок 96. 00:02:09
    Adding Another Item
  97. Урок 97. 00:01:08
    Module Introduction
  98. Урок 98. 00:01:24
    Preparations
  99. Урок 99. 00:04:35
    Adding the Product ID to the Path
  100. Урок 100. 00:04:33
    Extracting Dynamic Params
  101. Урок 101. 00:04:53
    Loading Product Detail Data
  102. Урок 102. 00:05:27
    Rendering the Product Detail View
  103. Урок 103. 00:07:20
    Passing Data with POST Requests
  104. Урок 104. 00:12:30
    Adding a Cart Model
  105. Урок 105. 00:07:55
    Using Query Params
  106. Урок 106. 00:06:47
    Pre-Populating the Edit Product Page with Data
  107. Урок 107. 00:02:21
    Linking to the Edit Page
  108. Урок 108. 00:08:59
    Editing the Product Data
  109. Урок 109. 00:05:35
    Adding the Product-Delete Functionality
  110. Урок 110. 00:08:12
    Deleting Cart Items
  111. Урок 111. 00:08:46
    Displaying Cart Items on the Cart Page
  112. Урок 112. 00:05:25
    Deleting Cart Items
  113. Урок 113. 00:01:32
    Fixing a Delete Product Bug
  114. Урок 114. 00:01:47
    Wrap Up
  115. Урок 115. 00:01:34
    Module Introduction
  116. Урок 116. 00:04:18
    Choosing a Database
  117. Урок 117. 00:04:21
    NoSQL Introduction
  118. Урок 118. 00:05:07
    Comparing SQL and NoSQL
  119. Урок 119. 00:07:17
    Setting Up MySQL
  120. Урок 120. 00:06:51
    Connecting our App to the SQL Database
  121. Урок 121. 00:04:08
    Basic SQL & Creating a Table
  122. Урок 122. 00:03:01
    Retrieving Data
  123. Урок 123. 00:06:31
    Fetching Products
  124. Урок 124. 00:01:05
    Fetching Products - Time to Practice
  125. Урок 125. 00:04:13
    Inserting Data Into the Database
  126. Урок 126. 00:02:58
    Fetching a Single Product with the "where" Condition
  127. Урок 127. 00:01:25
    Wrap Up
  128. Урок 128. 00:01:27
    Module Introduction
  129. Урок 129. 00:02:36
    What is Sequelize?
  130. Урок 130. 00:03:58
    Connecting to the Database
  131. Урок 131. 00:05:48
    Defining a Model
  132. Урок 132. 00:04:30
    Syncing JS Definitions to the Database
  133. Урок 133. 00:04:50
    Inserting Data & Creating a Product
  134. Урок 134. 00:03:02
    Retrieving Data & Finding Products
  135. Урок 135. 00:04:31
    Getting a Single Product with the "where" Condition
  136. Урок 136. 00:01:26
    Fetching Admin Products
  137. Урок 137. 00:05:19
    Updating Products
  138. Урок 138. 00:02:49
    Deleting Products
  139. Урок 139. 00:02:49
    Creating a User Model
  140. Урок 140. 00:05:55
    Adding a One-To-Many Relationship
  141. Урок 141. 00:06:02
    Creating & Managing a Dummy User
  142. Урок 142. 00:03:43
    Using Magic Association Methods
  143. Урок 143. 00:02:47
    Fetching Related Products
  144. Урок 144. 00:06:04
    One-To-Many & Many-To-Many Relations
  145. Урок 145. 00:05:46
    Creating & Fetching a Cart
  146. Урок 146. 00:06:43
    Adding New Products to the Cart
  147. Урок 147. 00:04:56
    Adding Existing Products & Retrieving Cart Items
  148. Урок 148. 00:02:25
    Deleting Related Items & Deleting Cart Products
  149. Урок 149. 00:04:20
    Adding an Order Model
  150. Урок 150. 00:08:20
    Storing Cartitems as Orderitems
  151. Урок 151. 00:09:54
    Resetting the Cart & Fetching and Outputting Orders
  152. Урок 152. 00:01:50
    Wrap Up
  153. Урок 153. 00:01:18
    Module Introduction
  154. Урок 154. 00:03:58
    What is MongoDB?
  155. Урок 155. 00:03:59
    Relations in NoSQL
  156. Урок 156. 00:04:49
    Setting Up MongoDB
  157. Урок 157. 00:07:02
    Installing the MongoDB Driver
  158. Урок 158. 00:03:26
    Creating the Database Connection
  159. Урок 159. 00:04:22
    Finishing the Database Connection
  160. Урок 160. 00:05:15
    Using the Database Connection
  161. Урок 161. 00:02:09
    Creating Products
  162. Урок 162. 00:02:39
    Understanding the MongoDB Compass
  163. Урок 163. 00:04:35
    Fetching All Products
  164. Урок 164. 00:07:46
    Fetching a Single Product
  165. Урок 165. 00:02:22
    Making the "Edit" & "Delete" Buttons Work Again
  166. Урок 166. 00:07:15
    Working on the Product Model to Edit our Product
  167. Урок 167. 00:03:58
    Finishing the "Update Product" Code
  168. Урок 168. 00:01:48
    One Note About Updating Products
  169. Урок 169. 00:03:31
    Deleting Products
  170. Урок 170. 00:01:29
    Fixing the "Add Product" Functionality
  171. Урок 171. 00:07:01
    Creating New Users
  172. Урок 172. 00:05:41
    Storing the User in our Database
  173. Урок 173. 00:07:14
    Working on Cart Items & Orders
  174. Урок 174. 00:06:15
    Adding the "Add to Cart" Functionality
  175. Урок 175. 00:07:02
    Storing Multiple Products in the Cart
  176. Урок 176. 00:09:21
    Displaying the Cart Items
  177. Урок 177. 00:01:03
    Fixing a Bug
  178. Урок 178. 00:04:03
    Deleting Cart Items
  179. Урок 179. 00:04:37
    Adding an Order
  180. Урок 180. 00:06:22
    Adding Relational Order Data
  181. Урок 181. 00:03:21
    Getting Orders
  182. Урок 182. 00:02:59
    Removing Deleted Items From the Cart
  183. Урок 183. 00:02:20
    Wrap Up
  184. Урок 184. 00:01:24
    Module Introduction
  185. Урок 185. 00:02:05
    What is Mongoose?
  186. Урок 186. 00:04:48
    Connecting to the MongoDB Server with Mongoose
  187. Урок 187. 00:06:02
    Creating the Product Schema
  188. Урок 188. 00:06:11
    Saving Data Through Mongoose
  189. Урок 189. 00:02:28
    Fetching All Products
  190. Урок 190. 00:01:25
    Fetching a Single Product
  191. Урок 191. 00:04:15
    Updating Products
  192. Урок 192. 00:01:20
    Deleting Products
  193. Урок 193. 00:06:37
    Adding and Using a User Model
  194. Урок 194. 00:03:45
    Using Relations in Mongoose
  195. Урок 195. 00:03:55
    One Important Thing About Fetching Relations
  196. Урок 196. 00:05:26
    Working on the Shopping Cart
  197. Урок 197. 00:05:13
    Loading the Cart
  198. Урок 198. 00:02:46
    Deleting Cart Items
  199. Урок 199. 00:09:57
    Creating & Getting Orders
  200. Урок 200. 00:01:53
    Storing All Order Related Data
  201. Урок 201. 00:02:00
    Clearing the Cart After Storing an Order
  202. Урок 202. 00:03:41
    Getting & Displaying the Orders
  203. Урок 203. 00:01:38
    Wrap Up
  204. Урок 204. 00:00:46
    Module Introduction
  205. Урок 205. 00:01:59
    What is a Cookie?
  206. Урок 206. 00:02:19
    The Current Project Status
  207. Урок 207. 00:06:23
    Optional: Creating the Login Form
  208. Урок 208. 00:07:41
    Adding the Request Driven Login Solution
  209. Урок 209. 00:05:56
    Setting a Cookie
  210. Урок 210. 00:01:59
    Manipulating Cookies
  211. Урок 211. 00:05:44
    Configuring Cookies
  212. Урок 212. 00:02:59
    What is a Session?
  213. Урок 213. 00:02:44
    Initializing the Session Middleware
  214. Урок 214. 00:04:15
    Using the Session Middleware
  215. Урок 215. 00:06:00
    Using MongoDB to Store Sessions
  216. Урок 216. 00:01:54
    Sessions & Cookies - A Short Summary
  217. Урок 217. 00:04:36
    Deleting a Cookie
  218. Урок 218. 00:04:28
    Fixing Some Minor Bugs
  219. Урок 219. 00:06:46
    Making "Add to Cart" Work Again
  220. Урок 220. 00:03:12
    Two Tiny Improvements
  221. Урок 221. 00:03:44
    Wrap Up
  222. Урок 222. 00:01:23
    Module Introduction
  223. Урок 223. 00:02:26
    What is Authentication?
  224. Урок 224. 00:02:06
    How is Authentication Implemented?
  225. Урок 225. 00:02:26
    Our Updated Project Status
  226. Урок 226. 00:07:35
    Implementing an Authentication Flow
  227. Урок 227. 00:04:37
    Encrypting Passwords
  228. Урок 228. 00:01:22
    Adding a Tiny Code Improvement
  229. Урок 229. 00:06:22
    Adding the Signin Functionality
  230. Урок 230. 00:02:13
    Working on Route Protection
  231. Урок 231. 00:04:39
    Using Middleware to Protect Routes
  232. Урок 232. 00:03:24
    Understanding CSRF Attacks
  233. Урок 233. 00:06:57
    Using a CSRF Token
  234. Урок 234. 00:04:24
    Adding CSRF Protection
  235. Урок 235. 00:01:17
    Fixing the Order Button
  236. Урок 236. 00:07:11
    Providing User Feedback
  237. Урок 237. 00:03:33
    Optional: Styling Error Messages
  238. Урок 238. 00:02:21
    Finishing the Flash Messages
  239. Урок 239. 00:02:21
    Adding Additional Flash Messages
  240. Урок 240. 00:02:33
    Wrap Up
  241. Урок 241. 00:00:47
    Module Introduction
  242. Урок 242. 00:01:35
    How Does Sending Emails Work?
  243. Урок 243. 00:01:25
    Using SendGrid
  244. Урок 244. 00:05:10
    Using Nodemailer to Send an Email
  245. Урок 245. 00:01:30
    Potential Limitation for Large Scale Apps
  246. Урок 246. 00:00:43
    Module Introduction
  247. Урок 247. 00:03:04
    Resetting Passwords
  248. Урок 248. 00:07:42
    Implementing the Token Logic
  249. Урок 249. 00:01:28
    Creating the Token
  250. Урок 250. 00:05:28
    Creating the Reset Password Form
  251. Урок 251. 00:06:36
    Adding Logic to Update the Password
  252. Урок 252. 00:01:59
    Why we Need Authorization
  253. Урок 253. 00:02:08
    Adding Authorization
  254. Урок 254. 00:03:44
    Adding Protection to Post Actions
  255. Урок 255. 00:01:07
    Why Editing Fails
  256. Урок 256. 00:01:46
    Wrap Up
  257. Урок 257. 00:01:04
    Module Introduction
  258. Урок 258. 00:02:29
    Why Should We Use Validation?
  259. Урок 259. 00:04:05
    How to Validate Input?
  260. Урок 260. 00:10:45
    Setup & Basic Validation
  261. Урок 261. 00:02:12
    Using Validation Error Messages
  262. Урок 262. 00:03:56
    Built-In & Custom Validators
  263. Урок 263. 00:04:27
    More Validators
  264. Урок 264. 00:03:15
    Checking For Field Equality
  265. Урок 265. 00:04:47
    Adding Async Validation
  266. Урок 266. 00:04:12
    Keeping User Input
  267. Урок 267. 00:05:30
    Adding Conditional CSS Classes
  268. Урок 268. 00:05:37
    Adding Validation to Login
  269. Урок 269. 00:03:42
    Sanitizing Data
  270. Урок 270. 00:11:41
    Validating Product Addition
  271. Урок 271. 00:06:58
    Validating Product Editing
  272. Урок 272. 00:01:24
    Wrap Up
  273. Урок 273. 00:00:46
    Module Introduction
  274. Урок 274. 00:05:15
    Types of Errors & Error Handling
  275. Урок 275. 00:02:23
    Analyzing the Error Handling in the Current Project
  276. Урок 276. 00:06:44
    Errors - Some Theory
  277. Урок 277. 00:02:43
    Throwing Errors in Code
  278. Урок 278. 00:06:55
    Returning Error Pages
  279. Урок 279. 00:05:48
    Using the Express.js Error Handling Middleware
  280. Урок 280. 00:03:10
    Updating the App
  281. Урок 281. 00:04:55
    Using the Error Handling Middleware Correctly
  282. Урок 282. 00:05:58
    Status Codes
  283. Урок 283. 00:02:22
    Wrap Up
  284. Урок 284. 00:00:55
    Module Introduction
  285. Урок 285. 00:03:07
    Adding a File Picker to the Frontend
  286. Урок 286. 00:05:16
    Handling Multipart Form Data
  287. Урок 287. 00:04:52
    Handling File Uploads with Multer
  288. Урок 288. 00:04:30
    Configuring Multer to Adjust Filename & Filepath
  289. Урок 289. 00:02:29
    Filtering Files by Mimetype
  290. Урок 290. 00:07:43
    Storing File Data in the Database
  291. Урок 291. 00:04:26
    Serving Images Statically
  292. Урок 292. 00:07:34
    Downloading Files with Authentication
  293. Урок 293. 00:02:36
    Setting File Type Headers
  294. Урок 294. 00:03:20
    Restricting File Access
  295. Урок 295. 00:03:21
    Streaming Data vs Preloading Data
  296. Урок 296. 00:05:33
    Using PDFKit for .pdf Generation
  297. Урок 297. 00:06:51
    Generating .pdf Files with Order Data
  298. Урок 298. 00:05:58
    Deleting Files
  299. Урок 299. 00:00:36
    Fixing Invoice Links
  300. Урок 300. 00:01:32
    Wrap Up
  301. Урок 301. 00:00:49
    Module Introduction
  302. Урок 302. 00:04:09
    Adding Pagination Links
  303. Урок 303. 00:03:48
    Retrieving a Chunk of Data
  304. Урок 304. 00:03:53
    Preparing Pagination Data on the Server
  305. Урок 305. 00:08:08
    Adding Dynamic Pagination Buttons
  306. Урок 306. 00:03:42
    Re-Using the Pagination Logic & Controls
  307. Урок 307. 00:01:03
    Wrap Up
  308. Урок 308. 00:00:50
    Module Introduction
  309. Урок 309. 00:02:08
    What are Async Requests?
  310. Урок 310. 00:07:25
    Adding Client Side JS Code
  311. Урок 311. 00:09:27
    Sending & Handling Background Requests
  312. Урок 312. 00:03:02
    Manipulating the DOM
  313. Урок 313. 00:00:59
    Module Introduction
  314. Урок 314. 00:02:05
    How Payments Work
  315. Урок 315. 00:06:01
    Adding a Checkout Page
  316. Урок 316. 00:19:24
    Using Stripe in Your App
  317. Урок 317. 00:01:26
    Module Introduction
  318. Урок 318. 00:07:02
    What are REST APIs and why do we use Them?
  319. Урок 319. 00:05:42
    Accessing Data with REST APIs
  320. Урок 320. 00:05:26
    Understanding Routing & HTTP Methods
  321. Урок 321. 00:04:10
    REST APIs - The Core Principles
  322. Урок 322. 00:06:42
    Creating our REST API Project & Implementing the Route Setup
  323. Урок 323. 00:13:29
    Sending Requests & Responses and Working with Postman
  324. Урок 324. 00:10:34
    REST APIs, Clients & CORS Errors
  325. Урок 325. 00:06:33
    Sending POST Requests
  326. Урок 326. 00:02:15
    Wrap Up
  327. Урок 327. 00:01:11
    Module Introduction
  328. Урок 328. 00:04:00
    REST APIs & The Rest Of The Course
  329. Урок 329. 00:04:19
    Understanding the Frontend Setup
  330. Урок 330. 00:03:03
    Planning the API
  331. Урок 331. 00:06:20
    Fetching Lists of Posts
  332. Урок 332. 00:07:37
    Adding a Create Post Endpoint
  333. Урок 333. 00:06:20
    Adding Server Side Validation
  334. Урок 334. 00:05:15
    Setting Up a Post Model
  335. Урок 335. 00:03:33
    Storing Posts in the Database
  336. Урок 336. 00:06:54
    Static Images & Error Handling
  337. Урок 337. 00:07:49
    Fetching a Single Post
  338. Урок 338. 00:08:57
    Uploading Images
  339. Урок 339. 00:14:03
    Updating Posts
  340. Урок 340. 00:04:18
    Deleting Posts
  341. Урок 341. 00:06:21
    Adding Pagination
  342. Урок 342. 00:04:09
    Adding a User Model
  343. Урок 343. 00:06:30
    Adding User Signup Validation
  344. Урок 344. 00:07:25
    Signing Users Up
  345. Урок 345. 00:03:11
    How Does Authentication Work?
  346. Урок 346. 00:03:52
    Starting with User Login
  347. Урок 347. 00:07:54
    Logging In & Creating JSON Web Tokens (JWTs)
  348. Урок 348. 00:09:44
    Using & Validating the Token
  349. Урок 349. 00:01:53
    Adding Auth Middleware to All Routes
  350. Урок 350. 00:06:14
    Connecting Posts & Users
  351. Урок 351. 00:03:51
    Adding Authorization Checks
  352. Урок 352. 00:02:55
    Clearing Post-User Relations
  353. Урок 353. 00:02:29
    Wrap Up
  354. Урок 354. 00:00:59
    Module Introduction
  355. Урок 355. 00:04:09
    What is Async Await All About?
  356. Урок 356. 00:04:27
    Transforming "Then Catch" to "Async Await"
  357. Урок 357. 00:01:19
    Top-level "await"
  358. Урок 358. 00:03:04
    Wrap Up
  359. Урок 359. 00:00:56
    Module Introduction
  360. Урок 360. 00:04:18
    What Are Websockets & Why Would You Use Them?
  361. Урок 361. 00:01:36
    Websocket Solutions - An Overview
  362. Урок 362. 00:03:57
    Setting Up Socket.io on the Server
  363. Урок 363. 00:02:28
    Establishing a Connection From the Client
  364. Урок 364. 00:02:43
    Identifying Realtime Potential
  365. Урок 365. 00:02:47
    Sharing the IO Instance Across Files
  366. Урок 366. 00:07:15
    Synchronizing POST Additions
  367. Урок 367. 00:01:45
    Fixing a Bug - The Missing Username
  368. Урок 368. 00:03:59
    Updating Posts On All Connected Clients
  369. Урок 369. 00:01:01
    Sorting Correctly
  370. Урок 370. 00:02:32
    Deleting Posts Across Clients
  371. Урок 371. 00:01:49
    Wrap Up
  372. Урок 372. 00:00:58
    Module Introduction
  373. Урок 373. 00:09:18
    What is GraphQL?
  374. Урок 374. 00:11:16
    Understanding the Setup & Writing our First Query
  375. Урок 375. 00:05:43
    Defining a Mutation Schema
  376. Урок 376. 00:09:43
    Adding a Mutation Resolver & GraphiQL
  377. Урок 377. 00:04:20
    Adding Input Validation
  378. Урок 378. 00:03:46
    Handling Errors
  379. Урок 379. 00:06:50
    Connecting the Frontend to the GraphQL API
  380. Урок 380. 00:06:21
    Adding a Login Query & a Resolver
  381. Урок 381. 00:04:58
    Adding Login Functionality
  382. Урок 382. 00:07:24
    Adding a Create Post Mutation
  383. Урок 383. 00:05:49
    Extracting User Data From the Auth Token
  384. Урок 384. 00:04:47
    Sending the "Create Post" Query
  385. Урок 385. 00:02:54
    Fixing a Bug & Adding New Posts Correctly
  386. Урок 386. 00:04:54
    Adding a "Get Post" Query & Resolver
  387. Урок 387. 00:05:14
    Sending "Create Post" and "Get Post" Queries
  388. Урок 388. 00:04:29
    Adding Pagination
  389. Урок 389. 00:10:27
    Uploading Images
  390. Урок 390. 00:06:08
    Viewing a Single Post
  391. Урок 391. 00:09:33
    Updating Posts
  392. Урок 392. 00:09:26
    Deleting Posts
  393. Урок 393. 00:09:18
    Managing the User Status
  394. Урок 394. 00:16:07
    Using Variables
  395. Урок 395. 00:02:49
    Fixing a Pagination Bug
  396. Урок 396. 00:03:37
    Wrap Up
  397. Урок 397. 00:01:17
    Module Introduction
  398. Урок 398. 00:01:40
    Deploying Different Kinds of Apps
  399. Урок 399. 00:04:53
    Deployment Preparations
  400. Урок 400. 00:11:13
    Using Environment Variables
  401. Урок 401. 00:01:20
    Using Production API Keys
  402. Урок 402. 00:02:42
    Setting Secure Response Headers with Helmet
  403. Урок 403. 00:02:34
    Compressing Assets
  404. Урок 404. 00:03:35
    Setting Up Request Logging
  405. Урок 405. 00:09:56
    Setting Up a SSL Server
  406. Урок 406. 00:04:26
    Using a Hosting Provider
  407. Урок 407. 00:04:04
    Understanding the Project & the Git Setup
  408. Урок 408. 00:10:27
    A Deployment Example with Heroku
  409. Урок 409. 00:02:53
    Deploying APIs
  410. Урок 410. 00:00:44
    Module Introduction
  411. Урок 411. 00:02:43
    What is Testing?
  412. Урок 412. 00:03:26
    Why & How?
  413. Урок 413. 00:09:41
    Setup and Writing a First Test
  414. Урок 414. 00:12:34
    Testing the Auth Middleware
  415. Урок 415. 00:04:13
    Organizing Multiple Tests
  416. Урок 416. 00:08:03
    What Not To Test!
  417. Урок 417. 00:08:39
    Using Stubs
  418. Урок 418. 00:08:04
    Testing Controllers
  419. Урок 419. 00:05:54
    Testing Asynchronous Code
  420. Урок 420. 00:06:34
    Setting up a Testing Database
  421. Урок 421. 00:06:34
    Testing Code With An Active Database
  422. Урок 422. 00:03:30
    Cleaning Up
  423. Урок 423. 00:04:35
    Hooks
  424. Урок 424. 00:12:38
    Testing Code That Requires Authentication
  425. Урок 425. 00:04:23
    Wrap Up & Mastering Tests
  426. Урок 426. 00:01:02
    Module Introduction
  427. Урок 427. 00:01:43
    npm & Node.js
  428. Урок 428. 00:07:53
    Using npm
  429. Урок 429. 00:05:02
    What is a Build Tool?
  430. Урок 430. 00:05:51
    Using Node.js in Build Processes
  431. Урок 431. 00:02:29
    Module Introduction
  432. Урок 432. 00:02:20
    What is this Module About?
  433. Урок 433. 00:09:34
    Working with ES Modules & Node
  434. Урок 434. 00:06:27
    More on ES Modules
  435. Урок 435. 00:05:19
    Node Core Modules & Promises
  436. Урок 436. 00:01:23
    Module Introduction
  437. Урок 437. 00:06:03
    TypeScript: What & Why?
  438. Урок 438. 00:04:10
    TypeScript Setup
  439. Урок 439. 00:03:30
    Assigning Types
  440. Урок 440. 00:06:11
    Type Inference & Type Casting
  441. Урок 441. 00:05:02
    Configuring TypeScript
  442. Урок 442. 00:04:24
    Working with Union Types
  443. Урок 443. 00:06:18
    Using Object & Array Types
  444. Урок 444. 00:03:23
    Working with Type Aliases & Interfaces
  445. Урок 445. 00:05:10
    Understanding Generics
  446. Урок 446. 00:00:35
    A First Summary
  447. Урок 447. 00:02:15
    Node & TypeScript: Setup
  448. Урок 448. 00:09:32
    Getting Started with Node and TypeScript
  449. Урок 449. 00:04:00
    Writing TypeScript Express.js Code
  450. Урок 450. 00:06:43
    Adding REST Routes with TypeScript
  451. Урок 451. 00:05:54
    Finishing the REST Routes
  452. Урок 452. 00:04:53
    Testing the API
  453. Урок 453. 00:04:22
    Using Type Casting
  454. Урок 454. 00:03:45
    Moving to a Better Project Structure
  455. Урок 455. 00:02:51
    Wrap Up
  456. Урок 456. 00:01:36
    Module Introduction
  457. Урок 457. 00:03:10
    What is Deno?
  458. Урок 458. 00:01:56
    Why Deno?
  459. Урок 459. 00:05:51
    Deno Setup
  460. Урок 460. 00:04:19
    Writing First Deno Code
  461. Урок 461. 00:03:14
    The Deno Runtime (Namespace) API
  462. Урок 462. 00:05:27
    Using the Runtime API
  463. Урок 463. 00:04:32
    Working with Deno Permissions
  464. Урок 464. 00:04:17
    Repeating the Example with Node
  465. Урок 465. 00:04:29
    How Deno Features Are Organized
  466. Урок 466. 00:08:31
    Using the Standard Library
  467. Урок 467. 00:02:55
    Creating a Webserver
  468. Урок 468. 00:09:49
    Using the Oak Framework with Deno
  469. Урок 469. 00:12:16
    An Example Node REST API
  470. Урок 470. 00:16:19
    Re-building the REST API with Deno
  471. Урок 471. 00:05:06
    Should You Switch From Node to Deno?
  472. Урок 472. 00:01:01
    Module Introduction
  473. Урок 473. 00:04:07
    App Setup
  474. Урок 474. 00:07:17
    Handling CORS Errors
  475. Урок 475. 00:08:06
    Connecting Deno to MongoDB
  476. Урок 476. 00:10:35
    Using the MongoDB Client Module
  477. Урок 477. 00:05:30
    Finishing the Deno MongoDB CRUD Operations
  478. Урок 478. 00:01:11
    Wrap Up
  479. Урок 479. 00:02:41
    Course Roundup