mirror of
https://github.com/blackboxprogramming/alexa-amundson-resume.git
synced 2026-03-18 02:03:58 -05:00
RoadChain-SHA2048: c645c1292ab1555e RoadChain-Identity: alexa@sovereign RoadChain-Full: c645c1292ab1555ebe6982915536d1c94701ff6bb16c20ed6ef4144eb50c9f984b4bfe5b9902109e8defd958d6be43ced8ec11cf95d6241536cd4da0b75f8fb48cbeb1b9f450c8f665b73d39e837d23e73e2ba4201af4dc40c02a34283efb04b39c612083465536f194f16adfadb1b56f714a65b918f40750f54eebf7724236861de173ec31963ff3b1b988d712be7e5acc3fe391eb804d3fdcfb9ccf77afc732660d23fff801f894318327eabf775eb4f4e67f7f22d07f23b0e17f6594cfe95b83b275fb7baaa97115e86562604fc5b47cc8024574b61396924e0ee2b7e454b0a1480c3076c7ad72408ceb4a75360d2d49c7d805c37ac5315af00e4a8ca2262
2.1 KiB
2.1 KiB
Alexa Amundson
Platform Engineer
amundsonalexa@gmail.com | github.com/blackboxprogramming
Summary
No platform team, no internal tools budget. Built a complete developer platform from scratch: 212 CLI tools, self-hosted Git, code search, CI/CD pipelines, and automated observability — because waiting for someone else wasn't an option.
Experience
BlackRoad OS | Founder & Platform Engineer | 2025–Present
The Gap: No Developer Platform Exists
- 1,603 repos across 17 GitHub orgs + 207 Gitea repos — needed unified tooling to manage code, deploy, search, and monitor across all of it
- Built 212 CLI tools (121 MB) — every common workflow is a single command: deploy, probe, audit, sync, collect, report
- Self-hosted Gitea on the fleet with 207 repos across 7 orgs — full Git sovereignty with GitHub-to-Gitea relay syncing every 30 minutes
The Platform: Search, Deploy, Observe
- Code search engine indexing 354 repos with FTS5 full-text search — find anything across the entire codebase in milliseconds
- 99 Cloudflare Pages projects with git-push deployment — every commit triggers build and deploy automatically
- 10-collector KPI system generates daily observability: fleet health, code velocity, cloud inventory, service status
Why It Matters
- A solo developer operating at the output of a small team needs tools that multiply, not slow down
- 326 commits/day sustained velocity. 4,019 PRs merged. 20 languages. This throughput requires platform, not heroics
Technical Skills
Cloudflare Pages/Workers, Gitea, GitHub Actions, Docker Swarm, CLI tooling, Bash, Python, FTS5
Metrics
| Metric | Value | Source |
|---|---|---|
| CLI Tools | live | local.sh — ls ~/bin |
| Total Repos | live | github-all-orgs.sh — gh api repos (17 owners) |
| CF Pages | live | cloudflare.sh — wrangler pages list |
| Systemd Services | live | services.sh — systemctl list-units via SSH |
| Docker Containers | live | services.sh — docker ps via SSH |
| Lines of Code | live | loc.sh — cloc + fleet SSH |