Work

Projects

Everything I've built, shipped, or explored — from client products and mobile apps to research, tooling, and early ventures.

MOBILE · iOS
Wet Pavement, Bright Fish
2025·Founder
Palleto

A mobile app for creatives to capture real-world inspiration and turn it into structured mood boards. App Store launch imminent.

View project
LEGAL · LLM
CLASS ACTION ✓
2025·Build
Peanuts · Litigation Intel

Class-action litigation screener — ingests federal court filings, screens complaints via an LLM pipeline, and surfaces case intelligence.

View project
REAL ESTATE
2025·Build & Deploy
David Ko Real Estate

Marketing site, email capture, and automated listing-signal logic for a Chicago real-estate client.

View project
ML · FEDERATED
2025·Build & Deploy
Federated Learning Demo

A privacy-preserving, web-based demo built to make federated learning legible to non-technical investors.

View project
P2P PAYMENTSSlush
2023–25·Co-Founder
Slush · P2P Payments

Co-founded and built a full-stack peer-to-peer payment platform from MVP to a polished product with Stripe Connect.

View project
BACKEND
from fastapi import FastAPI
async def login(creds):
  token = create_jwt(user)
  return { "ok": True }
/auth
2024·Open source
FastAPI Auth Template

A reusable FastAPI template with a full user-authentication system, built to accelerate every project after it.

View project
ECON 491 · UIUC
ML
2023–24·Research
Applied Machine Learning

A series of end-to-end machine learning projects from Econ 491 at UIUC — regression through gradient boosting.

View project
ECON 471 · UIUC
β
2023·Research
Applied Econometrics

Econometric modeling problem sets from Econ 471 at UIUC — regression analysis and causal inference.

View project
ENVIRO ECON
2023·Analysis
Energy Consumption Analysis

An environmental-economics analysis of global energy consumption trends and their drivers.

View project
STUDENT ORG
2021–22·Co-Founder
Crypto & DeFi Club

Co-founded and led the Crypto & DeFi club at UIUC — hosting investing workshops and teaching peers to get started.

View project
RESALE
2020·Solo
eBay Reselling

Purchased, refurbished, and flipped designer clothes, model cars, and stage equipment for profit.

View project
TOOL
2022·Solo
BMI Calculator

A simple BMI calculator tool built for my own fitness tracking.

View project