Etienne BrunWhat happens when you type https://www.holbertonschool.com in your browser and press Enter.Let’s pretend we want to go to the homepage of the website holbertonschool.com.Sep 3, 2021Sep 3, 2021
Etienne BrunA recursive function explainedRecursion is a common mathematical and programming concept. It means that a function calls itself and allows us to iterate and solve…Jul 4, 2021Jul 4, 2021
Etienne BrunPython3: Everything is object!Python is a popular programming language.May 26, 2021May 26, 2021
Etienne BrunWhat is a static library?In computer science, a library is a collection of modules, which may already be compiled and ready to be used by programs.Feb 26, 2021Feb 26, 2021
Etienne BrunWhat happens when you type gcc main.cGCC is a free software package capable of compiling various programming languages, including C, C++, Objective-C, Java, Ada and Fortran.Feb 3, 2021Feb 3, 2021
Etienne BrunHard link and Symbolink linkHardlink and Symlink are pointers to files.Feb 3, 2021Feb 3, 2021