01/19/2020
How to optimize your Google Chrome speed and performance
Currently, your browser is probably the most important program on your computer. Everything we do, from email, social media and even editing documents takes ...
01/19/2020
Currently, your browser is probably the most important program on your computer. Everything we do, from email, social media and even editing documents takes ...
01/19/2020
When we're in the development process, we spend a lot of our time "debugging" the code and trying to figure out why it doesn't work or worse, why it works......
01/07/2020
Node's PPA is being updated and maintained on its official website. We can add this PPA to our Debian system and Ubuntu 19.10, 18.04 LTS, 16.04 LTS (Trusty Tahr) and 14.04 LTS (Xenial Xerus) and install Node using the native package manager.
01/07/2020
If you use Microsoft Excel, you are probably used to using and importing data from external sources, eg CSV files. We managed to have this same facility in Google Sheets using Google Apps Script.
01/07/2020
As the name already delivers, the history command lists all your terminal's command history (the same history can be found in the .bash_history file in your home folder).
12/30/2019
I believe this is a very common question for beginner bloggers like me. I've been trying to find the best way to promote my articles, in a healthy and organic way.
12/30/2019
Creating your own lines of code can be done without any specific tools. Theoretically all you need is a simple text editor, but that probably won't be very productive... I've separated some of the best open source options available on the market, I haven't listed any paid or platform-specific programs.
12/16/2019
A single node_modules folder can weigh between 200mb and 1gb! Multiply that by the amount of projects you have on your computer and we have a real storage problem.
12/11/2019
This article was inspired by my own frustration with optimizing my NodeJS setup with Typescript and Docker. At the end of this tutorial you will have a NodeJS development environment with Typescript, ts-node-dev, Docker, ESlint with Airbnb Style Guide and Prettier.
12/09/2019
It's very easy to mess up Google Analytics data collection on your WordPress site by accessing your admin panel (the famous /wp-admin) and writing and previewing your pages and articles (preview=true).
12/08/2019
If you want to improve the performance of your Debian/Ubuntu installation, creating a Swap Space can help you. When the system needs more memory resources than is available, these resources can be moved to virtual space avoiding errors and unexpected interruptions.
12/06/2019
Short for "Tape Archive", sometimes called a tarball, is a consolidated Unix format file. .tar files are used to consolidate files and folders into one...
12/04/2019
Unexpected behaviors on a Linux server or desktop can be the result of some Malware infection and need to be investigated as soon as possible.
12/04/2019
Ever wanted to share an article still in development on Wordpress with someone? Sometimes before publishing an article we want an outside opinion and help.