Apr 2026 to Present
Portfolio LLM Assistant
Built a RAG-powered chatbot that lets visitors explore my projects through accurate, grounded responses.
- →Integrated Anthropic Claude API, OpenAI API, and a retrieval pipeline behind a public portfolio assistant.
- →Added strict input validation, CORS allowlists, rate limiting, secure secret management, CI/CD, and observability for the Cloudflare Worker endpoint.
PythonTypeScriptAnthropic Claude APIOpenAI APINode.jsCloudflare WorkersREST APIsCI/CD
Mar 2026 to Present
Prairie Amber Cattery
prairieambercattery.comBuilt and deployed a React and TypeScript platform for multi-step workflows and daily operations.
- →Implemented role-based access controls, audit logging, server sessions, CSRF protections, rate limiting, and strict input validation.
- →Owned features end to end through Agile cycles and peer code reviews, keeping the codebase maintainable as scope and user feedback evolved.
TypeScriptReactNode.jsTanStack RouterTailwind CSSREST APIsGitCI/CD
Sep 2024 to Dec 2024
CashFlowGo
Demo github.com/isthisjason/cashflowgoDockerized and deployed a full-stack Django and React finance app to AWS.
- →Used ECS/Fargate, RDS, S3, and CloudFront to create a production-ready system with secure session authentication.
- →Designed a PostgreSQL schema for transactions, budgets, and subscriptions with authenticated REST APIs, CI/CD pipelines, and automated tests.
ReactTypeScriptPythonDjangoPostgreSQLAWS ECS/FargateS3CloudFrontRDSDockerREST APIs