Open in app

Sign In

Write

Sign In

Mauricio Sierra Cifuentes
Mauricio Sierra Cifuentes

Home

About

Jun 24, 2021

Edu Inspector in colaboration with Code Inspector

Our project sought to create a user friendly and manageable web interface which would allow users to create rooms and invite participants who receive their credentials via email, and through their user session to use the power of the Code Inspector API to evaluate their code, receiving all kinds of…

4 min read

Edu Inspector in colaboration with Code Inspector
Edu Inspector in colaboration with Code Inspector

4 min read


May 17, 2021

Postmortem

## Issue Summary Cervalle S.A. users began to report connection problems with the accounting program database and production software, others reported that they could not access shared network resources, and local files on the computers were also reported to be inaccessible. ## Timeline * 8:00am invoicing users reported a problem…

3 min read

Postmortem
Postmortem

3 min read


Apr 26, 2021

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

Have you ever wondered how your computer does to bring the web page you want? for example, do you know what happens when you type www.holbertonschool.com? It is a simple but complex process and to understand it we are going to divide it into parts, let’s start by knowing: What is a browser? A…

4 min read

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

4 min read


Jan 13, 2021

Python3: Mutable, Immutable… everything is object!

Introduction Objects have individuality and multiple names, they can be linked to the same object, this is known as aliasing in other languages, this is not apparent at first sight in python and it can be easily ignored when dealing with basic and immutable data types such as numbers , strings…

3 min read

Python3: Mutable, Immutable… everything is object!
Python3: Mutable, Immutable… everything is object!

3 min read


Dec 16, 2020

Differences between static and dynamic libraries.

Static Libreries: Static linking is the process of copying all library modules used in the program into the final executable image. This is performed by the linker and it is done as the last step of the compilation process. The linker combines library routines with the program code in order to resolve…

4 min read

Differences between static and dynamic libraries.
Differences between static and dynamic libraries.

4 min read


Nov 25, 2020

What happens when you type ls -l in the shell

What is a Shell? In computing, a shell is a computer program which exposes an operating system’s services to a human user or other program. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer’s role and particular operation. …

4 min read

What happens when you type ls -l in the shell
What happens when you type ls -l in the shell

4 min read


Oct 15, 2020

Static libraries

As we make computer programs, we realize that some parts of the code are used in many of them. For example, we can have several programs that use complex numbers and the functions of addition, subtraction, etc. are common. …

3 min read

Static libraries
Static libraries

3 min read


Sep 16, 2020

What happens when you type gcc main.c

The GNU Compiler Collection (GCC) is a compiler system produced by the GNU Project supporting various programming languages. GCC is a key component of the GNU toolchain and the standard compiler for most projects related to GNU and Linux, including the Linux kernel. The Free Software Foundation (FSF) distributes GCC…

Gcc

2 min read

What happens when you type gcc main.c
What happens when you type gcc main.c
Gcc

2 min read


Sep 16, 2020

What happens when you type ls *.c

first let's divide and study the ls * .c command in parts:ls*.c ls | * | .c The ls command lists the content and optional information for directories and files. Running the ls command with no options lists the files contained in the current directory, sorting them alphabetically. …

4 min read

What happens when you type ls *.c
What happens when you type ls *.c

4 min read

Mauricio Sierra Cifuentes

Mauricio Sierra Cifuentes

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech