Skip to project content

Portfolio / Projects

Projects

Selected software, data, embedded-systems, and vehicle-validation work developed around real planning, sensing, and operational problems.

Systems in Development

Prototypes and applied practice exploring embedded sensing, vehicle spacing, telemetry, and closed-course validation.

03 / Embedded IoTPrototype

Radar + LoRa Traffic Sensor

Embedded sensing node that detects vehicle activity, records timestamped events, and transmits telemetry beyond conventional Wi-Fi coverage.

Stack
ESP32 · Radar · LoRa
Direction
Planned integration with the Local Driving Intelligence data pipeline
04 / RoboticsPrototype

Vehicle Proximity System

Closed-course ranging prototype using ESP32 and ultra-wideband sensors to measure vehicle spacing and present driver-facing feedback.

Stack
ESP32 · UWB · Driver feedback
Focus
Ranging accuracy, calibration, signal filtering, mounting, and driver workload
05 / MotorsportsOngoing Practice

Performance Driving & Validation

Structured vehicle-dynamics practice using telemetry, repeatable drills, and session review across drifting, autocross, track driving, and simulation.

Focus
Vehicle dynamics · Telemetry · Validation
Method
Compare driving inputs, vehicle behavior, and setup changes across repeatable sessions

Academic Projects

Selected academic work in computational biology, network analysis, and software engineering.

06 / BioinformaticsAcademic

Python Phylogenetic Analysis

Built a reproducible phylogenetic-analysis workflow for mRNA sequences from 44 species using BioPython and ClustalW, then generated neighbor-joining and maximum-likelihood trees.

Python · BioPython · Sequence alignment · Validation View report
07 / Network AnalysisAcademic

Twitch.tv Users Network Analysis

Analyzed a Twitch user-network dataset in Python and R using centrality metrics, Louvain community detection, and Gephi visualization.

Python / R · Graph analysis · Clustering · Gephi View report
08 / Software EngineeringAcademic

Bookstore Prototype System

Developed a Java e-commerce prototype with authentication, persistent inventory data, search, defensive error handling, and JUnit tests.

Java · MVC · File persistence · JUnit