flightclub.io

A client for the Flight Club project - a rocket launch simulator and trajectory visualiser. User defines launch vehicle, launch site and flight profile, and is provided with extensive telemetry on the mission.

Technology

The frontend makes use of Angular's two-way binding to make profile-building easy. It speaks to the backend via a RESTful API. Gulp optimizes the build process

Flight Club

The heavy duty physics engine behind Flight Club. All mission data is stored here and all simulations are computed here.

Technology

The Java application uses Jersey to define the API and Hibernate to take care of the MySQL interactions. Jenkins builds the application with Maven and deploys to a remote Tomcat server.

Reddit Bot

A reddit bot to reply to any mention of Falcon Heavy, informing the user that they have delayed its debut by another month by mentioning it.

Technology

A simple Python script with a MySQL instance

Tools I Use