How to use NPM Rest API to get audit (npm audit) result
Introduction Npm has a tool called: npm audit which reports if your packages or…
March 15, 2018
This will take backup of your passed database name, to the passed folder. It will create a new folder under the path passed, and its name will be the name of your DB.
Run following command:
mongodump --host localhost:27020 --db YOUR_DB_NAME --out YOUR_TARGET_FOLDER
mongorestore --db YOUR_DB_NAME YOUR_TARGET_FOLDER/YOUR_DB_NAME
Enjoy!
Introduction Npm has a tool called: npm audit which reports if your packages or…
Introduction We will list few interesting automation techniques with powershell…
ReactJS setState is Asynchronous setState() method in ReactJS class components…
Introduction In Azure, assuming you are having a storage container. And, you…
Introduction In this post, we will see how to fetch multiple credentials and…
This post some useful tips of using strings, and some issues while dealing with…
Introduction In this post we will see following: How to schedule a job on cron…
Introduction There are some cases, where I need another git repository while…
Introduction In this post, we will see how to fetch multiple credentials and…
Introduction I have an automation script, that I want to run on different…
Introduction I had to write a CICD system for one of our project. I had to…
Introduction Java log4j has many ways to initialize and append the desired…