Docker compose allows us to create applications with multiple containers, these containers will interact and will be …
In the previous post I explained the most common Docker commands, run, exec, pull, etc . Up to this point everything …
If you read the previous post where I explain what Docker is for you should already have a pretty simple idea of …
A couple of weeks ago I wanted to convert my ecommerce images from jpg to webp. Normally to modify images in GNU/Linux I …
The other day I was looking for syntax highlighting tools and I came across a pretty interesting tool called bat …
In the previous post I talked about some good practices using passwords . One of the recommendations was to use a …
One of my friends worked as an IT security auditor for a company whose name I will not mention for obvious reasons. …
There are two types of programmers, those who hate Clean Code and those who love it. This book sparks heated discussions …
In this post I’ll teach you how to program tasks to be executed every certain amount of time, it could be as …
Sometimes we execute commands that solve a specific task on our system. We may have done a file lookup using regular …