Skip to main content

Work

Selected Production Work

Projects shipped end to end — from application code to infrastructure, CI/CD, and the observability that keeps them running.

Flagship

PitchPulse26: Full-Stack World Cup Prediction Platform

A full-stack World Cup prediction platform built on serverless AWS with Terraform, CI/CD, CloudWatch monitoring, and a documented rollback path.

Built an end-to-end prediction platform for World Cup 2026 group-stage matches. The frontend runs on AWS Amplify, the backend is an Express API on Lambda behind API Gateway, and Prisma + Neon PostgreSQL power match, prediction, standings, and leaderboard data. Infrastructure is managed with Terraform, DNS is handled through Route 53 for a Namecheap-purchased domain, deployments run through GitHub Actions, and operations are supported by CloudWatch dashboards, alarms, and a documented rollback runbook.

Read case study →

Selected Projects

The strongest supporting projects for cloud infrastructure, CI/CD, and delivery depth.

Featured Project

The Acquisitions: Container Delivery on AWS

Built an end-to-end delivery pipeline for a containerized Node.js API on AWS. GitHub Actions runs build, test, image scanning, and deployment; Docker images are pushed to ECR; ECS Fargate serves the application behind an ALB; and Terraform provisions the supporting infrastructure. Prometheus and Grafana add runtime visibility on top of the deployment flow.

AWSCI/CDDockerECS FargateALBECRGitHub ActionsTerraformPrometheusGrafanaDevSecOps
Featured Project

TaskForge: AWS Delivery Platform with Observability

Built a delivery platform around Jenkins, Docker, ECR, and EC2 to automate how application changes move into AWS. CloudFormation provisions the base infrastructure, Jenkins handles build and deployment stages, and CloudWatch Agent collects host-level metrics so runtime health is visible after release, not just during the pipeline run.

AWSCloudFormationJenkinsDockerECREC2CI/CDCloudWatchObservability
Featured Project

Cloud-Native Node API: ECS Fargate & EKS Deployments

Deployed the same Node.js + Express API to AWS two ways. ECS Fargate behind an ALB, and Amazon EKS with a managed node group and a LoadBalancer Service to compare the operational surface, networking model, and cost shape of both AWS container platforms end to end. Documented the build to ECR, both deployment paths, and end-to-end traffic verification with side-by-side console and kubectl evidence.

AWSECS FargateEKSKubernetesDockerECRALBVPCNode.js
Featured Project

Terraform AWS Platform: Multi-AZ, ALB, Auto Scaling

Provisioned a reusable AWS infrastructure baseline with Terraform for highly available application hosting. The stack includes a multi-AZ VPC, public and private subnets, an ALB, an Auto Scaling Group, NAT gateways, IAM roles for SSM access, and CloudWatch alarms tied to scaling behavior. GitHub Actions handles CI/CD for infrastructure changes without static cloud credentials.

AWSTerraformVPCALBAuto ScalingCloudWatchSNSIAMNAT GatewayGitHub ActionsHigh Availability

Additional Work

Supporting projects that add range, context, or professional delivery experience.

Enterprise Job Platform: Cloud Delivery with AWS Amplify

Delivered a production web application for enterprise position management under ExM Technologies. Owned cloud deployment via AWS Amplify. CI/CD integration, environment configuration, and hosting. Built frontend with Next.js, TypeScript, and Tailwind CSS with API integrations for real-time data.

AWS AmplifyCI/CDNext.jsTypeScriptTailwind CSSAPI IntegrationCloud Hosting