Portfolio
Contract Projects
Orchard Press (2020-2020)
A web application for a new independent publishing company. The client wanted a simple modern style with the ability to browse authors and purchase books through Stripe. The client also wanted an optimized SEO, which made GatsbyJS a great choice. The project was completed successfully, and many orders have already been placed!
Personal Projects
Street Byter (2019-Present)
Deployment Coming Soon!
A web application which allows users to race each other in real-time to solve coding problems. Additionally, there are “battle” features which enable players to freeze their opponents screen, swap code, and more fun! User code is run on an AWS EC2 instance where Docker containers are instantiated to safely run the code and return the result to the client.
Jamie Chat (2018-Present)
Deployment Coming Soon!
A chat application designed to fetch YouTube videos, tweets, Wikipedia articles, and gifs related to the conversation in real-time. Utilized Google's Natural Language API to decompose chat messages into the sentiment and salience of the subject matter. Then, based on a custom algorithm, a specific API request is made to a media platform and the result is rendered to the users.