Satish

  • MongoDB

$exists, $type, $regex operators: MongoDB

In today's video tutorial, lets learn to use $exists, $type and $regex operators. Documents in our collection test database, names…

12 years ago
  • MongoDB

String Comparison: MongoDB

Today we shall see how we can compare strings using comparison operators like, $ne – not equal to $gt –…

12 years ago
  • node.js

Remove / Delete Data From MongoDB: Node.js

Today lets learn how to delete documents from MongoDB collection via your node.js application. In this video tutorial, I'll show…

12 years ago
  • MongoDB

MongoDB Management Service To Rescue Your Application!

In today's tutorial we'll be looking at: Installing Python Installing PyMongo (Note: PyMongo is a python driver for MongoDB) ..and…

12 years ago
  • node.js

Update / Edit Data In MongoDB: Node.js

Today lets look at editing and updating user entered data via Node.js application. Related Read: Connecting To MongoDB Using Mongoose:…

12 years ago