The best way to understand what I do is to see it. Each of the six portfolio projects on this site is fully functional and built to production quality — not mockups, not screenshots. Click through, interact with the data, and see how these tools actually work.
Project 1 — DBE/ACDBE IFR Recertification Dashboard
An interactive compliance tracking dashboard covering all 50 states, DC, Puerto Rico, and the U.S. Virgin Islands. Click any state to drill into jurisdiction-level recertification status and goal-setting detail.
- The Tech: Built for high-concurrency state-management and complex relational mapping.
Project 2 — U.S. Airport Operational Performance Dashboard
Built on 7 million BTS flight records from 140 hub airports. Explore on-time performance by carrier, airport, and hub category — the same data the FAA and airlines use to measure operational health.
- The Tech: Optimized for sub-second querying of massive datasets.
Project 3 — Airline Passenger Experience Intelligence
An AI-powered platform surfacing patterns in airline service quality and passenger satisfaction. Filter by carrier and explore what the data actually shows beneath the headline numbers.
- The Tech: Leverages Natural Language Processing (NLP) to turn qualitative feedback into quantitative metrics.
Project 4 — DBE/ACDBE Narrative Builder
An AI-assisted tool that helps firms structure and draft compliant DBE/ACDBE program narratives. Try it yourself and see how it guides users through the certification storytelling process.
- The Tech: A custom RAG (Retrieval-Augmented Generation) implementation for regulatory precision.
Project 5 — Environmental Intelligence & Risk Monitoring
A real-time geospatial dashboard integrating environmental hazard indicators and risk signals into an operational intelligence interface. Interact with the map and data layers to explore what's happening and where.
- The Tech: Real-time API streaming and geospatial data visualization.
Project 6 — Real-Time GPU Path Tracer
A physically-based light simulation running entirely in your browser — no download required. Switch between three scenes, drag to orbit the camera, and watch the image sharpen in real time as the physics engine accumulates light samples. This one is just fun to play with.
- The Tech: Custom GLSL shaders and GPU-accelerated compute (Three.js/WebGL).