Skip to content
View maxwellfet928's full-sized avatar

Block or report maxwellfet928

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
maxwellfet928/README.md

🧠 About Me β€” One Engineer Orchestrating a Fleet

Senior Full-Stack & AI-Native Engineer in the United States πŸ‡ΊπŸ‡Έ with 12+ years in production software. I direct Claude Code sub-agents like a tech lead directs a team β€” fanning them out across the entire stack while I own the architecture.

flowchart TD
    M["πŸ‘¨β€πŸ’» Maxwell<br/>12+ yrs Β· Architect & Reviewer"] --> CC{{"✦ Claude Code<br/>Orchestrator"}}

    CC --> A1["πŸ€– Backend Agent"]
    CC --> A2["πŸ€– Frontend Agent"]
    CC --> A3["πŸ€– DevOps Agent"]
    CC --> A4["πŸ€– Test & Review Agent"]

    A1 --> B["🐍 Django · FastAPI<br/>Python · PostgreSQL · Redis"]
    A2 --> F["βš›οΈ React Β· Next.js<br/>TypeScript Β· Tailwind"]
    A3 --> D["☁️ AWS · Azure<br/>Docker · K8s · Terraform"]
    A4 --> T["βœ… pytest Β· Playwright<br/>CI gates Β· code review"]

    B --> SHIP["πŸš€ Production"]
    F --> SHIP
    D --> SHIP
    T --> SHIP

    style M fill:#0b1021,color:#fff,stroke:#2563eb,stroke-width:2px
    style CC fill:#D97757,color:#fff,stroke:#fff
    style A1 fill:#7c3aed,color:#fff
    style A2 fill:#7c3aed,color:#fff
    style A3 fill:#7c3aed,color:#fff
    style A4 fill:#7c3aed,color:#fff
    style SHIP fill:#16a34a,color:#fff,stroke:#fff,stroke-width:2px
Loading
Sub-agents do the parallel toil across the stack β€” I stay focused on design, trade-offs, and the diff.

✦ 1. Claude Code β€” My AI-Native Development Engine

"The hottest new programming language is English." β€” Andrej Karpathy, who popularized vibe coding. Claude Code, created by Boris Cherny at Anthropic, is the agentic terminal that turns that idea into shipped software β€” and it's where I spend most of my engineering day.

I treat Claude Code as a fleet of engineers in my terminal, not an autocomplete. My workflow is heavily inspired by Andrej Karpathy's agent-first mindset and Boris Cherny's "let the agent run, then review the diff" philosophy.

πŸ”§ The Claude Code features I lean on every day

Feature How I use it to build powerful processes
πŸ€– Sub-agents (parallel fleets) Spin up multiple agents to explore, plan, and implement different parts of a feature in parallel β€” then merge the diffs.
🧩 MCP servers Wire Claude into Postgres, GitHub, Sentry, AWS, and internal APIs so the agent acts on live context, not guesses.
πŸͺ Hooks Auto-run linters, tests, and formatters on every edit β€” the agent self-corrects before I ever see the code.
⚑ Custom slash commands Reusable /deploy, /code-review, /security-review workflows encoded once, run forever.
🧠 CLAUDE.md memory Project conventions, architecture, and guardrails live in repo so every session starts fully briefed.
πŸ“‹ Plan Mode Read-only architecture passes before a single line changes β€” no surprises in the diff.
πŸ› οΈ Skills Packaged, repeatable capabilities (API scaffolds, migrations, IaC) the agent invokes on demand.
πŸš€ Headless mode (claude -p) Drop Claude Code straight into CI/CD for automated reviews, refactors, and changelogs.

πŸ” My real-world Claude Code loop

flowchart LR
    A[πŸ—£οΈ Describe intent<br/>in plain English] --> B[πŸ“‹ Plan Mode<br/>architecture pass]
    B --> C[πŸ€– Parallel sub-agents<br/>explore + implement]
    C --> D[πŸͺ Hooks run<br/>lint Β· test Β· format]
    D --> E{βœ… Green?}
    E -- no --> C
    E -- yes --> F[πŸ‘€ Review the diff]
    F --> G[πŸš€ Headless CI<br/>ship to AWS / Azure]
    style A fill:#2563eb,color:#fff
    style C fill:#7c3aed,color:#fff
    style G fill:#16a34a,color:#fff
Loading

Result: features that used to take days now ship in hours β€” with tests, reviews, and infra changes handled by agents while I stay focused on architecture and product.


✦ 2. Full-Stack Engineering

Django + FastAPI on the back, React + TypeScript on the front, glued with clean APIs and real tests.

Languages & Core

Backend

Frontend

πŸ§ͺ What I actually build (click to expand)
  • APIs: Django REST Framework & FastAPI services with async I/O, Pydantic validation, OpenAPI docs, and JWT/OAuth2 auth.
  • Frontends: React + Next.js apps with TypeScript, server components, and design-system-driven UIs.
  • Data: PostgreSQL + Redis, migrations, query tuning, Celery/async task queues.
  • Quality: pytest, Playwright, type checking, and CI gates β€” agents keep coverage honest.

✦ 3. DevOps · AWS · Azure

Infrastructure as code, containers everywhere, and pipelines that deploy themselves.

Cloud & Platforms

Containers, IaC & CI/CD

Area Toolbelt
AWS ECS / EKS Β· Lambda Β· S3 Β· RDS Β· CloudFront Β· IAM Β· CloudWatch
Azure AKS Β· App Service Β· Functions Β· Blob Storage Β· Azure DevOps Β· Entra ID
IaC & Automation Terraform Β· Ansible Β· Helm Β· GitHub Actions Β· Docker Compose
Observability Prometheus Β· Grafana Β· CloudWatch Β· Sentry

πŸ’¬ A meme to close on

"It works on my machine." β€” so I shipped the machine. 🐳

deploy meme

footer

Pinned Loading

  1. django-health-check django-health-check Public

    Python

  2. the-box the-box Public

    Shell