-
Урок 1. 00:02:21How to Use This Course
-
Урок 2. 00:11:22MongoDB Setup on OSX
-
Урок 3. 00:04:02More OSX Setup - Robomongo
-
Урок 4. 00:08:48Windows Setup
-
Урок 5. 00:03:33RoboMongo Setup
-
Урок 6. 00:03:25A Refresher on Promises
-
Урок 7. 00:07:40Let's Play A Game
-
Урок 8. 00:07:17Winning the Game
-
Урок 9. 00:06:26Behind the Scenes with Promises
-
Урок 10. 00:03:02Where Do We Use Mongo?
-
Урок 11. 00:04:15Fundamentals of MongoDB
-
Урок 12. 00:03:22A Last Touch of Setup
-
Урок 13. 00:05:00Project Overview
-
Урок 14. 00:07:43The Test Helper File
-
Урок 15. 00:10:07Mongoose Connection Helper
-
Урок 16. 00:05:14Mongoose Models
-
Урок 17. 00:06:28More on Models
-
Урок 18. 00:06:04The Basics of Mocha
-
Урок 19. 00:06:22Running Mocha Tests
-
Урок 20. 00:06:13Creating Model Instances
-
Урок 21. 00:07:49Saving Users to Mongo
-
Урок 22. 00:04:49Dropping Collections
-
Урок 23. 00:04:57Mocha's Done Callback
-
Урок 24. 00:06:26Mongoose's isNew Property
-
Урок 25. 00:06:47Default Promise Implementation
-
Урок 26. 00:06:39Test Setup for Finding Users
-
Урок 27. 00:06:01Making Mongo Queries
-
Урок 28. 00:06:25The ID Property - A Big Gotcha
-
Урок 29. 00:04:58Automating Tests with Nodemon
-
Урок 30. 00:05:06Finding Particular Records
-
Урок 31. 00:09:55The Many Ways to Remove Records
-
Урок 32. 00:05:12Class Based Removes
-
Урок 33. 00:05:47More Class Based Removals
-
Урок 34. 00:04:00The Many Ways to Update Records
-
Урок 35. 00:08:22Set and Save for Updating Records
-
Урок 36. 00:07:39Model Instance Updates
-
Урок 37. 00:08:51Class Based Updates
-
Урок 38. 00:11:16Update Operators
-
Урок 39. 00:06:18The Increment Update Operator
-
Урок 40. 00:05:04Validation of Records
-
Урок 41. 00:11:16Requiring Attributes on a Model
-
Урок 42. 00:06:42Validation With a Validator Function
-
Урок 43. 00:04:21Handling Failed Inserts
-
Урок 44. 00:05:18Embedding Resources in Models
-
Урок 45. 00:05:41Nesting Posts on Users
-
Урок 46. 00:07:30Testing Subdocuments
-
Урок 47. 00:11:29Adding Subdocuments to Existing Records
-
Урок 48. 00:07:47Removing Subdocuments
-
Урок 49. 00:08:00Virtual Types
-
Урок 50. 00:06:20Defining a Virtual Type
-
Урок 51. 00:08:18ES6 Getters
-
Урок 52. 00:02:20Fixing Update Tests
-
Урок 53. 00:05:28Challenges of Nested Resources
-
Урок 54. 00:07:56Embedded Documents vs Separate Collections
-
Урок 55. 00:03:28BlogPosts vs Posts
-
Урок 56. 00:08:54Creating Associations with Refs
-
Урок 57. 00:05:13Test Setup for Associations
-
Урок 58. 00:08:41Wiring Up Has Many and Has One Relations
-
Урок 59. 00:06:45Promise.All for Parallel Operations
-
Урок 60. 00:11:07Populating Queries
-
Урок 61. 00:12:13Loading Deeply Nested Associations
-
Урок 62. 00:04:43Cleaning Up with Middleware
-
Урок 63. 00:05:08Dealing with Cyclic Requires
-
Урок 64. 00:06:00Pre-Remove Middleware
-
Урок 65. 00:05:47Testing Pre-Remove Middleware
-
Урок 66. 00:04:31Skip and Limit
-
Урок 67. 00:07:06Writing Skip and Limit Queries
-
Урок 68. 00:07:16Sorting Collections
-
Урок 69. 00:03:16Project Setup
-
Урок 70. 00:05:47Project Overview
-
Урок 71. 00:04:30First Step - Artist and Album Models
-
Урок 72. 00:07:18The Album Schema
-
Урок 73. 00:09:12The Artist Model
-
Урок 74. 00:05:32Finding Particular Records
-
Урок 75. 00:06:30FindOne vs FindById
-
Урок 76. 00:02:49The CreateArtist Operation
-
Урок 77. 00:03:13Solution to Creating Artists
-
Урок 78. 00:02:22Deleting Singular Records
-
Урок 79. 00:04:21Solution to Removing
-
Урок 80. 00:02:57Editing Records
-
Урок 81. 00:03:15How to Edit Single Artists
-
Урок 82. 00:05:38Minimum and Maximum Values in a Collection
-
Урок 83. 00:14:59Solution to Min and Max Queries
-
Урок 84. 00:07:36Challenge Mode - Search Query
-
Урок 85. 00:13:06Sorting, Limiting, and Skipping Together
-
Урок 86. 00:04:31Danger! Big Challenge Ahead
-
Урок 87. 00:07:23Filtering By Single Properties
-
Урок 88. 00:03:31Filtering with Multiple Props
-
Урок 89. 00:04:51Handling Text Search
-
Урок 90. 00:10:06Indexes and Text Search
-
Урок 91. 00:05:29Batch Updates
-
Урок 92. 00:07:07The Hidden 'Multi' Setting
-
Урок 93. 00:06:32Seeding Many Records
-
Урок 94. 00:04:51Counting the Result Set
-
Урок 95. 00:02:42App Overview
-
Урок 96. 00:06:02Designing API Routes
-
Урок 97. 00:06:49Project Setup
-
Урок 98. 00:03:55HTTP Request Methods
-
Урок 99. 00:04:41The Basics of Express
-
Урок 100. 00:04:31Express Boilerplate
-
Урок 101. 00:08:13Handling Requests with Express
-
Урок 102. 00:07:22Testing Express Apps with Mocha
-
Урок 103. 00:04:34Running Mocha
-
Урок 104. 00:02:58Project Structure
-
Урок 105. 00:09:40Refactoring for Controllers and Models
-
Урок 106. 00:06:52The Driver Model
-
Урок 107. 00:03:48The Create Drivers Route
-
Урок 108. 00:07:04The BodyParser Middleware
-
Урок 109. 00:07:16Testing Driver Creation
-
Урок 110. 00:09:08More on Testing Driver Creation
-
Урок 111. 00:05:28Additional Mongoose Setup
-
Урок 112. 00:04:34Driver Implementation
-
Урок 113. 00:09:15Testing Endpoints with Postman
-
Урок 114. 00:03:41Dev vs Test Environments
-
Урок 115. 00:10:34Separate Test Databases
-
Урок 116. 00:15:04Middlewares in Express
-
Урок 117. 00:09:10Handling Editing of Drivers
-
Урок 118. 00:07:45Testing Driver Updates
-
Урок 119. 00:03:06Handling Deletion of Drivers
-
Урок 120. 00:05:28Testing Driver Deletion
-
Урок 121. 00:05:33Geography with MongoDB
-
Урок 122. 00:05:42The GeoJSON Schema
-
Урок 123. 00:10:13GeoNear Queries
-
Урок 124. 00:07:02Testing a GeoNear Query
-
Урок 125. 00:04:50One Big Gotcha
-
Урок 126. 00:02:57Another Big Gotcha
-
Урок 127. 00:03:40Testing GeoQueries
- Категории
- Источники
- Все курсы
- Разделы
- Книги