Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content
View matthew-trump's full-sized avatar
  • remote contractor
  • Phoenix, AZ, USA

Highlights

  • Pro

Block or report matthew-trump

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
matthew-trump/README.md
  • 👋 Hi, I’m @matthew-trump
  • 👀 I’m interested in automating complex processes
  • 🌱 I’m currently learning how to use Codex and Claude Code as AI coding assistants
  • 💞️ I’m looking to explore how to AI to scaffold and deploy complex architectures in the cloud.
  • 📫 How to reach me: @[email protected]

Pinned Loading

  1. basic-fastapi-fargate basic-fastapi-fargate Public

    Experiment to scaffold minimal FastAPI service using Codex and a README file. Was successfully deployed to cloud using ECR, and both ECS /Fargate and EKS, using aws cli commands suggested by Codex.

    Shell

  2. basic-fastapi-terraform basic-fastapi-terraform Public

    Experiment to scaffold minimal FastAPI service using Codex and a README file. Was successfully deployed to cloud (ECR+ ECS/Fargate) using Terraform files generated by Codex.

    HCL

  3. openai-basic-api-client openai-basic-api-client Public

    Minimal FastAPI service that accepts a POST and makes an API request to OpenAI. Scaffolded and deployed to ECR/ECS using Codex.

    Python

  4. basic-fastapi-rag-demo basic-fastapi-rag-demo Public

    Codex generated repository to demonstrate simplest possible RAG and deploy it to AWS ECS

    Python

  5. claude-test-1 claude-test-1 Public

    Python

  6. deepseek-alpha deepseek-alpha Public

    A local-first scaffold for a “DeepSeek-Alpha” self-hosted inference stack, currently providing a FastAPI mock/transformers-backed model service with tests, Dockerfile, and dev tooling to build towa…

    Python