Sorting algorithms are a very interesting topic. There are several of them out there, getting from as simple as bubble sort, to as complex as radix sort. This post will...
[Read More]
C# is a pretty cool language. It is made by Microsoft, and is run within a sort-of virtual machine called the Common Language Runtime (CLR for short). I don’t want...
[Read More]
I remember when I was a beginner programmer, I would always expose the fields of my classes. I did this because in my head, I would think something along the...
[Read More]
So on November 5th, I was in a competition called Devathon. Devathon is a 24-hour (technically 25 because of the DST switch) competition to make a Minecraft plugin that fits...
[Read More]