Personal Portfolio Site
HTML, CSS, Git, Cloudflare Pages
- Multi-page site (Home, Resume, Technical Projects, Freelance, Content Production) with a shared design system built from scratch in plain HTML and CSS, no framework.
- Directed every structural and content decision, page architecture, copy, ordering, and design choices, built with Claude Code through an iterative process.
- Deployed through a Git-based pipeline to Cloudflare Pages, with automatic rebuilds on push.
Medicaid NPI Analyzer
Python, DuckDB, Streamlit, Plotly
- Interactive analysis of a 238-million-row, roughly 11 GB Medicaid claims dataset, comparing servicing versus billing NPI spending patterns with peer benchmarking and per-provider abuse markers.
- Columnar Parquet storage with input-validated, escaped SQL filtering over DuckDB.
- Data quality work surfaced a single HCPCS code carrying over $20 trillion in impossible charges across 34 rows; the finding was documented and the records excluded from the analysis set.
- Paired with a Jupyter notebook recording the full exploration and cleaning methodology.