Andres PulidoWhat happens when you type a URL in the browser and press enterToday I will be explaining a commonly used question technical job interview, Whether you are applying for an engineer, developer, marketer…Jan 7, 2021Jan 7, 2021
Andres PulidoPython: Mutable, Immutable… everything is an object!In Python, everything is an object, and everyone who wants to learn Python should understand from the beginning that objects in this…Sep 30, 2020Sep 30, 2020
Andres PulidoCreating and using Dynamic Libraries in “C”Not long ago, I wrote a detailed explanation of how to create and use static libraries, just in case you need a refresher, please check it…Sep 8, 2020Sep 8, 2020
Andres PulidoTracking the step by step of the “ls” command in the ShellThe Shell is a user’s program that communicates with the system kernel through commands prompt from the user and then later interpreted in…Aug 20, 2020Aug 20, 2020
Andres PulidoWorst abuse of the C preprocessor Contest 1986 (IOCCC)IOCCC (The International Obfuscated C Code Contest) is an annual programming contest with an obfuscated C code.Jul 15, 2020Jul 15, 2020
Andres PulidoinDev GeniusHow to Create and Use a C Static LibraryA static library is always available when invoked by the program, In this article, I will explain what static library is, how do they work…Jul 5, 2020Jul 5, 2020
Andres PulidoWhat happens when you type GCC ‘printf.c’.Firstly, let’s talk a little bit about C. This is a multipurpose programming language developed by Dennis Ritchie at the Bell Laboratories…Jun 11, 2020Jun 11, 2020
Andres PulidoHard links and Symbolic links — easy explanationHard and symbolic links refer to a file in the same hard drive and those methods are part of any filesystem that organizes what it is in…Jun 9, 2020Jun 9, 2020
Andres PulidoLearning Shell : What hapens when you type ‘ls *.c’ in your shellWhen you first type the ls command it will list all the files in the current directory, awesome right?!, if you actually want to go a bit…Jun 9, 2020Jun 9, 2020