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 shorten the learning curve for anyone starting with a NoSQL database or coming from SQL.
Below is a quick snippet on how to create a command-line user with administrator privileges on RabbitMQ . # We created an "admin" user…
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 to UNIX-based terminals. Annoyed developers have created solutions that optimize and even emulate UNIX commands on Microsoft's OS. I've separated a list with some terminals that I've used and recommend.
Tired of that tedious and ugly icon pack from your VS Code? Check out a list of the best packages to customize file and…
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 thought: You can't not automate this! I found a relatively simple solution and decided to document it.
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 method.
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 dynamic function to make it easier. Leave your comment if you have found/made another solution!
Looking for libraries to render graphics and visualizations? I have separated 6 libraries that will make it easier for you to create beautiful and…
Probably at some point in your life you will be facing an unknown linux terminal where you have no idea what the distribution is,…