4 free tools to manage MongoDB – 2020
There are several tools available on the market to manage your MongoDB database. They have improved productivity in development, administration tasks and also help to
There are several tools available on the market to manage your MongoDB database. They have improved productivity in development, administration tasks and also help to
Below is a quick snippet on how to create a command-line user with administrator privileges on RabbitMQ .
Windows is not known for having the best command line interface, bringing in all its versions the Command Prompt (CMD), a limited tool, especially compared
Tired of that tedious and ugly icon pack from your VS Code? Check out a list of the best packages to customize file and folder…
Have you ever needed to run an Excel spreadsheet on a daily basis? I recently came across this scenario, and as a lazy programmer I
Looking to find duplicate records in your MongoDB database? In this article I will explain how to find the duplicate documents (records) using the aggregate
Recently I needed to set up a project to download files with names that followed a monthly pattern and for that I set up a
Data-Driven Documents – D3.js D3.js is probably one of the most famous libraries today, used in more than 100k sites . Your language is very…
Probably at some point in your life you will be facing an unknown linux terminal where you have no idea what the distribution is, let…
The sudo command allows regular users access to administrative functions normally only available to the root user.