PinnedThe story behind “MatchGame”Making a matching app as our portfolio project in only six weeks end up fun and productive. And especially we learn a lot. When we decide what we want to do we think that the gaming community increased a lot since the start of the pandemic, and we decide to…Holberton School3 min readHolberton School3 min read
Oct 10, 2021PostmortemBelow is a postmortem for one of the web-stack debugging projects for Holberton. A simple website was returning a 500 status code (a server error) to any GET requests. We were asked to identify the problem and asked to create a Puppet script in order to solve the problem. Summary: Apache…Debugging2 min readDebugging2 min read
Oct 9, 2021What’s the Big Deal? SpecializationHello everybody, welcome to another blog, in this case i want to explain about a STEM position, but first we need to know that STEM stands for Science, Technology, Engineering and Mathematics. …Holberton School4 min readHolberton School4 min read
Sep 11, 2021What happens when you type holbertonschool.comHello and welcome to another blog, in this case i want to talk about What happens when you type https://holbertonschool.com/ on your browser and press enter We use Internet every single day for our daily tasks, for have some fun or for all kind of things. So much that we’re…Holberton School7 min readHolberton School7 min read
Aug 17, 2021Internet of… what?Hello everybody, welcome to another blog, in this case i’m going to write about Internet of Things or IoT What is Internet of Things? IoT refers to “Internet of Things” as even though it may sound as a vague oncept due to the simplicity of the world “things”, it could not be better defined. Because…Holberton School4 min readHolberton School4 min read
Jul 4, 2021Hello to myselfWhat is recursion? According to wikipedia and geeksforgeeks recursion is when something is define in terms of itself or of it’s type. In this case for programming we can say that recursion is a function that calls itself. In order to make a recursive function first we need to know…3 min read3 min read
May 26, 2021Everything is a object on pythonPython3: Mutable, Immutable… everything is object! — Hello and welcome to another blog in this case i’m going to talk about what i learned and why everything is a object in python. Objects in python follows the principle of “First-Class Everything”. …Holbertonschool2 min readHolbertonschool2 min read
May 4, 2021How to create and use Dynamic Libraries in CHello and welcome to another blog. In this case i want to talk to you about Dynamic Libraries. In my last article i give a explanation of how to create and use static libraries. If you want to read it, please check this blog! Static libraries in C A guide into characteristics, why is better use a library and how to create a static library.minipachru.medium.com Differences between a dynamic and a static libraryHolberton School3 min readHolberton School3 min read
Apr 12, 2021The story behind ls -l *.cHello and welcome to another blog, in this case. We are going to talk about what happens when we type ‘ls -l *.c’ Probably for a lot of people, ‘ls’ is the first command that you learn when you start learning Linux. As you can see ‘ls’ print all available…C3 min readC3 min read
Feb 27, 2021Static libraries in CA guide into characteristics and why is better use a library and how to create a Static library — Welcome to this blog, in this case i am going to talk about Static libraries in C but first we need to know what is a library Always we write code right, but sometimes we think that it’s too boring write all the functions that we require in every single…Holberton School5 min readHolberton School5 min read