• Dec 18, 2022

    The Beginner's Guide to Advent of Code 2022

    Hello Coders! I am a believer that the Advent of Code is for EVERYONE! It is an excellent way to practice your problem solving skills, collaborate with others, and LEARN.

  • Nov 23, 2022

    Refactoring a Chess Program in C#

    I want to take you with me on a journey in which I refactor a Chess program that was written by a novice coder. The original source code is spaghetti code with the majority of the functionality crammed into a single main method. But, I really do not want to judge the original code. We have all been there at one point or another, especially in the early stages of learning.