Open in app
Home
Notifications
Lists
Stories

Write
Cristian Fayber Pinzon Capera
Cristian Fayber Pinzon Capera

Home

Aug 22, 2021

(IoT)Internet of things — the purpose to connect everything

For achieve this, the internet is the most important ingredient to exchange data with systems and other devices. These devices range from common household items to sophisticated industrial tools. …

Io T

4 min read

(IoT)Internet of things — the purpose to connect everything
(IoT)Internet of things — the purpose to connect everything

Jul 4, 2021

Recursion — The best way to simplify some problems

The sense of recursion will make several processes that in simple code become less difficult to write, so we will explain here its meaning, importance and how to use it when necessary. What is Recursion The process in which a function calls itself directly or indirectly is called. It is the recursive process…

Recursion

4 min read

Recursion — The best way to simplify some problems
Recursion — The best way to simplify some problems

May 24, 2021

Mutable, Immutable… everything is object!

Some curiosities of Python in the assignment of values Introduction This high-level language facilitates many processes that can be reduced in a few lines of code. However, when we are talking about assigning values, we must consider that if done in a certain way, can happen unexpected responses, this can be…

Python

5 min read

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

May 4, 2021

Differences between static and dynamic libraries

All you need to know about this… Why using libraries in general? Many times we find that the same portion of code is used in different parts, which is not a good practice, mainly we refer to function codes that serve as solutions for various situations in logic. …

Static Libraries In C

5 min read

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

Mar 6, 2021

C static libraries

What you need to know about static libraries in C Whait is it? A is a compiled object file containing all symbols required by the main program to operate (functions, variables etc.) as opposed to having to pull in separate entities. What contain? This could be classes, functions, procedure, scripts, configuration data and more. Why I use this? A…

C

3 min read

C static libraries
C static libraries

Feb 8, 2021

What happens when you type gcc main.c

Before explaining each step of the process, we will answer the meaning of this command GCC — GNU Compiler Collection Before it originally meant “GNU C Compiler”, it is an integrated compiler of the GNU project for C, C ++, Objective C, and Fortran; it is capable of receiving a source program in any of…

Gcc

3 min read

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

Feb 6, 2021

Differences between Hard Link and Symbolic Link — Linux

Before talking about the differences, I want to make known the meaning of each one Hard link A hard link is merely an additional name for an existing file on Linux or other Unix-like operating systems. Any number of hard links, and thus any number of names, can be created for any…

Symbolic Link

3 min read

Differences between Hard Link and Symbolic Link — Linux
Differences between Hard Link and Symbolic Link — Linux
Cristian Fayber Pinzon Capera

Cristian Fayber Pinzon Capera

iSeries Developer, Holberton Student

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable