-
Урок 1. 00:00:31Welcome
-
Урок 2. 00:03:00What is Node
-
Урок 3. 00:03:02Node Architecture
-
Урок 4. 00:04:24How Node Works
-
Урок 5. 00:02:32Installing Node
-
Урок 6. 00:02:20Your First Node Program
-
Урок 7. 00:02:14Course Structure
-
Урок 8. 00:00:29Introduction
-
Урок 9. 00:03:22Global Object
-
Урок 10. 00:03:36Modules
-
Урок 11. 00:04:44Creating a Module
-
Урок 12. 00:05:23Loading a Module
-
Урок 13. 00:04:41Module Wrapper Function
-
Урок 14. 00:04:09Path Module
-
Урок 15. 00:04:19OS Module
-
Урок 16. 00:04:51File System Module
-
Урок 17. 00:06:18Events Module
-
Урок 18. 00:03:09Event Arguments
-
Урок 19. 00:08:02Extending Event Emitter
-
Урок 20. 00:07:25HTTP Module
-
Урок 21. 00:03:42Introduction
-
Урок 22. 00:02:55Package.json
-
Урок 23. 00:03:34Installing a Node Package
-
Урок 24. 00:03:21Using a Package
-
Урок 25. 00:03:19Package Dependencies
-
Урок 26. 00:03:52NPM Packages and Source Control
-
Урок 27. 00:04:30Semantic Versioning
-
Урок 28. 00:02:11Listing the Installed Packages
-
Урок 29. 00:02:46Viewing Registry Info for a Package
-
Урок 30. 00:01:06Installing a Specific Version of a Package
-
Урок 31. 00:05:03Updating Local Packages
-
Урок 32. 00:01:52DevDependencies
-
Урок 33. 00:00:41Uninstalling a Package
-
Урок 34. 00:02:34Working with Global Packages
-
Урок 35. 00:04:33Publishing a Package
-
Урок 36. 00:01:56Updating a Published Package
-
Урок 37. 00:00:48Introduction
-
Урок 38. 00:05:58RESTful Services
-
Урок 39. 00:02:20Introducing Express
-
Урок 40. 00:05:46Building Your First Web Server
-
Урок 41. 00:01:31Nodemon
-
Урок 42. 00:03:14Environment Variables
-
Урок 43. 00:03:23Route Parameters
-
Урок 44. 00:04:46Handling HTTP GET Requests
-
Урок 45. 00:03:43Handling HTTP POST Requests
-
Урок 46. 00:02:08Calling Endpoints Using Postman
-
Урок 47. 00:07:59Input Validation
-
Урок 48. 00:08:31Handling HTTP PUT Requests
-
Урок 49. 00:04:45Handling HTTP Delete Requests
-
Урок 50. 00:01:19Project- Build the Genres API
-
Урок 51. 00:00:23Introducion
-
Урок 52. 00:02:49MIddleware
-
Урок 53. 00:04:24Creating Custom Middleware
-
Урок 54. 00:03:58Built-In Middleware
-
Урок 55. 00:03:56Third-party Middleware
-
Урок 56. 00:04:07Environments
-
Урок 57. 00:09:46Configuration
-
Урок 58. 00:06:55Debugging
-
Урок 59. 00:04:56Templating Engines
-
Урок 60. 00:01:37Database Integration
-
Урок 61. 00:00:30Authentication
-
Урок 62. 00:07:45Structuring Express Applications
-
Урок 63. 00:03:06Project- Restructure the App
-
Урок 64. 00:05:52Synchronous Vs. Asynchronous Code
-
Урок 65. 00:03:08Patterns For Dealing With Asynchronous Code
-
Урок 66. 00:06:00Callbacks
-
Урок 67. 00:02:29Callback Hell
-
Урок 68. 00:04:42Named Functions to Rescue
-
Урок 69. 00:08:38Promises
-
Урок 70. 00:03:32Replacing Callbacks with Promises
-
Урок 71. 00:05:32Consuming Promises
-
Урок 72. 00:02:50Creating Settled Promises
-
Урок 73. 00:06:15Running Parallel Promises
-
Урок 74. 00:06:56Async and Await
-
Урок 75. 00:05:57Exercise
-
Урок 76. 00:02:01Introducing MongoDB
-
Урок 77. 00:03:59Installing MongoDB on Mac
-
Урок 78. 00:05:40Installing MongoDB on Windows
-
Урок 79. 00:03:53Connecting to MongoDB
-
Урок 80. 00:03:49Schemas
-
Урок 81. 00:04:19Models
-
Урок 82. 00:03:34Saving a Document
-
Урок 83. 00:04:19Querying Documents
-
Урок 84. 00:05:00Comparison Query Operators
-
Урок 85. 00:02:02Logical Query Operators
-
Урок 86. 00:03:21Regular Expressions
-
Урок 87. 00:00:50Counting
-
Урок 88. 00:01:37Pagination
-
Урок 89. 00:07:58Exercise 1
-
Урок 90. 00:04:35Exercise 2
-
Урок 91. 00:03:20Exercise 3
-
Урок 92. 00:03:36Updating Documents- Query First
-
Урок 93. 00:06:15Updating a Document- Update First
-
Урок 94. 00:02:39Removing Documents
-
Урок 95. 00:07:00Validation
-
Урок 96. 00:04:56Built-In Validators
-
Урок 97. 00:03:17Custom Validators
-
Урок 98. 00:02:36Async Validators
-
Урок 99. 00:03:38Validation Errors
-
Урок 100. 00:05:57SchemaType Options
-
Урок 101. 00:14:06Project- Add Persistence to Genres API
-
Урок 102. 00:07:00Project- Build the Customers API
-
Урок 103. 00:06:15Restructuring the Project
-
Урок 104. 00:07:46Modelling Relationships
-
Урок 105. 00:03:52Referencing Documents
-
Урок 106. 00:04:17Population
-
Урок 107. 00:06:55Embedding Documents
-
Урок 108. 00:04:32Using an Array of Sub-documents
-
Урок 109. 00:07:06Project- Build the Movies API
-
Урок 110. 00:08:02Project- Build the Rentals API
-
Урок 111. 00:08:46Transactions
-
Урок 112. 00:07:04ObjectID
-
Урок 113. 00:06:14Validating Object ID's
-
Урок 114. 00:02:24A Better Implementation
-
Урок 115. 00:04:02Introduction
-
Урок 116. 00:03:41Creating the User Model
-
Урок 117. 00:07:54Registering Users
-
Урок 118. 00:05:22Using Lodash
-
Урок 119. 00:06:55Hashing Passwords
-
Урок 120. 00:04:55Authenticating Users
-
Урок 121. 00:02:43Testing the Authentication
-
Урок 122. 00:05:05JSON Web Tokens
-
Урок 123. 00:03:19Generating Authentication Tokens
-
Урок 124. 00:06:13Storing Secrets in Environment Variables
-
Урок 125. 00:03:47Setting Response Headers
-
Урок 126. 00:07:12Encapsulating Logic in Mongoose Models
-
Урок 127. 00:06:51Authorization Middleware
-
Урок 128. 00:03:07Protecting Routes
-
Урок 129. 00:04:04Getting the Current User
-
Урок 130. 00:02:05Logging Out Users
-
Урок 131. 00:05:44Role Based Authorization
-
Урок 132. 00:04:11Testing the Authorization
-
Урок 133. 00:03:03Introduction
-
Урок 134. 00:03:08Handling Rejected Promises
-
Урок 135. 00:04:41Express Error Middleware
-
Урок 136. 00:08:30Removing Try_Catch docs
-
Урок 137. 00:03:19Express Async Errors
-
Урок 138. 00:06:37Logging Errors
-
Урок 139. 00:04:12Logging to MongoDB
-
Урок 140. 00:03:36Uncaught Exceptions
-
Урок 141. 00:07:24Unhandled Promise Rejections
-
Урок 142. 00:02:27Error Handling Recap
-
Урок 143. 00:04:55Refactoring Index.js- Extracting Routes
-
Урок 144. 00:03:23Extracting the DB Logic
-
Урок 145. 00:02:12Logging
-
Урок 146. 00:02:31Extracting the Config Logic
-
Урок 147. 00:01:54Extracting the Validation Logic
-
Урок 148. 00:01:30Showing Unhandled Exceptions on the Console
-
Урок 149. 00:02:41What is Automated Testing?
-
Урок 150. 00:02:38Benefits of Automated Testing
-
Урок 151. 00:04:01Types of Tests
-
Урок 152. 00:02:56Test Pyramid
-
Урок 153. 00:02:16Tooling
-
Урок 154. 00:05:01Writing Your First Unit Test
-
Урок 155. 00:06:37Testing Numbers
-
Урок 156. 00:01:52Grouping Tests
-
Урок 157. 00:02:44Refactoring with Confidence
-
Урок 158. 00:03:25Testing Strings
-
Урок 159. 00:05:51Testing Arrays
-
Урок 160. 00:05:31Testing Objects
-
Урок 161. 00:07:26Testing Exceptions
-
Урок 162. 00:01:44Continually Running Tests
-
Урок 163. 00:05:29Exercise- Testing the FizzBuzz
-
Урок 164. 00:05:38Creating Simple Mock Functions
-
Урок 165. 00:05:01Interaction Testing
-
Урок 166. 00:07:17Jest Mock Functions
-
Урок 167. 00:03:07What to Unit Test
-
Урок 168. 00:07:40Exercise
-
Урок 169. 00:01:10Introduction
-
Урок 170. 00:02:19Preparing the App
-
Урок 171. 00:03:02Setting Up the Test DB
-
Урок 172. 00:05:45Your First Integration Test
-
Урок 173. 00:06:18Populating the Test DB
-
Урок 174. 00:03:20Testing Routes with Parameters
-
Урок 175. 00:03:32Validating Object ID's
-
Урок 176. 00:02:05Refactoring with Confidence
-
Урок 177. 00:02:40Testing the Authorization
-
Урок 178. 00:05:33Testing Invalid Inputs
-
Урок 179. 00:02:36Testing the Happy Paths
-
Урок 180. 00:08:41Writing Clean Tests
-
Урок 181. 00:09:46Testing the Auth Middleware
-
Урок 182. 00:06:15Unit Testing the Auth Middleware
-
Урок 183. 00:07:10Code Coverage
-
Урок 184. 00:00:27Exercise
-
Урок 185. 00:02:55What is Test-driven Development?
-
Урок 186. 00:02:34Implementing the Returns
-
Урок 187. 00:02:54Test Cases
-
Урок 188. 00:07:15Populating the Database
-
Урок 189. 00:07:23Testing the Authorization
-
Урок 190. 00:03:43Testing the Input
-
Урок 191. 00:04:19Refactoring Tests
-
Урок 192. 00:03:05Looking Up an Object
-
Урок 193. 00:02:14Testing if Rental Processed
-
Урок 194. 00:02:24Testing the Valid Request
-
Урок 195. 00:04:16Testing the Return Date
-
Урок 196. 00:04:51Testing the Rental Fee
-
Урок 197. 00:05:38Testing the Movie Stock
-
Урок 198. 00:03:37Testing the Response
-
Урок 199. 00:06:45Refactoring the Validation Logic
-
Урок 200. 00:06:13Mongoose Static Methods
-
Урок 201. 00:04:05Refactoring the Domain Logic
-
Урок 202. 00:01:22Introduction
-
Урок 203. 00:02:29Preparing the App for Production
-
Урок 204. 00:02:16Getting Started With Heroku
-
Урок 205. 00:01:56Preparing the App for Deployment
-
Урок 206. 00:02:45Adding the Code to a Git Repository
-
Урок 207. 00:03:45Deploying to Heroku
-
Урок 208. 00:02:47Viewing Logs
-
Урок 209. 00:02:45Setting Environment Variables
-
Урок 210. 00:08:24MongoDB in the Cloud
- Категории
- Источники
- Все курсы
- Разделы
- Книги