MF. self en 01/26/2020
Choosing the right app for you is a very personal task, but it doesn't have to be complicated, a lot of people still use the pen and paper method, now if you're looking for something more modern, available on all your devices and that in fact play the active role of reminding yourself of tasks, check out this list.
MF. technology 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 ...
MF. development 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......
MF. development 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.
MF. technology 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.
MF. development 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).
MF. self en 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.
MF. technology 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.
MF. development 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.
MF. development 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.
MF. self en 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).
MF. technology 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.
MF. technology 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...
MF. development 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.