New York City Metropolitan Area
Projects I worked on in my time at Flatiron:
Alexandria — https://www.youtube.com/watch?v=wA2RBYRZaFk
A solo project tool for uploading, comparing, and managing Magic: the Gathering decklists.
● Built Rails backend to manage a database that sends various search requests to an external API.
● Designed straightforward React interface, which allows for easy navigation.
● Implemented libraries such as Redux and React Router lend powerful functionality.
● Customized with Semantic UI and custom CSS to lay out this app in an eye-appealing but intuitive manner.
● Login and signup carefully curate what content is seen by which users.
Cook This — https://cookthis.herokuapp.com/
An app for scraping recipes and cooking along with them.
● Developed Rails backend to take a recipe URL and save an according database entry with all relevant attributes.
● Created React frontend that gives this app an easily navigable interface, which presents no learning curve.
● Collaborated with a partner, which helped me develop my pair programming and Git etiquette skills.
Swimmy Otter — http://swimmy-otter.herokuapp.com/
Whimsical vanilla JavaScript game about an otter dodging logs.
● Incorporated game development paradigmatic thinking, which exposed me to an entirely new way of coding.
● Utilized math and pseudo-physics, an entirely new problem set compared to website development.