Projects
Things I'm building or have built. Some are finished, some are ongoing.
peteshepley.com
This site — an Astro-based personal presence and blog, deployed to AWS via OpenTofu and GitHub Actions.
Resume API
An API for resume-shaped data — profile, work experience, education, skills, certifications, hobbies, and goals — served back as JSON or Markdown. Python on AWS Lambda, DynamoDB, and API Gateway, authenticated with Clerk.
Resume App
A signed-in editor for resume-api data — view your assembled resume and edit every section: profile, experience, education, skills, certifications, hobbies, and goals. React, TypeScript, and Vite, authenticated with Clerk.
API Console
A signed-in API test console for peteshepley.com's APIs — pick an API from the dropdown, browse its OpenAPI documentation, and try live requests against your own data. React, TypeScript, and Vite, authenticated with Clerk.