Alina de los Santos·May 8, 2022What happens when you type google.com in your browser and press Enter?Most of us take the Internet for granted, we know that if we type any website on an Internet browser we will get a response. However, come…
Alina de los Santos·Apr 25, 2022What is the Internet of things and why it could revolutionize our livesA sneak peak into IoT
Alina de los Santos·Jan 17, 2022Static and dynamic libraries in CA brief intro into its characteristics, main differences and usage.
Alina de los Santos·Aug 25, 2021Behind the curtain: the magic behind “ls -l *.c”A step by step introduction into what goes on when you type “ls -l *.c” and press enter in a shell
Alina de los Santos·Jun 19, 2021Behind the scenes of the C compilation processEvery program in existence has humble origins aka the source code which are files written in a specific programming language, in our case…
Alina de los Santos·Jun 19, 2021Soft and Hard links in UNIXBoth symbolic and hard links are different ways to refer to a file. However, they differ in the way they point to a specific file. While a…
Alina de los Santos·Mar 7, 2021Come for the static library…stay for the funA quick introduction into the world of static libraries, how to use them, its characteristics and all that good stuff