Skip to content
View sujayamindev's full-sized avatar
🌨️
🌨️

Highlights

  • Pro

Block or report sujayamindev

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.

Content in all repositories owned by your account will be closed.
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
sujayamindev/README.md

Sujaya Mindev

Full-Stack & Cloud Development | Computer Science (SE) Undergraduate

sujaya.dev · LinkedIn

Third-year BSc Computer Science with Software Engineering student at Coventry University, delivered by NIBM. I work across the stack and the infrastructure underneath it — the application, the cloud it runs on, and the pipelines that ship it.

Featured Projects

Flutter mobile app (offline-first via Drift/SQLite) on a FastAPI + PostgreSQL backend, behind a KrakenD gateway handling JWT validation and rate limiting. Receipt OCR runs through AWS Textract with a Claude Haiku cleanup layer, feeding per-item warranty and return-window tracking, deadline reminders, and one-tap PDF claim generation. Containerised on an OCI ARM VM with Terraform-managed infrastructure, Prometheus/Loki/Grafana and Sentry monitoring, and a multi-job CI/CD pipeline covering secret scanning, coverage gates, smoke tests, and auto-rollback.

Flutter FastAPI PostgreSQL KrakenD Docker Terraform OCI AWS Textract Bedrock GitHub Actions

Serverless AWS architecture built on a zero-trust model: files upload straight from the browser to S3 via presigned POST, bypassing the API layer for the transfer itself, with a separate Lambda validating binary content on ObjectCreated through an approve/reject workflow. Upload status is tracked in DynamoDB behind an auto-polling API, with Cognito for authentication and CloudFront for delivery. Fully defined as Terraform IaC with a GitHub Actions CI pipeline and coverage reporting.

AWS S3 Lambda API Gateway DynamoDB CloudFront Cognito React Terraform GitHub Actions

Pinned Loading

  1. reclaima reclaima Public

    Flutter mobile app that scans receipts with AWS Textract + Claude Haiku, tracks per-item warranties and return deadlines, and generates claim PDFs. FastAPI · KrakenD · PostgreSQL · Docker · OCI ARM…

    Dart

  2. serverless-media-upload-pipeline serverless-media-upload-pipeline Public

    Serverless media upload pipeline on AWS — direct-to-S3 uploads, binary content validation via Lambda, managed with Terraform.

    JavaScript