abhinavyedla02@gmail.com · linkedin.com/in/ayedla · github.com/abhinavyedla02
OTCnet: Manual Test Engineering
DoE: Cloud Infrastructure (Kubernetes)
DoE: FAFSA AI Assistant
NestJS · ECS Fargate · S3 · SQS · FFmpeg · Postgres · Upstash Redis · GitHub Actions
Async video transcoding on AWS. Presigned S3 uploads, SQS job queue, FFmpeg workers on ECS Fargate. The interesting part was the cost engineering: an on-demand system that hibernates the stack after idle and resumes Fargate Spot in ~4 minutes. Monthly bill went from $58 to fifty cents.
An AWS SDK version bump changed CRC64NVME checksum behavior and silently broke every S3 download. Admin credentials in local dev bypassed the check that surfaces the error, so it was invisible until CloudWatch.
A missing s3:ListBucket on the ECS task role made S3 return 403 on HeadObject instead of 404. Without list permission S3 can't confirm non-existence and falls back to access denied. Confirmed with an IAM policy simulation.
Next.js · Vercel Edge Functions · Anthropic API · Upstash Redis · Stripe
Converts AI memory exports between providers. Shipped during the ChatGPT-to-Claude migration wave. ~8,500 Reddit views and 75 early users. BYOK, no server-side key storage. Open-sourcing soon.
sessionStorage key leaked across error paths. A request failing mid-stream skipped the finally block in certain edge cases, leaving the user's API key in storage after the session should have cleared it. Traced through every exit route to make sure cleanup runs on partial failures and aborted requests.
Next.js · TypeScript · Tailwind CSS · Vercel
This site. Next.js App Router and TypeScript on Vercel. Content lives in a typed data.ts so experience, projects, and skills update in one place. Progressive disclosure keeps the dense resume content readable.
FIRE Scholars Program, Sustainability Analytics
AWS Solutions Architect Associate · Amazon Web Services · July 2025
AWS Cloud Practitioner · Amazon Web Services · 2024
Oracle Certified Associate, Java SE 8 · Oracle · March 2025
Languages: Python, TypeScript, JavaScript, Java, C/C++, SQL, Bash, PowerShell, R
Frameworks: React, Next.js, NestJS, Node.js, Express, Flask, FastAPI, Prisma, LangChain, docxtpl
Cloud: AWS (ECS Fargate, S3, SQS, ECR, IAM, CloudWatch, EC2, ALB, SSM), Azure (AI Search, Functions, DevOps, Gov), Docker, Kubernetes, Terraform, AWS CDK, Vercel, Linux
Databases: PostgreSQL, MongoDB, Redis, Neon, Upstash
Testing: Selenium, Playwright, JUnit, TestNG, Jest, Vitest, JMeter, GitHub Actions, CI/CD, Git
AI: OpenAI API, Anthropic API, Vercel AI SDK, RAG, Prompt Engineering, LLM Governance