What (actually) happens when you type a web address on your browser and hit enter…Of course that the simplest answer to the question on the title of this article is: “you get to see a web site?”. But on this case let’s…Apr 22, 20211Apr 22, 20211
IoT — The Internet of Things.Historians recognize four different industrial revolutions along history, or at least four different stages in a larger process identified…Apr 4, 2021Apr 4, 2021
A dream of recursion.In order to unfold the concept of recursion in an approachable way, let’s start by clarifying two concepts that need to be really clear…Feb 2, 2021Feb 2, 2021
Everything is an Object (in Python).Moving forward into learning software engineering, will inevitable put you against the concept of Object Oriented Programming, or OOP for…Jan 12, 2021Jan 12, 2021
Static vs Dynamic libraries.The more code we write, the more we realize that some parts or chunks of code are repeatedly used in many programs. Something as…Dec 14, 2020Dec 14, 2020
What (really) happens at ls -l?“ls” it is probably the first and most often used command you will learn whenever you start working on a Linux based shell.Nov 20, 2020Nov 20, 2020
How integers are stored in memory using two’s complement.But, what’s an integer?Nov 6, 2020Nov 6, 2020
Worst abuse of the C preprocessor (IOCCC winner, 1986)IOCCC (The International Obfuscated C Code Contest) is an annual programming contest for C “obfuscated” code.Oct 19, 2020Oct 19, 2020
EVERYTHING YOU ALWAYS WANTED TO KNOW ABOUT STATIC LIBRARIES BUT WERE AFRAID TO ASK.(This article applies for UNIX systems only.)Oct 10, 2020Oct 10, 2020