What Happens When You Type an URL and Press Enter?Have you ever wondered what happened from the time after you hit enter to when the webpage appears on your browser? What is the process…Apr 20, 2021Apr 20, 2021
IoT, what are we talking about?The Internet of Things refers to every single device that is connected to the internet at this moment. Nowadays almost everything is part…Apr 9, 2021Apr 9, 2021
Static or Dynamic Libraries, which one to use…To be able to decide which one to use, we have to know exactly what a library is…Dec 14, 2020Dec 14, 2020
Static Libraries… What are we talking about??As soon as we start working with C language, we start compiling our programs in order to make them executable.Oct 11, 2020Oct 11, 2020
What happens when you type gcc main.c?First of all we have to know that C is a general purpose computer programming language. It is very versatile and has been used to create…Sep 23, 2020Sep 23, 2020
WHAT HAPPENS WHEN YOU TYPE “ls *.c” INTO YOUR SHELLFirst of all, we have to understand every single character of the command in order to underestand it completly.Sep 15, 2020Sep 15, 2020