ONLINE SPRINGVILLE · AL AWS SAP-PRO --:--:-- CT
AI CLOUD ENGINEER · AWS SAP-PRO

Adam
Crocker.

I build AI-native systems for big and small businesses alike — from Delta Air Lines to mom-and-pop shops. Experience at every size.

SUMMARY

I'm an AWS Solutions Architect — Professional and full-stack engineer building AI-native systems for businesses of every size — from Fortune 500s to mom-and-pop shops. I went from a bootcamp graduate to a production data engineer at a Fortune 500 in under two years, and now lead engineering on industrial data platforms and AI agent architectures.

I'm currently shipping Diversified Gas & Oil's OT data platform, the Historian ML pipeline over 186M+ telemetry observations, and a field-operations mobile app for tank inspections — and I was just selected for Delta's AI Enablement team, starting June 2026, to develop AI agent standards across Operations Planning & Performance.

SAP
AWS Certified
Solutions Architect
Professional
5 yrs
Production
engineering across
F500 and small business
1.6M+
Daily records
flowing through
systems I own
SELECTED WORK

Things I've shipped.

DATA PLATFORM Diversified Gas & Oil

Corporate Historian — OT Data Platform

Lead engineer on the central operational data warehouse. TimescaleDB with 15 schemas, 77 tables, 114 PL/pgSQL functions managing 1.6M+ daily production records. Star-schema with effective-dated dimensions, hypertables, continuous aggregates. ETL from CygNet SCADA, Snowflake, MNR; outbound to Grafana, regulatory reporting, volume control. Embedded pgai with OpenAI / Anthropic / Cohere / Voyage for automated issue detection over operator free-text and semantic search across historical observations.

1.6M+records / day
114pl/pgsql functions
15 / 77schemas / tables
TimescaleDBPL/pgSQLpgaiPythonCygNetSnowflake
ML PLATFORM Diversified Gas & Oil

Historian ML — Industrial Anomaly Detection

ML platform over 186M+ telemetry observations. Pattern-detection engine covering 8 categories of industrial sensor failure. Isolation Forest for unsupervised anomaly detection, Random Forest for pattern classification, LSTM for sensor-level time-series forecasting. Packaged as an AWS CDK stack (SageMaker, S3, IAM, Secrets Manager, CloudWatch) with a 580-line handoff runbook.

186M+observations
8failure categories
3model architectures
SageMakerCDKPythonIsolation ForestLSTM
DEVOPS Diversified Gas & Oil

Hybrid DB Migration CI/CD

5-stage Azure DevOps pipeline on a self-hosted Windows agent: validates, classifies, approves, executes, documents every schema change. Pattern-based SQL risk classifier (BLOCKED / HIGH / MEDIUM / LOW) over ~30 regex patterns. DROP TABLE foreign-key safeguard. Transactional execution with auto-rollback. Git-based state tracking, nightly drift detection, SOX-aligned audit logging.

5pipeline stages
~30risk patterns
SOXaudit-aligned
Azure DevOpsPowerShellPostgreSQLgit
AI SYSTEMS That Simple Tech

Autonomous AI Agency Platform

10-agent system handling the full client lifecycle — intake, sales, scoping, build, QA, deploy, support, billing, comms, phone — across 8 project types (websites, web & mobile apps, IT setup & support, AI automation, cloud infra, consulting). MiniMax M2.7 primary across roles (100% tool calling, ~3.3× cheaper, ~2.5× faster than the Claude API path); Gemini 3 Flash Preview for visual QA. Voice via Pipecat + Telnyx + Deepgram Nova; agents execute inside Cua sandboxes. SvelteKit client portal on Vercel with a unified revision queue (portal / email / SMS / phone), SSE updates, S3 assets. Harness: Qwen Code on OpenRouter.

10specialized agents
8project types
~15×cost reduction target
MiniMax M2.7Gemini 3 FlashOpenRouterQwen CodePipecatTelnyxDeepgram NovaCuaSvelteKitStripeRedis + CeleryMCP
AI AT SCALE Delta Air Lines

Reporting Modernization — SCRD / ESR / MPR v2

Architected and shipped a JSON-first v2 replacement for three legacy operational scorecards (SCRD, ESR, MPR) at Delta — SCRD alone processing ~2,300 organizational entities per monthly close. Python packagers run against Teradata, wired into a Step Functions parallel branch with DynamoDB caching and an S3-backed registry; renderer collapsed from per-report PPTX/HTML templates to a single vanilla-JS viewer (Chart.js, CSS custom properties, no build pipeline). AWS Bedrock (Claude Haiku 4.5) generates auto-narratives and per-KPI explanations served via /api/v1/kpi-explain on API Gateway + Lambda, with schema validation, source-data grounding, and content-keyed DynamoDB caching. Closed seven latent defects in the legacy code en route — including an eval()-based templating injection and swapped year/month columns. Delivered phases 0–3 inside a restrictive delegate-admin- IAM boundary plus a Lambda-creation SCP, deploying AI compute as a Glue Python-shell job to ship without an architecture exception.

~2.3kentities / closeout
7legacy defects closed
13engineering docs · phases 0–3
AWS BedrockClaude Haiku 4.5Step FunctionsDynamoDBGlue (Python shell)LambdaAPI GatewayS3TeradataChart.js
MOBILE Diversified Gas & Oil

Field App — Offline-First Tank Inspections

Ionic 8 + Angular 20 + Capacitor app replacing paper-based tank inspections. Single codebase deploys as native iOS / Android and installable PWA. Offline-first on Dexie / IndexedDB with master-data caching and a write-queue for user-generated content; sync resolves conflicts on reconnect. AWS Amplify backend with AppSync GraphQL, DynamoDB, Cognito brokered with Azure AD via MSAL.

3targets, 1 codebase
Offlinefirst by design
SSOCognito ↔ Azure AD
Ionic 8Angular 20CapacitorDexieAppSyncCognito
STACK

Capabilities, by depth.

AI / ML
  • AI agent design & orchestration
  • MCP (Model Context Protocol)
  • Claude API · OpenAI API · OpenRouter
  • AWS Bedrock: Anthropic · OpenAI · Titan · Cohere · Voyage
  • pgai · RAG · vector embeddings
  • Local inference: vLLM · Ollama
  • Qwen 3.6 Plus · Qwen 3.5-Omni · Qwen 3 Coder
  • MiniMax M2.7 · DeepSeek-R1 · Gemma
  • BGE-M3 (embeddings) · F5-TTS
  • Isolation Forest · Random Forest · LSTM
  • Pipecat · Deepgram · Cua (sandbox)
AWS
  • Lambda · Step Functions · EventBridge
  • SageMaker · Bedrock · Comprehend
  • Amplify · AppSync · Cognito
  • API Gateway · S3 · DynamoDB · Redshift
  • Glue · Kinesis · OpenSearch Serverless
  • Fargate (incl. Spot) · ECR
  • CDK (Python + TypeScript) · CloudFormation
  • Secrets Manager · IAM · STS · KMS
DATA & ETL
  • TimescaleDB · hypertables · continuous aggregates
  • PostgreSQL 14+ · PL/pgSQL
  • Teradata · Snowflake · Redshift
  • pgvector · pgai · JSONB
  • Star-schema · effective-dated dimensions
  • AWS Glue · Python ETL · Kinesis
  • CygNet SCADA · MNR
APP STACK
  • FastAPI · Node.js · GraphQL (AppSync)
  • SQLAlchemy 2.0 · Pydantic · Alembic
  • SvelteKit 2 / Svelte 5 · React · Angular 20
  • Ionic 8 · Capacitor · PWA
  • Tailwind · Three.js · Threlte · GSAP
  • Dexie / IndexedDB (offline-first)
DEVOPS
  • Azure DevOps Pipelines (multi-stage)
  • GitLab CI/CD · GitHub Actions
  • AWS CDK · CloudFormation
  • Docker · Docker Compose
  • Self-hosted build agents
  • Pattern-based SQL risk classification
  • SOX-aligned audit logging
  • Tailscale · Caddy · Grafana / Prometheus
LANGUAGES & IDENTITY
  • Python · TypeScript · JavaScript
  • SQL (Teradata · PostgreSQL · Snowflake)
  • PL/pgSQL · Bash · PowerShell
  • HTML · CSS
  •  
  • Microsoft Entra ID / Azure AD · MSAL
  • AWS Cognito · PingFederate SSO
  • Stripe · Telnyx · GA4 · GSC
TRAJECTORY

Where I've been, where I'm going.

  1. 2021
    TrueCoders · Full-Stack Software Engineering · Birmingham, AL
  2. 2021 → 23
    Delta Air Lines · Associate Software Developer · Executive AI Reporting POC · AWS Glue CI/CD · STS SSO automation
  3. 2023 → 26
    Delta Air Lines · Data Engineer · Operations Strategy Reporting (ODSR)
  4. Jan 2025
    AWS Certified Solutions Architect — Professional · valid through Jan 2028
  5. Aug 2025
    Diversified Gas & Oil · Systems Engineer · OT data platform, ML, field app, route management
  6. Jun 2026
    Delta AI Enablement Team · selected · AI agent standards across Operations Planning & Performance — INCOMING