Posts
Every C++ Feature You …
EDIT:
I started this blog post in November, then I got sick, and advent of code has started. I’ll continue updating this blog post, but for now, I want what’s already done published more than I want to wait on a complete post. I’ll update this with what I need whenever I get the …
What Language am I using …
Advent of Code 2023

First, a Short Story
Pretend you’re me, a few months from now. You log into work at the startup that employs you, and you start working on yesterday’s ticket. By chance, you log into AWS console to test something. You notice something on your way to whatever service …
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.