Skip to content
View GraphiteTuff's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report GraphiteTuff

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

Jason Graff

Backend-focused software engineering student (Penn State World Campus) and U.S. Army operations leader building production-style backend services.

I build APIs with clean architecture, database persistence, migrations, Dockerized development, and CI. Currently focused on Python/FastAPI, PostgreSQL, MongoDB Atlas, and cloud fundamentals.


Focus

  • βœ… Backend Engineering: Python, FastAPI, REST APIs, OpenAPI/Swagger
  • βœ… Databases: PostgreSQL, SQL, MongoDB Atlas, PyMongo, schema design, migrations
  • βœ… DevOps Fundamentals: Docker, Docker Compose, CI/CD (GitHub Actions)
  • βœ… API Design: modular routing, service layers, validation, persistence, CRUD workflows
  • βœ… Portfolio Focus: production-style backend services for incident, readiness, and manufacturing-style data workflows

Featured Projects

  • Incident Tracker API β€” Production-style incident management API with FastAPI + PostgreSQL, Alembic migrations, Docker Compose, and GitHub Actions CI.
  • Production Tracker β€” Manufacturing-style backend API built with FastAPI, PyMongo, and MongoDB Atlas for creating, listing, retrieving, and deleting production records.
  • Readiness API β€” Personnel readiness backend service modeling readiness records with schema validation, modular routing, and extensible architecture.
  • Inventory / Operations API β€” CRUD API with SQL persistence (expanding with auth + operational workflows).
  • Data Structures Library (C++) β€” Core DS implementations with tests/benchmarks.

What I’m Building Next

  • Add pagination + sorting + timeline updates endpoint to Incident Tracker API
  • Integration tests against Postgres in CI
  • Deploying services (Render β†’ AWS) + cloud fundamentals (networking, IAM, containers)
  • Observability basics (structured logging, health checks, metrics)

Links

Pinned Loading

  1. readiness-api readiness-api Public

    Production-style FastAPI backend service modeling personnel readiness records with schema validation and modular architecture.

    Python

  2. GraphiteTuff GraphiteTuff Public

  3. incident-tracker-api incident-tracker-api Public

    Production-style FastAPI Incident Tracker with PostgreSQL, Alembic migrations, Docker Compose, and Pytest.

    Python

  4. production-tracker production-tracker Public

    Manufacturing production tracker built with FastAPI and MongoDB Atlas.

    Python