First steps

  1. SQL to MongoDB terms
  2. Embedded documents
  3. GUI client for MongoDB
  4. Atlas hosted environment
  5. Command line tools
  6. MongoDB on the command line
  7. insert
  8. insert more
  9. Pretty printing in the MongoDB shell
  10. find
  11. update a document
  12. Update modifiers for fields
  13. update - add values using $set
  14. update - add array using $set
  15. remove value from document
  16. transaction in a document
  17. push
  18. Update modifiers for arrays
  19. Update array element
  20. Remove array element
  21. _id is unique in a collection
  22. update and save
  23. save()
  24. Remove (delete) document
  25. Count documents
  26. Find deeply
  27. sort()
  28. push
  29. Update modifiers
  30. Conditional Operators
  31. Indexes
  32. Creat Indexes
  33. Unique Index
  34. Sparse index
  35. Index embedded document (or subkey)
  36. Insert complex data structure
  37. Display complex data structure
  38. Rename embedded document
  39. Remove ($unset) embedded document
  40. Change element of array
  41. Add embedded document
  42. Remove elements of an array by value
  43. Remove elements of an array by index (trick)
  44. Append one element to an array
  45. Append multiple elements to an array
  46. Insert multiple elements in an array
  47. Drop collection
  48. Drop database
  49. MongoDB shell tools
  50. Resources
  51. Projection