REST API PUT – Update Mongo DB Record
Express JS
March 9, 2021
Update a record in Mongo DB database using express js code. PUT Request in REST API sample code...
Query and retrieve a specific Mongo DB record using Express JS REST API. Mongo DB findOne() method usage...
Chained Route Handlers using Express JS
Express JS
March 9, 2021
Optimizing the routes code by Chaining multiple routes together. GET, POST, DELETE request routes are chained together as...
Deleting Data from the MongoDB database using REST API - DELETE REQUST. Express JS code for the REST...
![](https://smartcodehelper.com/wp-content/uploads/2021/03/Gradient-Color-Tools-for-Designers-1-289x181.jpg)
Gradient Color Tools for Designers
Design
March 8, 2021
Gradient designs and backgrounds looks great if right color combinations are selected. It time consuming to find the...
![](https://smartcodehelper.com/wp-content/uploads/2021/03/POST-Request-to-Insert-DATA-REST-API-Express-Mongo-289x181.jpg)
POST Request to Insert DATA – REST API – Express Mongo
API
March 7, 2021
Inserting Data to the MongoDB database using REST API - POST REQUST. Express JS code for the REST...
![](https://smartcodehelper.com/wp-content/uploads/2021/03/Get-Request-–-REST-API-–-Express-JS-Mongo-DB-APP-Code-289x181.jpg)
Get Request – REST API – Express JS Mongo DB APP Code
API
March 6, 2021
Retrieving Data from the MongoDB database using REST API - GET REQUST. Express JS code for the REST...
![](https://smartcodehelper.com/wp-content/uploads/2021/03/Trading-View-–-Horizontal-Line-with-Label-–-Pine-Script-Code-289x181.jpg)
In Trading view platform, we can easily plot lines using pine script programming code. In this post we...
lodash package in Node JS
Express JS
February 25, 2021
Lodash is a wonderful javascript library that makes it easier to work with arrays, strings, objects numbers etc....
JSON Parsing in Dart – Flutter App Development
Flutter
February 24, 2021
We can easily parse JSON data in flutter using the jsonDecode function. This function is available with the...