Projects

Things I've built and worked on

fullapi

PyPI

A CLI that builds a full FastAPI project for you from a single spec file, and later lets you check anytime whether your code has drifted from what that spec promised.

$ pip install fullapi

Python · FastAPI · SQLAlchemy · PostgreSQL · CLI

deburger

PyPI

deburger scans your Python code for expensive cloud patterns before they reach production, so it flags things like S3 calls inside loops or unbounded queries and then estimates the real monthly dollar cost of each one.

$ pip install deburger

Python · AWS · Cost Optimization · CLI