Projects
I work on a variety of Projects, focusing on back end web development, and basic desktop applications. This page is a comprehensive list of my personal projects.
MyFlightRoute
Inherited from a member of the PilotEdge community, MyFlightRoute is a website for flight simulator users to plan, execute and debrief their virtual flights.
The functions available include TEC Route searching, equipment suffix calculators and Alphabet Challenges. These challenges take users on a tour of various areas of the PilotEdge service area.
I’m currently working on converting the website from a basic PHP-based website, to a Laravel based web application.
CIFP Data Processor
This is a small Rust project to extract useful data from the FAA NASR File. The FAA ship it as several CSV files. The application splits the data files into various formats useful for MyFlightRoute, from text format change lists from nav cycle to nav cycle, to CSV outputs in the required format for MyFlightRoute.
I also used this project to gain a basic understanding of Rust, a language I intend to persue down the line.