Juan Camilo GonzalezWeb stack incident — Example of a PostmortemThe following is the incident report for the demo page outrage that occurred on January 4, 2022.Feb 19, 2022Feb 19, 2022
Juan Camilo GonzalezWhat happens when you type google.com in your browser and press EnterWhen you type https://www.google.com in your browser and press Enter, a series of events are about to start and, at the end, you will be…Jan 24, 2022Jan 24, 2022
Juan Camilo GonzalezThe Internet of things (IoT)The term Internet of Things refers to the entire network of physical devices, tools, appliances, equipment, machinery, and other smart…Jan 2, 2022Jan 2, 2022
Juan Camilo GonzalezBasic concepts of recursionIn computer programming, when a function call itself as a subroutine is known as a recursive function. There are several programming…Nov 15, 2021Nov 15, 2021
Juan Camilo GonzalezHow to create and use Dynamic Libraries in C languageDescription of librariesSep 24, 2021Sep 24, 2021
Juan Camilo GonzalezWhat happens when you type `ls -l *.c` in the shell?In this document, we are going to describe the process done by a shell to process the following order:Aug 26, 2021Aug 26, 2021
Juan Camilo GonzalezCompilation process using CCompilation is a process of converting source code into object code. An important part of this process is the compiler. The compiler checks…Jun 24, 2021Jun 24, 2021