I build backend services and I'm trying to get into frontend more. I interned at SRI International in New Jersey, where I wrote a data pipeline that parses binary LiDAR sensor files, then came back the next term and built the manufacturing traceability platform that consumes its output.
Outside of work I'm drawn to creating for the sake of ungatekeeping, and making life more efficient. Currently looking for a Summer 2027 internship.
Built an internal manufacturing traceability and automation web application (MIDAS) replacing spreadsheet tracking for 1,000+ devices. Designed the PostgreSQL schema, built the TypeScript/React/Next.js front end and the REST layer behind it, and wired authentication to the company's PLM system over mutual TLS so users signed in with credentials they already had.
Wrote a Python ETL pipeline that ingests binary LiDAR sensor captures, parses them frame by frame to unpack 13-bit ADC samples packed into 16-bit words, computes detector performance metrics with NumPy, and generates PowerPoint and Excel reports. Cut report preparation from a week to about an hour. It shipped as a desktop client first, then I re-architected it into a queue-driven job that fires when a device is marked ready in the platform above. It checkpoints as it goes, so a partial run resumes instead of starting over.
| LANGUAGES | Java · Python · TypeScript · JavaScript · SQL · C · Swift |
|---|---|
| FRAMEWORKS | Spring Boot · Spring Data JPA · React · Next.js · Node.js · Express |
| LIBRARIES | NumPy · Pandas · PyQt5 · JUnit 5 · pytest |
| INFRA | PostgreSQL · MongoDB · AWS · Nginx · IIS · Docker · Git · GitLab CI/CD |