Recent Posts

Remainder vs. Modulus

4 minute read

I’ve been doing HackerRank exercises lately, and came across this question. Please note that this blog post uses Java 8, so YMMV when using other languages. ...

Responsive Discord Help Commands

6 minute read

In this post, we design and implement a different approach to interacting with a help command. You would think that the help command would be one of the easi...

Downloading IBM Bigfix CSVs

3 minute read

I was given a task by my boss to find a way to download data from our BigFix server. The data was a web report in the form of a CSV, and was relatively easy ...