Vanessa MususuéWhat happens when you type a URL in your browser and press Enter?All devices that are connected to the internet communicate with each other and can be searched by numbers, these numbers correspond to its…Sep 6, 2021Sep 6, 2021
Vanessa MususuéPython: everything is an object.Python is Object-oriented programming and has the principle that “Everything is an object” but, what is the meaning of that sentence…May 28, 2021May 28, 2021
Vanessa MususuéSTATIC LIBRARIESIn order to know what is a static library we need first to know what is a library in C, a library is “a file containing several object…Mar 8, 2021Mar 8, 2021
Vanessa MususuéCOMPILING CWhen we write a code in a file with the extension “.c” this file can’t be executed by itself, for this reason, we need a compiler to do…Feb 8, 2021Feb 8, 2021
Vanessa MususuéSYMLINKS AND HARD LINKSIn Linux system there is the command called “ln”, which allows to create links to an existing file or directory. There are two types of…Feb 3, 2021Feb 3, 2021