MongoDB Tutorial for Beginners | Full Course on MongoDB

Опубликовано: 04 Март 2026
на канале: miss google
273
37

Welcome to my Channel...!

In this video we are going to see the basics of MongoDB . These are the fundamentals of MongoDB and essential trainings. we will see more and more in upcoming videos.

For any queries drop a mail at [email protected]

Share your thoughts about this video in the comment section and if you have any doubts post it in comment section.

BluePrism Playlist:-    • BluePrism | RPA  

Thank You...!

→→→→→Visit Our Channel For More Videos←←←←←

🏹LIKE
🏹SHARE
🏹SUBSCRIBE

Where There is a Will There is a Way 💘


//Chapters and time splits

00:00:00 Modern database and application design with MongoDB
00:00:52 Why MongoDB?
00:03:52 MongoDB vs relational databases
00:08:27 Install MongoDB on Windows
00:11:15 Install MongoDB on macOS
00:15:15 Using the MongoDB Database Tools
00:17:51 Importing example data
00:21:59 Create a document
00:27:25 Using .find() to query documents
00:32:19 What can we store in a document?
00:37:09 Collections
00:40:56 Challenge: Create a recipe document
00:41:46 Solution: Create a recipe document
00:43:37 Sort, limit and skip
00:47:39 Working with operators and arrays
00:54:01 Updating documents
01:01:00 Updating arrays
01:02:56 Deleting documents
01:04:28 Challenge: Write a query
01:06:03 Solution: Write a query
01:11:11 The new MongoDB Shell
01:15:12 How we need to think differently
01:21:23 Basic indexes
01:28:01 Using different collection types
01:32:58 Challenge: Avoiding joins
01:34:34 Solution: Avoiding joins
01:36:10 Python
01:43:03 Node.js
01:51:16 PHP
01:59:21 Golang
02:04:32 How to use GridFS to store files
02:11:38 MongoDB config file
02:15:33 Replication
02:25:32 Sharding
02:30:54 Authentication and authorization
02:37:23 Backups