Jo PintaFull-Stack Software Engineer means you’re comfortable interacting with any layer of the stack.Let’s practice by exploring the infrastructure side (network, servers, security…) of the question.Jan 24, 2022Jan 24, 2022
Jo PintaShare your knowledge — RecursionRecursion is the process of repeating items in a self-similar way. Just call a function inside the same function to perform a task. They…Nov 6, 2021Nov 6, 2021
Jo PintaC is an imperative (procedural) language.GCC is a compilator that recibes a program and generates a binary program in the machine language . GCC stands for GNU’s not Unix Compiler…Jun 21, 2021Jun 21, 2021
Jo PintaWhen Guido Van Rossum designed the lenguage he wrote: “One of my goals for Python was to make it so…Id and TypeJun 1, 2021Jun 1, 2021
Jo PintaDoubly Linked ListsIs a list that concist in a bunch of node ans each node is going to hold data.May 6, 2021May 6, 2021
Jo PintaShell specifics: Will read from that command typed as input in the terminal and execute itIs a program that converts commands into instructions to the operating system to manage the running process.Apr 14, 2021Apr 14, 2021
Jo PintaStatic LibrariesIn this article you will find useful information regardind Static LibrariesMar 6, 2021Mar 6, 2021
Jo PintaC Programming: The Four Stages of CompilationThe C programming language, which was created by Dennis Ritchie, is one of the most used programming languages in the world. It is a very…Feb 3, 2021Feb 3, 2021
Jo PintaThere are two types of links based on what is explain next; each of the files in Linux is…When creating a file, the name given is where the Symbolic Link points, not to the Inode comparing waht Hard Link does.Feb 3, 2021Feb 3, 2021