07/30/2019
DNS, from the English Domain Name System (Domain Name System), acts as a translator of IP addresses (192.168.0.1) to domains (marquesfernandes.com), as a kind of post office that manages to transform a CEP (IP ) on a street (domain).
07/29/2019
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.
07/27/2019
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!
07/21/2019
Looking for libraries to render graphics and visualizations? I have separated 6 libraries that will make it easier for you to create beautiful and interactiv...
07/21/2019
Free online tool to form messy HTML into readable, beautiful and correctly indented code.
06/18/2019
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 alone the version... Bu...
04/15/2019
!Google Keyword Planner/wp-content/uploads/2019/04/image-2-1024x521.pnghttps://ads.google.com/home/tools/keyword-planner/
04/01/2019
The sudo command allows regular users access to administrative functions normally only available to the root user.
03/19/2019
VS Code is my darling editor at the time: Open source, cross-platform, lightweight, highly customizable and with an amazing community. I separated a list with 6 themes that I already used and approved.
03/19/2019
If you're tired of your scum terminal on linux; Tired of having to use alt + tab between terminals in the same project; Tired of getting lost trying to paste a command; Meet Terminator, a more robust, organized and customizable terminal emulator.
03/14/2019
Favicon, "Favourite Icon", is an image used by browsers to graphically represent a webpage. Previously, the only accepted format was ".ico" and 16x16 pixels in size, but nowadays we can use other formats such as ".png", ".jpg" and ".svg".
03/08/2019
Are you building a control panel or an administrative system? I've separated 8 free, responsive and complete templates to facilitate your going.
03/07/2019
CGNAT is as if the operator had installed a second router in its region and shared its internet connection with its other customers.
Being a little more technical: Providers are sharing a public IPV4 to more than one customer and routing the connection through a second route to their home router.
03/05/2019
NodeJS is a Javascript execution environment. How cool, but what does it mean? How it works?