Skip to content
View piemasterflex111's full-sized avatar

Block or report piemasterflex111

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
piemasterflex111/README.md

Payam Adloo

Python backend systems · AI infrastructure · test automation

Electrical engineer with eight years of aerospace and defense experience across hardware validation, systems integration, qualification, and failure investigation. I now build Python systems that connect APIs, telemetry, local AI, hardware, and operator workflows to measurable evidence.

Role direction: Python Backend Engineer · AI Application Engineer · Automation / Developer Productivity Engineer

What I build

Area Engineering focus
Backend systems FastAPI services, typed contracts, SQL persistence, asynchronous work, health checks, and failure handling
AI infrastructure Local vLLM inference, request admission, context budgeting, performance measurement, and rollback controls
Telemetry and hardware Binary protocols, CRC validation, serial communication, device detection, and evidence capture
Verification pytest, static checks, containerized integration tests, CI, explicit pass/fail criteria, and reproducible artifacts

Flagship public systems

ground-platform-ci

Five-service Python system that receives a fixed binary telemetry frame, preserves the original bytes, validates the interface contract, coordinates durable processing through PostgreSQL and Redis, and returns operator-readable results.

Verified behavior: 146 automated tests · isolated end-to-end verification · raw-byte preservation · idempotent duplicate handling · sequence checks · CRC rejection

Demonstrates: service boundaries, durable state, API design, binary protocol handling, failure-path testing, and Docker Compose integration.

software-verification

Fail-closed Python workflow for serial and CAN hardware validation. It detects Linux devices, records exact command/response evidence, and prevents software-only checks from being presented as physical hardware validation.

Demonstrates: PySerial, hardware presence gates, structured evidence artifacts, explicit failure behavior, and the boundary between simulation and observed bench results.

Operational AI systems

These repositories remain private because they contain workstation-specific operating configuration rather than public portfolio material:

  • AIWork control plane — executes bounded agent changes in isolated Git worktrees, verifies them independently, requires human ownership attestation, and rolls back failed applications.
  • Local AI runtime — versions the vLLM container configuration, health checks, measured routing experiments, and rollback profiles for a local NVIDIA GPU inference stack.
  • Qwen request governor — provides OpenAI-compatible request sanitation, context budgeting, admission control, upstream failure handling, and request audit records.

Core stack

Python · FastAPI · Pydantic · SQLAlchemy · PostgreSQL · Redis · pytest · Docker Compose · Linux · systemd · vLLM · GitHub Actions · serial/CAN telemetry

Engineering standard

Code existence is not proof of system behavior. Claims are limited to behavior that was directly exercised, checked against explicit acceptance criteria, and preserved as repeatable evidence.

Pinned Loading

  1. traceops-evidence-demo traceops-evidence-demo Public archive

    Public-safe FastAPI evidence-governance demo with a React/TanStack UI companion for role-fit mapping, risk tracking, and gap planning.

    Python

  2. engineering-workflow-dashboard engineering-workflow-dashboard Public archive

    Python Jira/GitHub workflow automation lab with CSV/report generation, infrastructure ticket classification, dry-run/live Jira updates, and pytest coverage.

    Python

  3. safe-file-organizer safe-file-organizer Public archive

    Python

  4. stm32-hardware-validation-framework stm32-hardware-validation-framework Public

    Python-based embedded hardware validation framework demonstrating automated device testing of an STM32 microcontroller via UART. Includes firmware command protocol, BME280 sensor validation, struct…

    Python

  5. local-ai-inference-proof local-ai-inference-proof Public archive

    Local AI inference validation — startup logs, failure taxonomy, governor revisions, and verified baselines for Qwen3.6-27B on RTX PRO 4000 Blackwell.

    Python