Ashley PriceThe Hunt For Broken ArrowAs the end of our foundations year at Holberton approaches, we were given the task of completing an MVP. Our project aimed to replace the…Jun 24, 2021Jun 24, 2021
Ashley PriceRecursion IllustratedWhat is recursion? Recursion is the act of repeating items in a self-similar way. In programming, it is done by a function being called…Feb 10, 2021Feb 10, 2021
Ashley PriceDynamic Libraries!A library is a file containing several object files, that can be used as a single entity in a linking phase of a program. Linking a…Dec 15, 2020Dec 15, 2020
Ashley Pricels -l ExplainedInside the shell, there are several methods of going about acquiring information. There’s a shortcut for just about anything. Here, we’ll…Nov 22, 2020Nov 22, 2020
Ashley PriceHard link vs symbolic linkWhat is a hard link and a symbolic link? Basically, a hard link is a mirror copy of the original file whereas the symbolic link is an…Sep 15, 2020Sep 15, 2020
Ashley Pricels *.c explainedWhen you’re working in the shell, there are several different ways to get information. Depending on what you’re looking for, there is…Sep 15, 2020Sep 15, 2020
Ashley PriceWhat Happens When You Type GCC main.c?First let’s understand what GCC is. GCC stands for GNU Compiler Collection. GCC is a set of compliers used to build programs and make them…Jun 16, 2020Jun 16, 2020