Files
alexa-amundson-resume/roles/18-python-developer.md
Alexa Amundson ec7b1445b5 kpi: auto-update metrics 2026-03-13
RoadChain-SHA2048: c645c1292ab1555e
RoadChain-Identity: alexa@sovereign
RoadChain-Full: c645c1292ab1555ebe6982915536d1c94701ff6bb16c20ed6ef4144eb50c9f984b4bfe5b9902109e8defd958d6be43ced8ec11cf95d6241536cd4da0b75f8fb48cbeb1b9f450c8f665b73d39e837d23e73e2ba4201af4dc40c02a34283efb04b39c612083465536f194f16adfadb1b56f714a65b918f40750f54eebf7724236861de173ec31963ff3b1b988d712be7e5acc3fe391eb804d3fdcfb9ccf77afc732660d23fff801f894318327eabf775eb4f4e67f7f22d07f23b0e17f6594cfe95b83b275fb7baaa97115e86562604fc5b47cc8024574b61396924e0ee2b7e454b0a1480c3076c7ad72408ceb4a75360d2d49c7d805c37ac5315af00e4a8ca2262
2026-03-13 23:16:12 -05:00

49 lines
2.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Alexa Amundson
**Python Developer**
amundsonalexa@gmail.com | [github.com/blackboxprogramming](https://github.com/blackboxprogramming)
---
## Summary
470 Python repos. FastAPI services handling AI inference, fleet probes, and data pipelines. Python isn't just a language in this stack — it's the glue that holds 7 nodes, 27 models, and 283 databases together.
---
## Experience
### BlackRoad OS | Founder & Python Developer | 2025Present
**The Services: Python in Production**
- CECE API (FastAPI) — custom LLM personality engine with text-to-speech. Runs on Pi 5, serves inference over HTTP
- Lucidia API (FastAPI) — application platform backend. CarPool (Next.js + Clerk) frontend, Python API layer
- Fleet probes — Python scripts piped over SSH stdin to remote nodes. No installation needed. Collects CPU, RAM, disk, Docker, Ollama, systemd stats
- KPI aggregation pipeline — 10 collectors output JSON, Python merges into daily summary with 80+ keys, pushes to KV
**The Tools: Python Solving Real Problems**
- FTS5 search engine — Python + SQLite full-text search across 156K memory entries. Sub-millisecond lookups
- RoadC interpreter — custom language with Python-style indentation. Lexer, parser, and tree-walking evaluator, all in Python
- AI image generation hub — Python orchestrating 4 backend agents (DALL-E, Flux, SDXL, FAL), automatic model selection
- Automated reporting — terminal dashboards, Slack notifications, markdown reports, resume generation. All Python
---
## Technical Skills
Python, FastAPI, SQLite, PostgreSQL, Ollama, asyncio, subprocess, json, data pipelines
---
## Metrics
| Metric | Value | Source |
|--------|-------|--------|
| Lines of Code | *live* | loc.sh — cloc + fleet SSH |
| Total Repos | *live* | github-all-orgs.sh — gh api repos (17 owners) |
| PostgreSQL DBs | *live* | services.sh — psql -l via SSH |
| SQLite DBs | *live* | local.sh — find ~/.blackroad -name *.db |
| AI Models | *live* | services.sh — ollama list via SSH |
| Systems Registered | *live* | local.sh — sqlite3 systems count |