Computer Programming and Analysis graduate, Niagara College 2026. Below are
the projects I have designed and built, each with its stack and exactly what
I was responsible for.
No frameworks, no page builder, no template. An animated particle
field in the hero that reacts to the cursor, a scroll progress bar, live
section tracking, and a lightbox on every screenshot. Made to work on a
phone first and to stay quick.
A full session tracking application for a pilates studio, replacing the
paper and spreadsheet system they were running on. Members and staff sign
in to their own accounts, sessions are booked and logged, client records
are kept in one place, and the reporting side turns all of it into
statistics on attendance and activity over time. What each person can see
and do is controlled by their role.
My role
Project lead across a team of five
Database schema, relationships and Entity Framework migrations
Authentication, roles and permissions with ASP.NET Identity
Controllers and Razor views across the application
An Android app for planning workouts, logging them live against a running
timer, and watching the numbers move over time. Runs fully offline,
storing every session in a local database on the phone.
My role
Everything: design, build, documentation and release
Local SQLite schema with versioned migrations
MVVM architecture across thirteen screens
Statistics and reporting over historical session data