Jaime Andrés Aricapa PérezWhat’s the Big Deal about STEM careers and Machine Learning?Hello reader, welcome to this post about the world of STEM careers and how they relate to the world of Machine Learning. Currently, I am…Oct 10, 2021Oct 10, 2021
Jaime Andrés Aricapa PérezMy first postmortemThe post-mortem blog consists of the examination and investigation of our project which is “web_stack_debugging_3”.Oct 1, 2021Oct 1, 2021
Jaime Andrés Aricapa PérezDo you know what happens when you type a web page in your browser and hit enter?As the humankind evolved, their tolls required to survive evolved too. One of them is the communication, one of the most significative…Sep 1, 2021Sep 1, 2021
Jaime Andrés Aricapa PérezWhat is the Internet of Things (IoT) and what would you need to know about itIoT is a new topic and somewhat complex to understand the first time it is explained. And the more complex it becomes over time, possibly…Aug 19, 2021Aug 19, 2021
Jaime Andrés Aricapa PérezA brief explanation about what a recursion isWhat is recursion?Jun 16, 2021Jun 16, 2021
Jaime Andrés Aricapa PérezPython3: Mutable, Immutable… everything is object!Hello reader, I hope you like this post about the Python’s habit to see everything as an object.May 23, 2021May 23, 2021
Jaime Andrés Aricapa PérezHow to create and use dynamic libraries in CThe dynamic libraries consist of separate files containing separate pieces of object code. These files are dynamically linked together to…May 3, 2021May 3, 2021
Jaime Andrés Aricapa PérezWhat happens when you type ls -l in the shell?This article will talk about how the shell works when the user writes in the terminal the command ls -l.Apr 12, 2021Apr 12, 2021
Jaime Andrés Aricapa PérezWhat is a Static library in C and how to use it?Libraries in programming include a lot of functions that can be referenced any time. These libraries hold functions, variables and more…Feb 28, 2021Feb 28, 2021
Jaime Andrés Aricapa PérezBeginner Programming Mysteries: What happens when you type gcc main.cDo you know how is the compilation process in the C language? If you are curious to know more about it, this post is for you.Feb 3, 2021Feb 3, 2021