Personal reference material, tools, and old projects.
Some are active utilities I still use day-to-day. Others are older projects from early career exploration (2017–2020) — kept as a record.
Bash + Python toolkit to export all GCP resources across environments, analyze them with timestamps, and compare sandbox/staging/production side by side. Output ends up as a Confluence inventory page.
POC for running independent semantic versioning across multiple projects in a monorepo. Built on python-semantic-release v8 internals — each project gets its own CalVer tag, CHANGELOG, and GitHub release, triggered only when its files change.
Flask app that tags news articles using SpaCy NER, navigable by tag. Built around 2019.
Pandas ExcelWriter demo for generating styled Excel documentation templates programmatically. Uses Hunter x Hunter character data as the example dataset. Built around 2019.
Older code and notes kept for historical reference. Libraries and APIs may no longer work as-is.
- gcp-reference-2018 — BigQuery, Datastore, App Engine notebooks
- spark-flume-etl-2018 — PySpark transformation notebooks and Flume config generation
- snippets-2018 — Loose notebooks: Selenium, web scraping, geocoding, HDFS, Dremio, database utilities