Here we will learn how to integrate textlocal in our project. First thing that we need to do is we have to register our self to Textlocal. Now what we will need from textlocal is username and sender information that we have registered and it will …


Here we will learn how to integrate textlocal in our project. First thing that we need to do is we have to register our self to Textlocal. Now what we will need from textlocal is username and sender information that we have registered and it will …
A replica set in MongoDB is a group of mongod processes that maintain the same data set. With multiple copies of data on different database servers, replication provides a level of fault tolerance against the loss of a single database server. All databases hosted on …
In this post, I will explain by example how we can find nearest locations by given latitude and longitude with MongoDB. First step – Create schema: // create geolocation Schema const GeoSchema = new Schema({ type: { type:String, …