A senior studying Computer Science and Economics at Northwestern University

About Me

Last summer, I was a software engineering intern at Paradigm, working on the Home Configure application. Take a look at my resume or keep reading to learn more about who I am. Feel free to reach out!

Projects

I developed an app to identify profitable line-setting discrepencies in Daily Fantasy Sports apps. Using it, I made +600% ROI during the second half of the '23-'24 NBA season across hundreds of bets. The app is written in Python and populates a SQLite database, accessible by a FastAPI service.

I built an odds calculator that converts American betting odds (+150, -150 etc) to implied probabilities. Additionally removes house edge to get "real odds", in percentage terms. Implemented with a Python + FastAPI backend, hosted on an Ubuntu server. Results are served via AWS API Gateway. Frontend is built with JS + React, styled with Tailwind CSS.