Justin MasaydaReflection On My First-Year Capstone Project At Holberton SchoolWhat I’ve learned from my final project of Foundations at Holberton SchoolNov 5, 2021Nov 5, 2021
Justin MasaydaWelcome to the Internet of Things (IoT)A comprehensive overview of the Internet of ThingsAug 23, 2021Aug 23, 2021
Justin MasaydaRecursion VisualizedBecause pictures are worth a thousand wordsJul 11, 2021Jul 11, 2021
Justin MasaydaPython Objects, Classes, and MutabilityWhat every beginner must know about Python objectsMay 26, 2021May 26, 2021
Justin MasaydaStatic vs Dynamic LibrariesWhen programming, libraries are useful because they combine functions into a single location that can be referenced by future projects…May 3, 2021May 3, 2021
Justin MasaydaC Static LibrariesIn C, static libraries are files which contain a collection of object files (pre-compiled code). Libraries provide a few benefits. They…Mar 1, 2021Mar 1, 2021
Justin MasaydaThe C Compilation ProcessWhen the command gccis invoked on a C program, a series of translations occur which transforms C code to an executable file:Feb 4, 2021Feb 4, 2021
Justin MasaydaSymbolic Links & Hard LinksIf you’re new to working with Linux or other Unix-like OS, you’ve likely encountered symbolic links and hard links, so it’s a good idea to…Feb 3, 2021Feb 3, 2021