Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
MongoDB - The Complete Developer's Guide
Bestseller
Rating: 4.6 out of 5(28,251 ratings)
200,216 students

MongoDB - The Complete Developer's Guide

Master MongoDB Development for Web & Mobile Apps. CRUD Operations, Indexes, Aggregation Framework - All about MongoDB!
Last updated 1/2026
English

What you'll learn

  • Learn what document databases are and how data is organized with MongoDB
  • Learn how to perform CRUD operations with MongoDB
  • Don't stop at the basics - learn all about writing complex MongoDB queries, in-depth and with practical examples!
  • Write efficient and well-performing queries to fetch data in the format you need it
  • Use all features MongoDB offers you to work with data efficiently

Course content

19 sections266 lectures17h 34m total length
  • Introduction2:07

    Welcome to the course! Let me introduce myself and give you a rough overview of the course!

  • What is MongoDB?5:36

    Let's dive into the most important question: What is MongoDB? What is it all about? MongoDB is a NoSQL database and in this lecture, we'll explore why it's awesome!

  • Join our Online Learning Community0:25

    Learning alone is absolutely fine but finding learning partners might be a nice thing, too. Our learning community is a great place to learn and grow together - of course it's 100% free and optional!

  • The Key MongoDB Characteristics (and how they differ from SQL Databases)2:55

    MongoDB has a couple of key characteristics that set it apart from other databases - let's explore which characteristics these are.

  • Understanding the MongoDB Ecosystem4:19

    MongoDB is more than just a database engine - it's a company and a rich ecosystem of tools. In this lecture, you'll get a thorough overview of all the different pieces that make up MongoDB.

  • General Setup Instructions & Installing MongoDB on macOS16:52

    Learn how to install and run MongoDB community server on macOS, use the mongo shell, configure data and log paths, and start mongod from the terminal.

  • Installing MongoDB on Windows8:10

    Install the MongoDB community server on Windows using the MSI installer, enable the MongoDB service, and use the mongo shell to show databases.

  • Installing the MongoDB Shell5:59

    Install and use the MongoDB shell (mongosh) to connect to your running server, with guidance on Windows and macOS and choosing the newer shell for easier output.

  • Installing mongoimport0:21
  • Time To Get Started!5:37

    With the MongoDB tools installed, it's time to get started. Let's spin up a MongoDB server (on our local machine) and connect to it!

  • Shell vs Drivers3:29

    When it comes to connecting to a MongoDB database, you got various options, most importantly: The local shell or drivers for different programming languages. Let me explain the differences.

  • MongoDB + Clients: The Big Picture2:58

    We learned about a lot of different pieces that work together - here's a big picture that puts everything into context.

  • Course Outline4:38

    We know what MongoDB is - but what's in this course? In this lecture, you'll get an overview of the course content and the order in which it is presented.

  • How To Get The Most Out Of The Course2:30

    It's important to me that you succeed, hence in this lecture, I'll share some best practices regarding how to use the various course resources.

Requirements

  • NO prior knowledge on databases (of any kind) is required
  • General web development or mobile development knowledge will help you but is not a must-have
  • You can use any operating system - Windows, macOS, Linux, it'll all work!

Description

Join this bestselling MongoDB course to learn all about this extremely popular database and query language from the ground up, in great detail and with many practical examples!

-

MongoDB is one of the most important NoSQL databases you can work with. It's extremely popular and MongoDB developers are in high demand!

No matter if you're building web applications, mobile applications or any other kind of application or if you're a data scientist - you'll need to work with data. Storing data, querying it efficiently and minimizing complexities whilst optimizing performance are crucial tasks.

MongoDB makes working with data simple - it's built on a philosophy that prioritizes performance and efficiency.

In this course, you learn all about MongoDB from scratch. No prior MongoDB or database experience is required!

In detail, you'll learn:

  • How to install and use MongoDB locally and in the cloud (MongoDB Atlas)

  • How to perform CRUD (Create, Read, Update, Delete) operations on MongoDB databases

  • How to filter for data efficiently

  • How to work with both the Mongo Shell and drivers (e.g. Node.js driver)

  • How to increase performance by using indexes (and how to use the right indexes!)

  • How to use the amazing "Aggregation Framework" that's built into MongoDB

  • What replica sets and sharding are

  • How to use MongoDB Atlas - the cloud solution offered by MongoDB

  • How to use the serverless platform (Stitch) offered by MongoDB

  • And much more!

This course is a hands-on course - you'll learn by writing code/ commands. We'll work on a wide variety of example data and use-cases and by the end of the course, you'll have all the knowledge you need to work with MongoDB in your next project!

This course is for you, no matter which programming language you plan on using, you'll learn a uniform way of interacting with MongoDB that can be easily applied to any language.

This course is for you:

  • if you're brand-new to MongoDB and databases in general

  • if you got some basic database or even MongoDB experience - in this course, there are different entry points you can choose from!

  • if you are a web or mobile app (or desktop app) developer who considers using MongoDB

  • if you're working in a team that considers using MongoDB (or already does use it)

  • if you are primarily using SQL-based databases so far and you want to explore the most popular NoSQL alternative

This course is NOT for you:

  • if you're looking for a guide on administrating MongoDB servers => This course focuses on the commands/ queries you write, it's NOT an administration course. I will show (in detail) how to deploy a ready-to-use cloud MongoDB solution that follows best practices though.

Who this course is for:

  • Developers or data scientists who plan on (or are already) working with MongoDB
  • Everyone who's interested in NoSQL databases
  • Both beginner and advanced MongoDB users who want to explore all the core features