I'm an IT graduate with a passion for building things — from cloud infrastructures to security systems. I enjoy designing solutions that are both robust and well thought-out. For my BSc final project, I led the AWS architecture design and end-to-end infrastructure security, and I'm currently deepening my expertise in cloud computing and cybersecurity.
This website is hosted entirely on AWS using a fully serverless, static architecture. The files are stored in an Amazon S3 bucket with Static Website Hosting enabled, acting as a scalable and cost-efficient file server.
In front of S3 sits Amazon CloudFront, a global CDN that caches and delivers the site from edge locations worldwide, ensuring ultra-low latency for any visitor regardless of location. CloudFront handles HTTPS through a free TLS/SSL certificate from AWS Certificate Manager, keeping the connection secure on the custom domain guigoldenboy.xyz.
Deployments are fully automated via a CI/CD pipeline: every push to the GitHub repository triggers AWS CodePipeline, which runs CodeBuild to invalidate the CloudFront cache and deploys the updated files to S3 — no manual uploads needed.