Noah Loomans

I like to write tutorials, right now all of these are intended for fellow students at Codam but I may create more general tutorials later.

Makefile tutorial 2.0 2021-06-16

The new and improved Makefile tutorial, for beginners and intermediates alike. Topics covered include pattern matching, compiling from and to different directories, header dependencies, and variables.

How to work from home, Codam edition. 2020-03-13

The Codam staff has recommended everyone to work from home if possible. Because not everyone has a development environment setup to work from home, I thought I would create a quick guide.

Valgrind on Mojave using Docker 2019-11-29

Valgrind is a very useful tool that allows you to spot memory leaks, memory corruptions and other bugs in your program which would have otherwise been difficult to find and track down. Here is an example error Valgrind can generate: