Tag

Mongoose

1 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Oct 26, 2022 · Databases

Mongoose 6.7 Release Overview

Mongoose 6.7, the asynchronous‑environment MongoDB object‑modeling library for Node.js, introduces driver upgrades, new UUID schema type, $fill pipeline stage, enhanced TypeScript support, aliasing, mergeHooks, and timestamp utilities, while encouraging readers to like and share the article.

DatabaseMongoDBMongoose
0 likes · 2 min read
Mongoose 6.7 Release Overview
System Architect Go
System Architect Go
Jun 28, 2017 · Backend Development

Cross-Collection Loop Queries in Mongoose: From Naïve While Loops to Promise.all

The article explains how to perform a cross‑collection loop query with Mongoose, illustrates why using a synchronous while loop blocks Node's event loop, and shows the correct approach of using Promise.all with async handling to merge results efficiently.

AsyncCross-Collection QueryMongoose
0 likes · 3 min read
Cross-Collection Loop Queries in Mongoose: From Naïve While Loops to Promise.all
System Architect Go
System Architect Go
May 17, 2017 · Backend Development

Implementing SMS Verification Codes with MongoDB TTL in a Backend Service

This article explains how to build a basic SMS verification feature by choosing a gateway, generating and storing 4‑digit codes in MongoDB with TTL, and validating them through a simple backend workflow using Node.js and Mongoose.

APIMongoDBMongoose
0 likes · 5 min read
Implementing SMS Verification Codes with MongoDB TTL in a Backend Service