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…