takes automatic database backups for mongodb laxman chavda November 26, 2019 Nowadays database backup is the most important thing in popular web sites and applications. Database backups are most essential for protect... Read More
Mongodb get document in nearby order from current coordinates using mongoose laxman chavda August 07, 2018 By using $near mongodb operator, you can find documents/records from your nearest to far order. This is most useful to find nearby restaur... Read More
How to Create Infinite Scroll Pagination in single page application using nodejs laxman chavda June 09, 2018 In the web application if you have to display lots of data then you must have to get data as per required using pagination. if you have m... Read More
How to add a custom field in mongoose object? laxman chavda April 03, 2018 mongoose is an object data modeling (ODM) powerful modeling library to handle your data. it provides a schema-based model in your applica... Read More
dynamic email template in Nodejs laxman chavda January 25, 2018 When you are developing a web application, Mail sending feature is the most useful.In many cases, the email need to be sent, like user regi... Read More
mongoose custom Validations laxman chavda January 18, 2018 The great advantages of using Mongoose over plain MongoDB is that its built-in support for data schemas, and hence automatic validation of ... Read More
mongodb authentication using mongoose in nodejs laxman chavda December 19, 2017 Database authentication is very important when creating a web application. Authentication is for identifying users and provide different ... Read More