Programming
About

Programming has not only been the primary facet of my studies in Computer Science, but has also been a distinct passion of mine ever since I started learning about it in middle school and high school. From developing games to creating parsers and interpreters, I've always been super interested in developing my own programs and creating awesome products for users.

Projects
Foo Fighters: Truth Serum
Full-stack lie detection web application.
Created as part of my CS 555 Agile Methodologies class, Truth Serum is a lie detector app built with React.js, MongoDB, and Python, all with Agile methodologies. It takes in .csv data from EEG equipment and compares it against an ML-model. Truths/lies can be organized into separate detections, which can then be organized into separate sessions. If results are incorrect, it triggers the model to retrain with the new data.
HTML
CSS
JS
MongoDB
Node.js
React.js
View Project
BarterBuddy
Full-stack platform for bartering/trading stuff between college students
Created as part of my CS 546 Web Programming class, BarterBuddy is a fully functional web server with support for user registration/login, image hosting, item creation, trading, and so much more.
HTML
CSS
JS
MongoDB
Node.js
View Project
Portfolio Website
Full-stack website showcasing my abilities/skills/projects.
A.K.A. the very site you're on right now! Created originally with raw HTML, CSS, and minimal JS, it was rebuilt from the ground up using a modern JS framework for ease of use, accessability, and server-side-rendering.
HTML
CSS
TypeScript
PostgreSQL
Next.js
Node.js
NextUI
Tailwind CSS
Stevens M&T Website
Full-stack website serving as a hub for Stevens Music and Technology Students.
A hub website for Stevens Music and Technology students to connect with each other, listen to student bands and music, and find upcoming events and opportunities.
HTML
CSS
TypeScript
Next.js
Mantine
Tailwind CSS
View Project
Propositions LIVE
Java Application
Propositions Live is a program designed to parse, interpret, and evaluate logical propositions and propositional statements. Programmed in Java, it is designed to take in propositional statements from the user, and either detect and point out any syntax errors, or evaluate the given propositional statement.
IntelliJ IDEA
Java
View Project
Death Machine CPU
ARMv8 CPU Simulator
The Death Machine is a 16-bit ARMv8 CPU using C++ to parse assembly instructions & user-input as well as Logisim Evolution to simulate execution of the instructions. This project was created in conjunction with Clare O'Brien for our class in Computer Architecture and Organization.
C++
ARMv8
View Project