Friends , I am going to Start a MongoDb Tutorial , Where I will cover about What is Mongo , How to use etc.
MongoDB is an open source written in C++ and it’s a NoSQL Database, Our tutorial will give you deep understanding about MongoDb. If you want to create your career in MERN technology so this mongodb tutorial is for you. you can learn about every concept of MongoDB which will usefull for you in your application which you will develop using MERN.
Below are the Topics I am going to cover in this MongoDB Tutorial, So you can learn it from scratch
- MongoDB Introduction
- MongoDB Advantages / Disadvantages
- How to Install MongoDB on Windows
- How to Install MongoDB in Linux
- How to Install MongoDB using Docker
- MongoDB Data Structure
- How to Create Database
- How to Drop Database
- How to Create Collection
- How to Drop Collection
- MongoDB Data Types
- MongoDB Insert Document
- MongoDB Query Document
- MongoDB Update Document
- MongoDB Delete Document
- MongoDB Limit and Sorting
- MongoDB Create Indexing
- MongoDB Aggregation
- MongoDB Replication
- MongoDB Sharding
- How to create Backup
- MongoDB Connection with ExpressJS
- MongoDB Connection with PHP