Juan Camilo Gonzalez·Feb 19, 2022Web stack incident — Example of a PostmortemThe following is the incident report for the demo page outrage that occurred on January 4, 2022.
Juan Camilo Gonzalez·Jan 24, 2022What 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…
Juan Camilo Gonzalez·Jan 2, 2022The Internet of things (IoT)The term Internet of Things refers to the entire network of physical devices, tools, appliances, equipment, machinery, and other smart…
Juan Camilo Gonzalez·Nov 15, 2021Basic concepts of recursionIn computer programming, when a function call itself as a subroutine is known as a recursive function. There are several programming…
Juan Camilo Gonzalez·Sep 24, 2021How to create and use Dynamic Libraries in C languageDescription of libraries
Juan Camilo Gonzalez·Aug 26, 2021What 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:
Juan Camilo Gonzalez·Jun 24, 2021Compilation 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…