Justin MasaydaReflection On My First-Year Capstone Project At Holberton SchoolWhat I’ve learned from my final project of Foundations at Holberton SchoolNov 5, 20211Nov 5, 20211
Justin MasaydaWelcome to the Internet of Things (IoT)A comprehensive overview of the Internet of ThingsAug 23, 202160Aug 23, 202160
Justin MasaydaRecursion VisualizedBecause pictures are worth a thousand wordsJul 11, 202112Jul 11, 202112
Justin MasaydaPython Objects, Classes, and MutabilityWhat every beginner must know about Python objectsMay 26, 20211May 26, 20211
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, 20213May 3, 20213
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, 20211Feb 3, 20211