BigTacToe - Play Game | Source Code
A passion project I worked on based off a game I like to play with friends: Ultimate Tic-Tac-Toe. Still a work in progress, but I have fun programming it.
Song Quotes - Releases | Source Code
Desktop app built with JavaFX to save and manage song quotes from your favorite artists.
TCI Client Fee Scheduler - Website | Source Code
Built for my role at TCI Wealth Advisors, this website calculates the billing schedule for clients of the firm.
C++ BlackJack - Source Code
Built for a Comparative Programming Languages class, the purpose of this program was to be able to learn a new language and create a program within a small timeframe. This program lets the user play blackjack as a console game.
Movies Graph - Website | Source Code
This website uses the d3 library to create graph visualizations based on an undirected movie dataset
Huffman Encoding - Source Code
This program enables you to encode a string to binary using the huffman encoding algorithm. This algorithm uses significantly less space than encoding every character as 8 bits.