Posts
Ruby Parameter Passing: A …
Ruby Variables: A Quick Reference

This is meant to be a quick reference to bookmark if you don’t work on Ruby code all that often, it’s not meant to be a deep dive into the language
Passing Values into Functions
There are several ways to pass values into functions.
Regular Parameter …
Dvorak Part 2
Dvorak Part 2
Like many Canadians, I recently went home for Thanksgiving. Among the turkey, the home repairs, and the excitement of a new kitten, I got asked to do some general IT work for friends and family. Unfortunately, my nonstop use of the dvorak layout in the last 3 months has completely …
Haskell Tutorial Part 2
Haskell Tutoriall Part 2

In this part 2 of our Haskell tutorial, I’m going to show you how to install Haskell from scratch on your computer.
Part 1: Install GHCUP
For this tutorial, we’ll be using ghcup, an all-in one tool to install
the following
- the ghc compiler (haskell’s most …