Open in app

Sign In

Write

Sign In

Paola Andrea Garcia Altamirano
Paola Andrea Garcia Altamirano

1 Follower

Home

About

Feb 20, 2022

POSTMORTEM

What is a post- mortem? A post-mortem is where a team reflects on what went wrong with something they did, and documents it and/or amends their process to stop it happening again. Did a software release go bad? Let’s break down a timeline of where things started to go wrong…

2 min read

2 min read


Jan 23, 2022

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

Currently connecting to the internet has become such a basic and daily activity that people do not dimension the process that must be carried out so that when google.com is written in the browser. …

2 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

2 min read


Jan 1, 2022

INTERNET OF THINGS (IoT)

The internet of things is the process that allows physical elements of everyday life such as household appliances, accessories and some medical devices to be connected to the internet. This works because the systems of the physical devices can receive and transfer information over wireless networks with minimal human intervention…

IoT

2 min read

INTERNET OF THINGS (IoT)
INTERNET OF THINGS (IoT)
IoT

2 min read


Nov 13, 2021

Recursion…

Recursion is when a function calls itself. This is called recursion. - It is a different alternative to implement repetition structures (cycles). Modules make recursive recursive calls are made. - It can be used in any situation in which the solution can be expressed as a sequence of can be…

2 min read

Recursion…
Recursion…

2 min read


Oct 7, 2021

Python3: Mutable, Immutable… everything is object!

In Python there is a great variety of concepts that until today we had not had in our lexicon, but when we start this journey of object-oriented programming we must become familiar with them as they are a great basis for our knowledge. …

3 min read

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

3 min read


Sep 25, 2021

Static and dynamic libraries

Libraries contain the object code of many programs that allow you to do common things, such as read the keyboard, write on the screen, handle numbers, perform mathematical functions, etc. Libraries are classified by the type of work they do, there are input and output libraries, mathematical libraries, memory management…

5 min read

Static and dynamic libraries
Static and dynamic libraries

5 min read


Jul 14, 2021

Static libraries in C language

By Paola Andrea García Altamirano. Also called object-libraries, they are collections of (compiled) object files grouped into a single file with the extension .lib, .a, etc. together with one or more header files (generally .h). Static libraries are .a file, All code related to the library is in this file…

2 min read

Static libraries in C language
Static libraries in C language

2 min read


Jun 22, 2021

Learning GCC

We must know that GCC contains a series of compilers which are useful for compiling programs written in C, C ++, Java and Objective C among others. GCC was originally written as the compiler for the GNU operating system. GCC has four stages Preprocessing, compilation, assembly and connection

2 min read

Learning GCC
Learning GCC

2 min read

Paola Andrea Garcia Altamirano

Paola Andrea Garcia Altamirano

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech