MASTERS WORK
Graduate-level system architecture, cloud infrastructure, and research projects.
Showing 5 of 5 projects

A five-stage AWS cloud architecture evolution taking a local café from a single €68/mo VPC to a Starbucks-scale global platform serving 10M customers/day across 35,000+ stores. Covers VPC isolation, high availability, decoupled messaging, serverless multi-region, microservices, and global scaling.

A complete CI/CD pipeline for a NestJS application using GitHub Actions, Docker multi-stage builds, Kustomize, and OpenShift. Features automated linting, unit tests, Snyk security scanning, E2E validation, and native blue-green deployment with zero downtime traffic switching across Dev, Staging, and Production environments.

A comprehensive Kubernetes research project covering declarative pod deployment, resource allocation, service exposure, and configuration externalization via ConfigMaps and Secrets. Includes production-ready YAML manifests for nginx pods, hashicorp/http-echo deployments with environment variables, and cluster troubleshooting methodologies.

An academic exercise on Docker principles and OCI image construction. Covers multi-stage Dockerfile authoring, image layer optimization, bind mounts, container networking, and the distinction between virtual machines and container isolation. Includes a production-ready Dockerfile using Alpine Linux for minimal image footprint.
