Personal Projects
Patient Analyzer
Designed as a supplemental statistics program for a chiropractic office. The chiropractor’s patient management software lacked data analysis features. This program reads and writes to a networked database and performs more comprehensive statistical analyses that the user requested.
- Language : C#
- Framework : WinUI 3
- Platform : Windows
Media Importer
Used to import media like images and video from a hard drive or USB by scanning the selected input source and showing the user which files have yet to be imported to their selected destination (or its subfolders). Was designed for an environment where multiple users save to the same pictures / videos folder.
- Language : C#
- Framework : WinUI 3
- Platform : Windows
Word Solver
Provides solutions to the puzzles in the mobile game Wordscapes by generating all string permutations from the letters of an input string and then checking each against a dictionary.
- Language : C#
- Framework : Xamarin
- Platform : Android
Time Span
Helps users keep track of when events happened, and how much time has passed since they happened. Notifies the user when events have anniversaries.
- Language : Kotlin
- Framework : Jetpack Compose / Android Studio
- Platform : Android
Bowling Stats
Records scores from bowling games and then calculates statistics pertaining to the user’s recent and lifetime performances.
- Language : C#
- Framework : Xamarin
- Platform : Android