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.2 KiB
2.2 KiB
Alexa Amundson
Solutions Architect
amundsonalexa@gmail.com | github.com/blackboxprogramming
Summary
Designed a hybrid architecture that combines $700 in edge hardware with Cloudflare's global network — 178 cloud resources, 48+ domains, 7 nodes, 52 TOPS AI compute, all working as one system. The proof is that it's running right now.
Experience
BlackRoad OS | Founder & Solutions Architect | 2025–Present
The Design Decision: Why Hybrid
- Pure cloud: fast to start, expensive to scale, no data sovereignty. Pure edge: cheap to run, limited reach, hard to expose
- Combined both: Cloudflare for global CDN, edge compute, and serverless databases. Pi fleet for persistent workloads, AI inference, and data ownership
- WireGuard mesh connects everything. Cloudflare tunnels expose services. Tailscale provides management plane. Three networking layers, one unified system
The Stack: 178 Cloudflare Resources + 7 Fleet Nodes
- 99 Pages (global CDN) + 23 D1 (serverless SQL) + 47 KV (edge config) + 11 R2 (object storage) = 178 managed resources
- 5 Pi nodes for persistent compute: Docker, Ollama, PostgreSQL, Nginx. 2 cloud VMs for VPN hub and public services
- AI inference distributed across 3 nodes with 52 TOPS — requests route to the node with the right model loaded
The Validation
- This architecture runs 48+ production domains, serves real traffic, and costs under $50/month in cloud spend. The rest is hardware you own
- 283 databases across 5 engines — each one placed where the latency and consistency requirements demand it
Technical Skills
system design, Cloudflare, WireGuard, distributed systems, edge computing, AI infrastructure
Metrics
| Metric | Value | Source |
|---|---|---|
| CF Pages | live | cloudflare.sh — wrangler pages list |
| D1 Databases | live | cloudflare.sh — wrangler d1 list --json |
| KV Namespaces | live | cloudflare.sh — wrangler kv list |
| R2 Buckets | live | cloudflare.sh — wrangler r2 bucket list |
| Fleet Nodes | live | fleet.sh — SSH probe to all nodes |
| Total Repos | live | github-all-orgs.sh — gh api repos (17 owners) |