
An interactive AWS deployment guide with live service demos for S3, SQS, CloudWatch, and more, plus production-ready Terraform configurations and 24+ doc pages.
AWS's official documentation is comprehensive but overwhelming for developers deploying their first production application. Service pages explain individual APIs but rarely show how services integrate for a real deployment. Developers need a guided, interactive resource that demonstrates the full deployment pipeline from code to running infrastructure.
I built an interactive documentation site that pairs AWS service explanations with live demos and production-ready Terraform configurations. A mock mode lets users explore service behaviors without AWS credentials, lowering the barrier to entry. The guide follows a progressive structure — starting with basic concepts, building to service integration, and culminating in full infrastructure-as-code deployment.
Next.js powers the documentation site with MDX for content pages. AWS SDK v3 handles real API calls to S3, SQS, CloudWatch, Cognito, and Secrets Manager, with a mock service layer that simulates responses for credential-free learning. Terraform configurations use modular HCL with proper state management, covering VPC, ECS/Fargate, RDS, ALB, and IAM. Docker configurations demonstrate multi-stage builds for Next.js applications optimized for production deployment.
Published a 24+ page interactive deployment guide covering 13 AWS services with live demos and production-ready Terraform modules. The mock mode proved especially valuable — learners can experiment with AWS service behaviors without cost or credential setup. The guide has served as a comprehensive reference for deploying containerized Next.js applications on AWS infrastructure.

A step-by-step task management demo showing containerized Next.js deployment with Docker, Prisma ORM, PostgreSQL, and Vercel production deployment.

An all-in-one virtual events platform with live streaming, exhibitor booths, real-time chat, and attendee engagement tools built with Next.js and Stream.

An AI-powered voice interview simulator using OpenAI's Realtime API and WebRTC for realistic practice with live feedback across technical, behavioral, and HR rounds.