-
Book Overview & Buying
-
Table Of Contents
MongoDB - The Complete Developer's Guide
By :
MongoDB - The Complete Developer's Guide
By:
Overview of this book
In the evolving world of tech, MongoDB paired with Node.js stands out as a powerful combination for robust data storage and management. These two giants, when integrated, provide developers with an unmatched toolkit, revolutionizing database operations to be scalable, flexible, and efficient.
This course carefully guides you through the nuances of integrating MongoDB with Node.js, starting with the essentials of moving from shell operations to leveraging drivers. Discover the world of storing intricate product details in the database, mastering the art of handling 128bit decimals for precision, and fetching the exact piece of information you need. But it doesn't stop there. Delve into more advanced topics like user authentication with Stitch, crafting specific data access rules, and even adding products with ease. This course offers a step-by-step walkthrough, ensuring that by the end, you're well-equipped to handle real-world scenarios with confidence.
Embarking on this learning journey will not only equip you with technical knowledge but will also shape your perspective on efficient database management. With each section, you'll find yourself becoming more adept, with lessons building upon one another, culminating in a comprehensive roundup. Embark on this transformative journey with us and redefine your technical prowess.
Table of Contents (19 chapters)
Introduction
Understanding the Basics and CRUD Operations
Schemas and Relations: How to Structure Documents
Exploring the Shell and the Server
Using the MongoDB Compass to Explore Data Visually
Diving into Create Operations
Read Operations - A Closer Look
Update Operations
Understanding Delete Operations
Working with Indexes
Working with Geospatial Data
Understanding the Aggregation Framework
Working with Numeric Data
MongoDB and Security
Performance, Fault Tolerancy, and Deployment
Transactions
From Shell to Driver
Introducing Stitch
Roundup