mirror of
https://github.com/blackboxprogramming/alexa-amundson-resume.git
synced 2026-03-18 04:34:12 -05:00
kpi: auto-update metrics 2026-03-13
RoadChain-SHA2048: c645c1292ab1555e RoadChain-Identity: alexa@sovereign RoadChain-Full: c645c1292ab1555ebe6982915536d1c94701ff6bb16c20ed6ef4144eb50c9f984b4bfe5b9902109e8defd958d6be43ced8ec11cf95d6241536cd4da0b75f8fb48cbeb1b9f450c8f665b73d39e837d23e73e2ba4201af4dc40c02a34283efb04b39c612083465536f194f16adfadb1b56f714a65b918f40750f54eebf7724236861de173ec31963ff3b1b988d712be7e5acc3fe391eb804d3fdcfb9ccf77afc732660d23fff801f894318327eabf775eb4f4e67f7f22d07f23b0e17f6594cfe95b83b275fb7baaa97115e86562604fc5b47cc8024574b61396924e0ee2b7e454b0a1480c3076c7ad72408ceb4a75360d2d49c7d805c37ac5315af00e4a8ca2262
This commit is contained in:
@@ -8,64 +8,43 @@ amundsonalexa@gmail.com | [github.com/blackboxprogramming](https://github.com/bl
|
||||
|
||||
## Summary
|
||||
|
||||
Platform engineer who built and operates a full-stack developer platform spanning 7 nodes, 99 Cloudflare deployments, and 1,810 repos (1,603 GitHub + 207 Gitea). Designed self-service tooling (212 CLI tools), automated deployment pipelines, and a daily metrics system tracking 60+ KPIs.
|
||||
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 Lead | 2025–Present
|
||||
### BlackRoad OS | Founder & Platform Engineer | 2025–Present
|
||||
|
||||
**Developer Platform**
|
||||
- Built 212 CLI tools (121 MB) for deployment, monitoring, and infrastructure management
|
||||
- Operate self-hosted Gitea with 207 repos across 7 organizations as internal code platform
|
||||
- Maintain GitHub-to-Gitea sync relay running every 30 minutes
|
||||
- Created code search engine indexing 354 repos with FTS5 full-text search (index.blackroad.io)
|
||||
**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
|
||||
|
||||
**Infrastructure Platform**
|
||||
- Manage 99 Cloudflare Pages projects with automated deployment from git
|
||||
- Operate 22 D1 databases, 46 KV namespaces, 11 R2 buckets as platform data layer
|
||||
- 14 Docker containers on Docker Swarm with service discovery
|
||||
- 48 Nginx sites as reverse proxy layer for fleet services
|
||||
**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
|
||||
|
||||
**Edge Computing Platform**
|
||||
- 5 Raspberry Pi nodes + 2 cloud VMs connected via WireGuard mesh VPN
|
||||
- RoadNet carrier-grade WiFi mesh (5 access points, dedicated subnets per node)
|
||||
- 52 TOPS AI compute (2× Hailo-8 NPUs) available as platform capability
|
||||
- 27 Ollama models (48.1 GB) deployed as shared AI services
|
||||
|
||||
**Observability Platform**
|
||||
- Built 9-collector KPI system running daily across all infrastructure
|
||||
- 60+ metrics: code velocity, fleet health, services, autonomy, Cloudflare, local system
|
||||
- Distributed tracing with span-level observability
|
||||
- Self-healing autonomy scripts on all nodes
|
||||
|
||||
**Data Platform**
|
||||
- 11 PostgreSQL databases for application state
|
||||
- 230 SQLite databases (1.4 GB) for agent memory and configuration
|
||||
- 46 KV namespaces for edge state
|
||||
- 22 D1 databases for serverless applications
|
||||
**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
|
||||
|
||||
**Platform:** Cloudflare (Pages, Workers, D1, KV, R2), Docker Swarm, Gitea, GitHub Actions
|
||||
**Infrastructure:** Linux, systemd (256 services), Nginx, WireGuard, Tailscale
|
||||
**Languages:** JavaScript (114 repos), Python (470 repos), TypeScript (85 repos), Shell (160 repos), Go (2 repos)
|
||||
**Databases:** PostgreSQL, SQLite, D1, KV, Qdrant
|
||||
**Tools:** 212 custom CLI tools, Wrangler, Docker, cron (52 automated tasks)
|
||||
Cloudflare Pages/Workers, Gitea, GitHub Actions, Docker Swarm, CLI tooling, Bash, Python, FTS5
|
||||
|
||||
---
|
||||
|
||||
## Metrics
|
||||
|
||||
| Metric | Value |
|
||||
|--------|-------|
|
||||
| CLI tools built | 212 |
|
||||
| Total repos | 309 (102 GH + 207 Gitea) |
|
||||
| Cloudflare Pages | 99 |
|
||||
| Data stores | 79 (22 D1 + 46 KV + 11 R2) |
|
||||
| Lines of code | 7,212,320 |
|
||||
| Systemd services | 256 |
|
||||
| Automated tasks | 52 |
|
||||
| Metric | Value | Source |
|
||||
|--------|-------|--------|
|
||||
| CLI Tools | *live* | local.sh — ls ~/bin | wc -l |
|
||||
| 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 |
|
||||
|
||||
Reference in New Issue
Block a user