My strongest work sits in private company repositories. What is public is a mix of backend groundwork, data analysis, and the physics coursework where the numerical methods came from. I would rather show you that honestly than pad a grid.
A FastAPI starter with the authentication layer already solved: OAuth2 with signed JWTs, async PostgreSQL through SQLModel, and login by username, email or phone against one identity. The closest public equivalent to the auth work described in the case studies.
A FastAPI service for common celestial-mechanics calculations. Physics and backend in the same repository, which is roughly how the two halves of my work meet.
Rental and sale prices for apartments in Bogotá: extraction, cleaning, visualisation and predictive modelling. A rework of an existing open-source dataset project rather than a fork left untouched.
Fourier analysis, ordinary differential equations and PDEs, in C++ and Python. University coursework, kept public because it is where the numerical methods behind the Kalman filtering work were actually learned.