Quality Assurance engineer, AI content creator, and filmmaker. I'm excited to work on projects that push arts and entertainment forward with generative AI.
Strong background in QA, everywhere from hardware to software, gritty startups to Fortune 500s—I see what everyone missed.
A RESTful API with full CRUD functionality that pulls from the New York Times monthly bestsellers API and builds a MERN database with a React frontend. Users can browse the collection, sign up for an account and login to add, edit, or delete a book from their library, and leaves reviews and ratings. A user can also purchase a book from a selection of retailers.
A RESTful API that builds a database of about 3,500 rappers pulled from Wikipedia. A Python trawler scrapes Wikipedia and outputs the results to JSON, then this data is seeded into a database built using the MERN stack.
A music memory game. The user listens to a random, programmatically generated tune and must recreate it on a DAW-style mixing board.
A user-friendly webpage allows the user to choose an exact height and width, either by direct entry or by dragging the edges of the image box, to generate a random stock photo from the Lorem Picsum API
Tic Tac Toe. Keeps code simple by summing arbitrary ints over an array to test winning condition.