Personal Finance Reading List

Hello All, I’ve been meaning to compile a list of the best personal finance readings I’ve encountered thus far, both for personal reference and to give out to those interested. I expect to update this list as the years go...

Projects: Othello Bot

For this project, I created an Othello bot in java for a class project that uses alpha-beta pruning and heuristics to play Othello strategically. The bot, AlphaBetaBot3, won the class competition (AI 2015), and after I played it against several...

Life Lesson: Commit early and commit often

Hi All, I just wanted to share a quick life lesson(s). First, if you don’t use version contol, shame on you. Please do it now! It will save you thousands (millions?) of headaches. I would highly suggest learning Git and...