Welcome to my portfolio. Here you will see a straight forward list of projects that I've felt should be put forward for your attention, attached to short descriptions of how they were put together and what I learned through it. I am interested in pursuing a career in software development. You can find my contact information and repository at the top of the webpage.
-
Hangman
This project was created as a foray into AJAX, and to nest one Sinatra app into another (this website). The keyword will be selected from a server-side wordbank upon loading the page. All of the guess-checking logic is done server-side upon an AJAX request from the front-end, and the data regarding matches is sent back. The front-end has no access to the keyword, so no cheating. Also, losing is fun.