How to Use Project in Mongodb Aggregation Pipeline
A guide to using the $project stage in MongoDB's aggregation pipeline, covering field inclusion, exclusion, and array operations.
A guide to using the $project stage in MongoDB's aggregation pipeline, covering field inclusion, exclusion, and array operations.
Explores techniques to significantly improve MongoDB aggregation performance using parallel processing and sharding on distributed clusters.
A technical guide to modeling one-to-one, one-to-many, and many-to-many relationships in MongoDB using the Mongoose ODM in Node.js.
A step-by-step tutorial on building a full-stack TypeScript Todo application using Next.js and MongoDB, from setup to deployment.
A step-by-step tutorial on implementing basic user authentication in a Node.js/Express app using MongoDB and JSON Web Tokens (JWT).
A guide to building a free URL shortener/tracker using Java, Spring Boot, MongoDB, and Azure, focusing on cost control and free-tier services.
Announcing the free release of 'Practical MongoDB Aggregations', a book with tips and examples for developers and data professionals.
Introducing Merced-Express, a Node.js/Express framework with Rails-like CLI tools for generating models, controllers, and auth in a MongoDB project.
A concise reference guide covering the basics of Express.js and MongoDB/Mongoose, including setup, routing, middleware, and request/response handling.
Explains how to implement reversible data masking in MongoDB using an idempotent pattern to protect sensitive data while enabling authorized recovery.
Explores how to use MongoDB aggregation pipelines to mask sensitive data for testing and API access, with practical examples.
Explores how MongoDB optimizes queries on Views, including filter pushdown and index usage, using a music dataset example.
Introducing Mongorester, a library to generate a full CRUD Express/MongoDB API with a single line of code, similar to Rails scaffolding.
A tutorial on connecting to a MongoDB database using the Mongoose ODM library in JavaScript, including setup, schemas, and queries.
A guide on programmatically dropping all collections in a MongoDB database using Mongoose, useful for resetting a database during testing.
OpenIddict 3.0 beta2 release notes: removed System.Linq.Async dependency and MongoDB auto-initialization for performance.
A technical guide on using MongoDB's aggregation pipeline to convert problematic date strings into proper Date types for better querying and indexing.
A tutorial on building a REST API using Express.js and MongoDB, covering CRUD operations and database integration.
A tutorial on connecting a MongoDB database to an Express.js application using Mongoose as the Object-Relational Mapping (ORM) library.