Portfolio
- Multi-line Slot Machine Paylines. A PHP project to generate all 243 possible combinations on a five-reel slot machine with three positions per reel. (Code on GitHub)
- Final Project for Web Development Intensive at NYU (course INFO1-CE9742). The purpose of this project was to use the technologies learned in the course to create a site containing five to six pages. Due to limitations at my current web hosting provider, login and registration do not work, but all other components are functioning. (Code on GitHub)
- Final Project for Advanced Client Web Development Intensive at NYU (course INFO1-CE9800, a module of Advanced Web Development Intensive, course INFO1-CE9803). The purpose of this project was to show programming ability, not visual design. Topics covered include responsive design, jQuery and jQuery UI, AJAX and JSON, using a YouTube API, and using a Google Maps API. (Code on GitHub)
- Final Project for Advanced PHP with MySQL at NYU (course INFO1-CE9420, a module of Advanced Web Development Intensive, course INFO1-CE9803). I created a simple legal e-billing system, which reads, parses, and validates a legal-industry-standard invoice file and stores the data in a database. The project allows retrieval of the successfully uploaded data. Due to limitations at my current web hosting provider, the project will not work on the site, but you can find the code on GitHub. (Some utility components of this project—including ajax.js, dump.js, table.js, and objConvert.js—are not my creations).
- My first AngularJS Project. Populate an unordered list with list items entered in a text input. (Code on GitHub)