Redis-Inspired In-Memory Database
July 2025- September 2025
Built a high-performance key–value data store with support for multiple data structures, TCP client-server communication, and RESP protocol parsing.
Implemented multi-replica propagation, publish–subscribe messaging, and geo-location commands.
Fuly translated data type features such as Streams, Transactions, Lists, Sorted Sets, and Geo-location commands
Tech Stack: C++.
Github
Laguna Ocean Foundation Web Application
September 2023-March 2024
A Web Application for the Laguna Ocean Foundation with the purpose of finding a better way to educate the public on conservation efforts for marine life near the tidepools. Including a map for viewing the different tidepools in the area, a field guide with information from all organisms present as well as detailed pages for the history of the area, and the different locations.
Tech Stack: Expo using React Native, JavaScript, HTML, and CSS for Front End, Firebase for Back End, utilized Google Maps and NOAA Tidepool Prediction APIs.
Github
Investigation of Classification Methods for Fashion-MNIST
January 2024-March 2024
A Research Paper with the purpose of investigating multiple different machine learning methods on the common dataset Fashion MNIST while comparing a vast number of parameters, biases, and weights.
Tech Stack: Experiments were ran using Scikit-Learn for Python, with visualization of results made using R.
Link
Web Crawler with Search Engine
March 2023-June 2023
Developed web crawler which reads through a corpus of over 10,000 documents while following politeness for every domain with a connected search engine which returns an accurate list of responses from user queries in less than 300 milliseconds using a page ranking algorithm.
Tech Stack: Both the Web Crawler and the Search Engine were designed using Python with the search engine using command line interface to display results to user.
Github
Task Oriented Calendar Application
March 2024-June 2024
A Calendar Web Application that is less event driven and more task driven, integrating the functionality of a traditional calendar application with a to-do-list as well as links for any resources in order to organize everything in one place!
Tech Stack: Pocket Base for Backend User Database, Tailwind and Typescript for Front End, developed on NextJS .
NutriAid
March 2024-June 2024
A Design Project for a fully functional nutritional assistance application made to combat the stigma of calorie counting by focusing less on counting specific calories and more so on tracking eating and exercising in general.
Tech Stack: Designed with Figma with prototype being made with JavaScript, HTML, and CSS.
Tile Matching Game Environment
January 2024-March 2024
Designed and developed a flexible game environment which supports multiple users and incorporates industry standard design patterns while allowing flexibility for future development.
Tech Stack: JavaScript, HTML, CSS, Agile, Scrum