The Comprehensive GuideA comprehensive hands-on guide to mastering the MongoDB database
5 konu
Foundations and SetupThis subject covers the fundamental concepts of MongoDB, from what it is to how to get it set up and interact with it using various tools.
1 ders
Introduction and InstallationThis lesson introduces you to the core concepts of MongoDB and guides you through the process of installing the software.
CRUD OperationsThis subject focuses on the core Create, Read, Update, and Delete operations that are essential for any database.
2 ders
Creating and Finding DocumentsThis lesson covers how to add new documents to a collection and how to find them using simple and complex queries.
Updating and Deleting DocumentsThis lesson covers how to modify existing documents and how to permanently remove them from a collection.
Connecting with a Driver and RESTful APIThis subject guides you through connecting to a MongoDB database from an application and creating a basic RESTful API to perform CRUD operations.
2 ders
Connecting to MongoDBThis lesson covers the process of connecting to your MongoDB database from a Node.js application using a driver.
Building a RESTful APIThis lesson covers how to create a simple RESTful API using Node.js and Express to handle different types of HTTP requests.
Advanced Topics and FeaturesThis subject explores more advanced concepts, including pagination and indexes, to optimise your database and application.
1 ders
Pagination and IndexingThis lesson introduces advanced techniques for improving performance, such as pagination for handling large result sets and indexing for faster queries.
Cloud and DeploymentThis subject covers how to deploy and manage your MongoDB database in the cloud.
1 ders
MongoDB AtlasThis lesson provides an introduction to MongoDB Atlas, the cloud-based database service, and shows you how to get started with it.