-
Review Of 2021
“too many interests, too many exciting opportunities for learning, research, and thought. What a marvelous predicament! Not only is the end not in sight, the pace is not slackening. We have many future joys.”
Alex McRae | -
How My Views On Debugging Have Changed
As I reach the end of my degree at the University of Victoria (UVic) I have been reflecting on my experiences with different aspects of building systems. More recently I have started a rather complex operating system project which caused me to reflect on how my views of debugging have changed from the start of my degree until now.
Alex McRae | -
The Beauty Of Awk
I am obsessed with awk and if know awk you might know why. Awk does one thing and does it well. Awk handles text streams and processes them by matching on the columns of lines.
Alex McRae | -
Guide To Setting Up Vue With Phoenix 1.5
Setting up Vue with the Phoenix framework is oddly difficult, in this guide I walk through how I have done it.
Alex McRae | -
Traits Vs Interfaces
When learning Rust it’s often difficult to understand the differences between things you already know (interfaces) and the Rust alternative (traits). Hopefully, this post will clear up some of these differences.
Alex McRae |