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