C# Blazor Heads Up Display

My boss gave me the idea for this project. Recently we switched to a different ticketing software at my work. This new software, RepairShopr, has a pretty extensive API. This let me create this site. The idea behind the project was to create a website that would be displayed on Read more

Algorithm Visualizer With Java

I recently created an algorithm visualizer in Java using JavaFX. It’s a desktop application that demonstrates various sorting, path-finding and maze-building algorithms. You can check out the source code on my Github. This post is going to be more of an expose of the project and less of a tutorial Read more

Java Reflection Library Pt. 1

In this series I want to take a deep dive into the realm of the Java reflection library. This library contains features that can give you immense power when used correctly. However, as we all know, with great power comes great responsibility. This is my fair warning that I am Read more