Projects

A few things I've built while learning, exploring, and sometimes breaking stuff.

NBA Predict

Predictive analytics for NBA games — win probabilities and player projections, powered by XGBoost served through a FastAPI backend with a Next.js frontend.

  • Next.js
  • FastAPI
  • PostgreSQL
  • XGBoost

Receipt Splitter

A bill-splitting app backed by a TypeScript Express API with multer file uploads for scanned receipts and a clean routes/controllers/models structure.

  • TypeScript
  • Express
  • Node