Aleia DeVoreA Meet Lumi Cue-teDeveloping an Alexa Skill Using Timers and Smart LightsJun 23, 2021Jun 23, 2021
Aleia DeVoreA (mostly) stress-free guide to recursionRemember in elementary school how there was always that one topic that the kids in the grade above would warn you about? They’d whisper…Feb 15, 2021Feb 15, 2021
Aleia DeVoreDynamic and static libraries in CWhen working on large projects, it can be frustrating to compile many files together. This is even more of an issue when sharing the files…Dec 15, 2020Dec 15, 2020
Aleia DeVoreA deeper dive into the shellWhat happens when you type a command like ls -l into the shell?Nov 22, 2020Nov 22, 2020
Aleia DeVoreA Beginner’s Guide to Static Libraries in CYou’ve done it: you worked tirelessly on a series of functions to plug into your main file, but now you’re typing a rambling stream of…Oct 12, 2020Oct 12, 2020
Aleia DeVoreCompilation ContemplationBefore using any C program, it is essential to first compile it. While a simpleSep 17, 2020Sep 17, 2020
Aleia DeVoreDo you c what I c?What do you do when you only want to see the c files in your directory? With a simple string, you can filter only the desired files to…Sep 15, 2020Sep 15, 2020
Aleia DeVoreHard Links Versus Symbolic LinksWhen linking files in a Linux system, it’s important to think about your goal. Are you trying to save an exact copy of the file? Are you…Sep 15, 2020Sep 15, 2020