Mongo Database For Beginners
Learn NoSQL database MongoDB from scratch, create modern databases for your projects using MongoDB and Mongoose! This course will be your gateway to learn MongoDB with a step-by-step approach.
4 - OSX Setup
5 - OSX - Robomongo
6 - Windows Setup
7 - Windows - Robomongo
8 - Last Setup Before the Project Starts
9 - Introduction to Project
ÜCRETSİZ ÖNİZLEME10 - Start to Project
11 - Mongoose Connection Helper 1
12 - Models of Mongoose
13 - Start to test with Mocha
14 - Creating and Saving Models
15 - How we can drop collections
16 - isNew Property in Mongoose
17 - find() Query
18 - The _id Property
19 - Testing Automatically
20 - findOne() Query
21 - Deleting Records
22 - Updating Records (1)
23 - Updating Records (2)
24 - Updating Operators
25 - $mul Operator as an Example
26 - Mongoose Validation (1)
27 - Mongoose Validation(2)
28 - Mongoose Validation(3)
29 - Handling Errors
30 - Embedding Documents
31 - Test with Subdocument
32 - Adding New Subdocument
33 - Removing Subdocuments
34 - Virtual Types (1)
35 - Virtual Types (2)
36 - Developing Nested Resources
37 - Using ref for Associations
38 - Testing Associations
39 - Promise.all
40 - Modifiers
41 - Nested Populate
42 - What we learned