Open in app

Sign In

Write

Sign In

Juan Camilo Gonzalez
Juan Camilo Gonzalez

11 Followers

Home

About

Feb 19, 2022

Web stack incident — Example of a Postmortem

The following is the incident report for the demo page outrage that occurred on January 4, 2022. Issue Summary From 9:20 am to 9:40 am CT, after a student started a docker container, he tried to curl the port 80, but instead of getting a page that contained “Hello Holberton”…

PostMortem

3 min read

Web stack incident — Example of a Postmortem
Web stack incident — Example of a Postmortem
PostMortem

3 min read


Jan 24, 2022

What happens when you type google.com in your browser and press Enter

When 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 able to browser the google homepage. There are two important concepts that we must have clear before we go further. …

Https

15 min read

What happens when you type google.com in your browser and press Enter
What happens when you type google.com in your browser and press Enter
Https

15 min read


Jan 2, 2022

The Internet of things (IoT)

The term Internet of Things refers to the entire network of physical devices, tools, appliances, equipment, machinery, and other smart objects that have the capability to collect data about the physical world and transmit that data through the internet. (What is IoT?, 2021). Types of network connections can include Wi-Fi…

IoT

10 min read

The Internet of things (IoT)
The Internet of things (IoT)
IoT

10 min read


Nov 15, 2021

Basic concepts of recursion

In computer programming, when a function call itself as a subroutine is known as a recursive function. There are several programming languages that use this process. In the following graphic you can see the basic structure of a recursion function.

Recursion

6 min read

Basic concepts of recursion
Basic concepts of recursion
Recursion

6 min read


Oct 7, 2021

Mutable and Immutable objects in Python

Introduction There is a common expression about Python, and it is: “Almost everything in Python is considered as an object.” This expression is almost self-explanatory, but to have a better idea about its meaning, we must define what an object is. An object is a collection of data (variables) and…

8 min read

Mutable and Immutable objects in Python
Mutable and Immutable objects in Python

8 min read


Sep 24, 2021

How to create and use Dynamic Libraries in C language

Description of libraries A library is an assembly of pre-compiled pieces of code that can be reused in a program. Normally the library is indexed, so it is easy to find symbols (functions, variables and so on) in them. For this reason, linking a program whose object files are ordered in libraries is…

Dynamic Libraries In C

8 min read

How to create and use Dynamic Libraries in C language
How to create and use Dynamic Libraries in C language
Dynamic Libraries In C

8 min read


Aug 26, 2021

What 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: ls -l *.c Before we start, it is important to define the meaning of the word shell. the shell is a program that takes commands from the keyboard and gives them…

6 min read

What happens when you type `ls -l *.c` in the shell?
What happens when you type `ls -l *.c` in the shell?

6 min read


Jul 14, 2021

C — Static libraries

Description of a library A library is a collection of objects that are made available for use by other programs. There Static Libraries and Dynamic Libraries. In this document you will find information about Static Libraries. The extension for static libraries is .a. A library is a file containing several object files, that can…

Static Libraries In C

5 min read

C — Static libraries
C — Static libraries
Static Libraries In C

5 min read


Jun 24, 2021

Compilation process using C

Compilation is a process of converting source code into object code. An important part of this process is the compiler. The compiler checks the source code for errors. If this code is error-free, the compiler generates the object code. In C language, gcc is the compiler. The compilation process has…

Compilation

2 min read

Compilation process using C
Compilation process using C
Compilation

2 min read

Juan Camilo Gonzalez

Juan Camilo Gonzalez

11 Followers

Mechanical Engineer learning software development.

Following
  • Moez Ali

    Moez Ali

  • Christopher Tao

    Christopher Tao

  • QuantumBlack, AI by McKinsey

    QuantumBlack, AI by McKinsey

  • javinpaul

    javinpaul

  • Codesphere

    Codesphere

See all (76)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech