Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Photoshop Graphic Design Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 1.5 hours on-demand video
  • 2 articles
  • 1 downloadable resource
  • Full lifetime access
  • Access on mobile and TV
Development Database Design & Development MongoDB

Introduction to the MongoDB

Short and Friendly Introduction to the MongoDB. Learn, understand and practice fundamentals of the MongoDB.
Rating: 4.5 out of 54.5 (232 ratings)
11,049 students
Created by Bogdan Stashchuk
Last updated 9/2020
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Understand difference between relational and document databases
  • Explain such data formats as JSON, Extended JSON and BSON
  • Describe most commonly used BSON data types such as ObjectID, Date, String and NumberInt
  • Understand MongoDB structure - Databases, Collections and Documents
  • Explain how MongoDB server is managed using MongoDB Shell
  • Practice insertion of the documents into the collection
  • Use different query methods such as findOne() and operators such as $and, $or, $gt and $ne
  • Understand and utilize update methods such as updateOne() and updateMany()
  • Become familiar with update operators such as $set, $unset and $inc
  • Successfully delete documents from the collection using deleteOne() and deleteMany() methods
  • Explain what is Aggregation Framework, MongoDB Utilities and Indexes
  • Understand what is external MongoDB driver and what is it's purpose

Course content

10 sections • 40 lectures • 1h 32m total length

  • Join the "Be Skillful" Learning Community
    00:21
  • Preview01:27
  • LECTURE - Closed Captions for the Video Lectures
    00:20

  • Preview02:13
  • Preview01:41
  • Preview01:11
  • Preview01:53

  • Preview01:41
  • Preview01:53
  • LECTURE - MongoDB database in the Cloud
    04:30
  • PRACTICE - Exploring MongoDB Shell
    02:40
  • PRACTICE - Installing and Exploring Robo 3T (previously Robomongo)
    02:55

  • LECTURE - JSON Overview
    02:23
  • LECTURE - Difference between JSON and JavaScript Object
    01:16
  • LECTURE - How Documents are stored in the Database? - BSON Format
    02:06
  • LECTURE - What is Extended JSON?
    01:58
  • LECTURE - Data Types representation in Extended JSON
    02:21
  • LECTURE - How types are stored in BSON?
    02:20

  • LECTURE - Creation of the new Collection
    02:14
  • LECTURE - Insert Methods insertOne() and insertMany()
    01:01
  • LECTURE - Sample Data Overview
    02:16
  • PRACTICE - Insert Sample Documents into the Collection
    07:30

  • LECTURE - Find Methods find() and findOne()
    01:00
  • PRACTICE - Finding Documents
    05:45
  • LECTURE - Query Operators Overview
    00:59
  • PRACTICE - Finding Documents with Query Operators
    05:52
  • LECTURE - Sort, Limit and Skip helper methods
    01:00
  • PRACTICE - Sort, Limit and Skip
    04:07

  • LECTURE - Update Methods updateOne() and updateMany()
    01:05
  • LECTURE - Update Operators
    00:49
  • PRACTICE - Updating Documents using Update Operators
    05:55

  • LECTURE - Delete Methods deleteOne() and deleteMany()
    00:18
  • PRACTICE - Deleting Documents
    02:48

  • LECTURE - MongoDB Aggregation Framework
    00:52
  • PRACTICE - Aggregating Documents
    01:50
  • LECTURE - MongoDB Indexes
    02:02
  • LECTURE - MongoDB Utilities
    05:22
  • LECTURE - What is MongoDB Replica Set?
    02:40
  • LECTURE - MongoDB Drivers
    00:55

  • LECTURE - Course Summary and What's next?
    01:27

Requirements

  • No prior MongoDB knowledge is required
  • You need just your computer

Description

This course is for total beginners in MongoDB.

Goal of the course is to give you understanding of what is MongoDB, which main features it has and of course try to use those features yourself.

**NOTE** This course has edited by hand English Closed Captions (CC) for all lectures. They were also translated to many different languages. Please feel free to enable them in the video player.

You will learn how to perform following actions:

  1. Install MongoDB

  2. Insert documents into the collections

  3. Find documents using different query operators such as $and, $or, $gt

  4. Update documents using update operators such as $set and $unset

  5. Delete documents

You will be also able to explain some advanced MongoDB features such as:

  • Aggregation Framework

  • Indexes

  • MongoDB Utilities

  • MongoDB Replica Set

  • MongoDB external drivers

Enroll now and learn basics of MongoDB!

Who this course is for:

  • Anyone who wants to get in touch with MongoDB and understand it's main features and capabilities
  • Developers who worked with relational databases such as MySQL and want to expand their knowledge towards document databases
  • Full-stack developers who want to start learning MEAN or MERN stacks - MongoDB is one of the components in those stacks

Instructor

Bogdan Stashchuk
Software Engineer, CCIE #22608, MBA, PhD - stashchuk.com
Bogdan Stashchuk
  • 4.6 Instructor Rating
  • 6,276 Reviews
  • 156,188 Students
  • 13 Courses

Do you really want to understand and practice instead of sitting and watching long presentations or trying to code along without any clue what is happening behind the scenes?

Join me in any of my courses and you will get real knowledge based on the deep understanding of every single topic.

But who am I?

My name is Bogdan Stashchuk and I teach students more than 20 years. I am working as Software Engineer and love to teach and learn myself.

I have a huge experience in explaining difficult things in an easy to understand format backed up with practice activities. That is the perfect combination that enables you to really learn and retain gained knowledge for a long period of time.

Let's connect in the Social Networks! All links you could find under the profile picture.

See you on my courses!

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.