Projects

Here are some of my current and past projects.

RPI Ambulance Website
github

Maintained, updated, and then rewrote rpiambulance.com, a website integral to EMS operations. The revamped website is built with Angular, using Keycloak for authentication, as well as Node.js and Directus for backend services. The old website used AngularJS, PHP, and MySQL. Also used Docker and Github for development and version control.

911 Incident Data Parser

Hired to create a Java application to parse over 7,000 pages worth of 911 incident data from Rensselaer County, NY. The program has been used in efforts to analyze and improve the system for emergency medical responses in the county.

Independently Moving Object Detector

Used OpenCV and PyTorch to build and train a fully convolutional neural network used to detect objects and perform instance sgementation on images taken from both stationary and moving cameras with greater than 90% accuracy.

Encrypted Messaging App

Used ASP.NET and the SignalR library to create a real-time encrypted chat app, using end-to-end hybrid symmetric/assymetric encryption to keep messaging secure. Deployed to Azure App Service using .NET Identity to manage user access.