Kevin

here be dragons



Projects

These where pretty fun to do.

Satellite Imagery

Capturing imagery from LEO/GEO weather satellites. Includes METEOR/NOAA/GOES.

ADS-B Capture

Capturing and processing of aircraft ADS-B signals. Distributed to flight trackers such as FlightRadar24 and FlightAware.

Home Server

Built out of e-waste and deployed using Fedora Server 40 and Docker. Remote access provided by WireGuard and Google Cloud.

MTA Monitor

Real-time monitoring of 3 major NYC transit services-Subway, LIRR, and MNR. Python with Flask to create backend services and expose APIs for frontend consumption. Automatic data fetching and updates from GTFS-FS feeds to ensure real-time accuracy. Written in Python and Flask.

NEXRAD

Interactive web application for displaying NEXRAD (Next Generation Radar Data) provided by the NWS and NOAA. Backend services written in Python. Historical data is fetched from AWS S3 buckets, and real-time Level-2 data is also provided by AWS. Automatic decoding and processing of data and displayed onto OpenStreetmap tiles.


Challenges

Crypto-Pals

Some cryptographic challenges. Completed using Golang, viewable on my Github.


Development

Smaller scale projects that I made in a day for part of something larger

Stock Tracker

Processing, cleaning, visualization, and forecasting of stock data from Yahoo Fiance. ARIMA-based with 30-day forecast intervals, Sharpe-ratio-maximiizng portfolio optimizer. Written in Python.

Warehouse

Lightweight data storage unit using SQLIte and Python. CLI based interaction for data ingestion from local files and remote URLs, capable of hanlding a wide range of file types. Automated data transformation, and cleaning along plotting capabilities for data visualization.