Projects

A collection of automation, DevOps, and cloud infrastructure projects that eliminate manual processes and scale operations.

QR Code Generator

Web app that generates custom QR codes from any text or URL. Features adjustable size, custom colors, and download options in PNG or SVG format. Instant generation with real-time preview. Perfect for creating scannable codes for websites, contact info, or any text.

JavaScript QRCode.js Canvas API SVG
View Project →

Document Scanner

Web app that converts images into professional scanned PDFs. Upload multiple photos, apply enhancement modes (Color, Grayscale, Black & White), and generate a single multi-page PDF. Client-side processing ensures privacy—no uploads to servers.

JavaScript Canvas API jsPDF Image Processing
View Project →

AI-Assisted SEO Snapshot Scanner

Web app that analyzes on-page SEO signals from a single URL. Extracts title tags, meta descriptions, H1 tags, image alt text, and technical signals. Uses LLM to interpret findings and prioritize fixes. Demonstrates proper AI usage with clear limitations—not a ranking guarantee.

React Node.js Cheerio SEO
View Project →

AI-Assisted Cloud Config Risk Scanner

Web app that analyzes AWS configurations (IAM policies, S3, Terraform, CloudFormation) using LLM to summarize configs in plain English, flag common risk patterns like *:* permissions and public access, and suggest safer alternatives. Demonstrates proper AI usage with clear guardrails and limitations—not a security guarantee.

React Node.js LLM Integration AWS
View Project →

CI/CD Pipeline Automation

Designed and maintained automated deployment pipelines with Docker and AWS CodePipeline. Eliminated manual deployments, reduced deployment time by 80%, and achieved zero-downtime releases for production systems.

CI/CD Docker AWS CodePipeline

Test Automation Framework

Built comprehensive test automation achieving 90% code coverage with Jest and Cypress. Automated regression testing, catching defects early and reducing QA time from days to minutes.

Test Automation Jest Cypress

Workflow & Data Automation

Automated data workflows with Python scripts and MySQL, reducing manual effort by 70%. Built web scraping pipelines, automated reporting systems, and data processing workflows for real-time insights.

Python Automation Data Pipelines Process Optimization