Aneesha S

Aneesha S

Aneesha S writes practical guides to MongoDB, Mongoose, and Node.js. Her articles cover document queries and updates, file operations, and HTTP requests.

$pull Operator in MongoDB: Removing Elements from Arrays

$pull Operator Featured Image

MongoDB provides a variety of operators that are suitable for various purposes such as aggregation pipeline, text search, geospatial query, array manipulation, etc. They are highly advanced, flexible, and easy to understand, allowing applications built on MongoDB to perform tasks…

MongoDB Aggregation: Select Count & Group By

Mongodb Count Group Select Featured Image

MongoDB aggregation allows developers to perform complex operations while working with data stored inside a collection of a MongoDB database. One of the operations is the “group by” operation, i.e. $group, which is used to group documents based on the…