Blog

12/30/2019

Best Text Editors (IDEs) for Web Development 2020

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/11/2019

Optimized development in NodeJS with Typescript, Docker and ESlint

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/08/2019

How to create a swap space on linux (Debian/Ubuntu)

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/03/2019

How to find free disk space on Linux using the command line

Do you want to find out how much free space is on your disk? If you are used to operating systems with a graphical user interface, such as windows, this task is probably very simple. But what if you only come across a simple terminal?

12/02/2019

The Rule of Silence (Silence is Golden) - Linux

The silence rule, also known as silence is golden, is an important part of the Unix philosophy that when a program has nothing surprising, interesting, or useful to say, it shouldn't say anything. This means that well-developed programs must treat their users' attention and focus as valuable, and thus perform their tasks as discreetly as possible. In other words, silence itself is a virtue.