Projects

Things I've built

Mar 2026
ProofPass

On-chain compliance identity and audit system for autonomous AI agents trading prediction markets. Each trade mints or updates a Solana NFT passport, pins a tamper-evident audit log to Filecoin, and pays for inference via native HTTP 402 machine-to-machine micropayments. Built at the UPenn Boulder Hackathon.

Next.js Solana / Anchor Rust Filecoin TypeScript
Jan – Feb 2026
Quantitative Trading Simulation Engine

Monte Carlo risk simulation system supporting Value-at-Risk (VaR), Expected Shortfall (ES), and full P&L distribution modeling with delta-normal, delta-gamma, and historical risk models.

Python NumPy Pandas
Oct – Dec 2025
Word Par

A golf-themed Wordle-style game with OpenAI-powered semantic scoring. Features Express routes, authentication, a PostgreSQL schema for users and leaderboards, and server-rendered UI with Handlebars.

Node.js Express PostgreSQL OpenAI API
Sept 2025
Personal Portfolio Website

Designed and deployed this responsive portfolio website showcasing projects, experience, and technical skills, with interactive JavaScript UI components.

HTML CSS JavaScript
Jul 2025
Library Database System

Relational database system supporting book catalog management, checkout/return workflows, and patron records. Includes PL/SQL stored procedures and triggers for automation.

Oracle SQL PL/SQL