Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.66 KB

File metadata and controls

37 lines (23 loc) · 1.66 KB

Cloud Resume Challenge

Multi-cloud serverless resume website built for the Cloud Resume Challenge via the ExamPro bootcamp.

Recognition

Awarded the inaugural Admiral badge upon completion - a special honorary rank issued to bootcampers who exceed Captain-level achievement. Admirals operate beyond the standard progression track and help lead the community forward.

Admiral Badge

Live Site

danphillips.cloud (AWS)

Architecture

The resume site was deployed on two cloud platforms to demonstrate multi-cloud expertise:

  • AWS: CloudFormation, S3, CloudFront, Lambda, DynamoDB, Route 53
  • GCP: Terraform, GCS, Cloud Functions, Firestore, Cloudflare

Both use Ansible for deployment automation and share the same frontend/backend code.

Analytics

The original visitor counter implementation has been retired in favor of a dedicated analytics solution. The serverless counter architecture is documented in the AWS and GCP implementation guides below.

Documentation

  • Frontend - Static HTML/CSS/JS resume with visitor counter
  • Backend - Python build scripts and mock API for local development
  • AWS - CloudFormation infrastructure and deployment
  • GCP - Terraform infrastructure and deployment