What happens when you type a URL in your browser and press Enter?These are just some generalities of how the web works, for those of you wondering: “What happens when I type https://www.google.com in the…Jan 28, 2022Jan 28, 2022
A short note on the Internet of ThingsWhat does IoT refer to? What functions do these devices fulfill? What is needed for a device to be considered IoT? What drawbacks can they…Jan 8, 2022Jan 8, 2022
RecursionRecursion can be a complex topic to understand, even for the most experienced programmer. In this little blog, we will try to explain…Jul 5, 2021Jul 5, 2021
Published inPython in Plain EnglishFor Python, Everything is an ObjectIn Python, everything is an object, literally … from variable types to functions. And this is why it is important to understand how Python…May 28, 20211May 28, 20211
Diving through the shell: the command interpreter 🤿How does the shell work internally? What happens when we enter a command? What happens when we enter ls -l? What happens if we use an…Apr 14, 2021Apr 14, 2021
What happens when you type gcc main.c?What is gcc? gcc is a compiler. Its name comes from the acronym in English GNU Compiler Collection. In general, a compiler is a program…Feb 10, 2021Feb 10, 2021
Should I use symbolic links? Not so hard-link decisionWhen we refer to symbolic links or hard links, we are talking about a file referenced by multiple names in both cases. In which cases…Feb 7, 2021Feb 7, 2021