Loading...

Javascript experimentation
Html, css and javascript app development
Data analysis and data visualization
Integrating python to obtain, clean and publish data for use in web applications

Modern Air Traffic Control (ATC) Simulator using training and authentic sectors, an air traffic management interface that mimics real-world tools, and methods to monitor separation performance and other aspects of control. Issue vectors, speed control, altitude changes, approaches and handoffs to ensure a safe, orderly and expeditious flow of air traffic.

Javascript library to help automate application development. The vizapp library allows for the creation, styling and functionality of window elements including windows, containers, buttons, tables, canvas, svg, selection boxes, spinner buttons and more. It integrates a built in stylesheet and allows for easy augmentation of styles through the use of external stylesheets or through code.

Creating data visualizations with vanilla javascript allows for unlimited creativity and gives the ability to model anything without having to remain wihtin the constraints of an external library.

Integrating python into the workflow allows the power of that language to be harnessed and to create the underlying data which can then be displayed through custom web applications using traditional HTML/CSS/Javascript workflows. In a simple exam, python using the beautiful soup library can scrape websites and format the information into a concise, simple data structure that can then be accessed in javascript without much manipulation. This data can be saved as xml, json, csv, geo-json, or simple text.