
Messaging App
Participated in the development of a messaging app that delivers real-time alerts to users regarding their food intakes using a backend HTTPS server, Firebase Cloud Messaging and a mobile frontend.
The application is publicly available on the Apple iOS and Android platforms.
Translated and localized the app interface text from English to Spanish, maintaining consistency in terminology and improving accessibility for Spanish-speaking users.

Basketball Data Analysis Project
• Explored machine learning methods to improve our understanding of aspects of the game of basketball. In particular, presented a novel approach to modeling team interactions in time and space.
• Developed my methods in Python to illustrate the benefits of my approach.
• Used the public NBA movement data of https://github.com/sealneaward/nba-movement-data, which includes SportVU movement tracking data (season 2012-2013)

Battleship
Developed a responsive, interactive Battleship app featuring classic naval combat gameplay.
Engineered robust game state management, dynamic grid rendering, and an intelligent AI opponent logic.