Skip to content
View jeffgrahamcodes's full-sized avatar

Block or report jeffgrahamcodes

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

Hey, I'm Jeff Graham

Backend & Cloud Engineer · Python · AWS Serverless · Event-Driven Architecture

Building production-grade distributed systems and the developer platforms that make them easier to work with.


What I'm Building

A production-grade, event-driven order processing platform on AWS serverless — and a developer platform layered on top of it.

  • Event schema layer — 9 Pydantic v2 event models, field validators, StrEnum constraints, correlation ID threading for distributed tracing
  • Service layer — OrderService, InventoryService, PaymentService, NotificationService wired through an in-memory event bus (in progress)
  • AWS infrastructure — EventBridge, SQS, Lambda, DynamoDB via AWS CDK (TypeScript) (coming Sprint 3)
  • Developer platform — CLI scaffolding tools and CDK L3 constructs (coming Phase 3)

100% test coverage · ADR-documented decisions · Built in public


Stack

Layer Technology
Language Python 3.12
Event schemas Pydantic v2
Cloud AWS (EventBridge · SQS · Lambda · DynamoDB)
IaC AWS CDK (TypeScript)
Package manager uv
Linter / formatter ruff
Type checker mypy
Testing pytest

Certifications

  • AWS Certified Solutions Architect — Professional
  • AWS Certified SysOps Administrator — Associate

Background

Five years of backend and cloud engineering across AWS, Bloomberg Industry Group, and Cognizant. Partner Solutions Architect at AWS. Before that, 15 years in education — which is why I can explain a distributed system on a whiteboard in a way that actually lands.

Currently building EventFlow as a portfolio project while preparing for a full-time backend/cloud engineering role (available summer 2026).


Connect

Pinned Loading

  1. eventflow eventflow Public

    Production-grade event-driven order processing platform on AWS serverless

    Python