Open in app
Home
Notifications
Lists
Stories

Write
Piero Gomez
Piero Gomez

Home

Nov 13, 2021

Specialization: How important is it?

Jobs related to STEM (Science, Technology, Engineering, and Mathematics) professions are constantly growing and graduates in these fields are in high demand. In the technology field, the most demanded professions today have to do with software development and computer science. In this short article, I will talk about the knowledge…

Sofware

4 min read

Specialization: How important is it?
Specialization: How important is it?

Oct 11, 2021

About a postmortem.

“A post-mortem is a very powerful tool; it is a great opportunity to learn about yourself and other people.” Summary It happened on the night of 01/10/2021. The web server that is responsible for serving a Wordpress based portal stopped working from 12:00 am to approximately 12:25 am (UTC-5). When making…

Servers

4 min read

About a postmortem.
About a postmortem.

Aug 23, 2021

Internet of Things (IoT) — What is IoT?

In simple terms, the Internet of Things represents all everyday devices interconnected with each other through the Internet. We live in a digital world in which new devices are connected to the network every day. With the miniaturization of electronic components and their increasingly accessible access, many of the household…

Internet Of Things

6 min read

Internet of Things (IoT) — What is IoT?
Internet of Things (IoT) — What is IoT?

May 11, 2021

What is the difference between static and dynamic libraries?

This is a brief summary of static and dynamic libraries, how they work, how to create them, and how to use them in your projects. Let’s start defining, what is a library? It is a compilation of the prototypes of functions that we use in our programs, the functions in…

Linux

4 min read

What is the difference between static and dynamic libraries?
What is the difference between static and dynamic libraries?

Mar 8, 2021

Static libraries in C.

This is a short review about static libraries in C programming language. Just like the classic book libraries, computer programming languages also have the particularity of having libraries. …

Programming

3 min read

Static libraries in C.
Static libraries in C.

Feb 4, 2021

What is the difference between a hard link and a symbolic link?

Links allow us to access files or folders easily, without the need to scroll through the entire directory hierarchy. In Linux operating system, a link can be of two types, hard or symbolic. What is a hard link? A hard link is a file that points to the same content where…

Linux

2 min read

What is the difference between a hard link and a symbolic link?
What is the difference between a hard link and a symbolic link?

Feb 4, 2021

What happens when you type gcc main.c?

If we want to know what happens when you type gcc main.c , we need to know some previous concepts, such as how the “GCC COMPILER” works. GCC is the GNU compiler system, which is used in many different high-level languages, including C, C++, Objective C, among others. “main.c” is…

C Language

2 min read

What happens when you type gcc main.c?
What happens when you type gcc main.c?
Piero Gomez

Piero Gomez

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable