Personal Portfolio (V2)Content-driven Next.js SSG with multi-env CDN delivery
A Next.js static portfolio that clones a private MDX/JSON content repo at build time, indexes five typed collections through a ContentRepository, ships SEO-ready HTML with sitemap + IndexNow, and deploys preview on GitHub Pages and production on S3 + CloudFront + Route 53.
#CloudFront
Projects
Posts
AWS Networking Services: VPC, Route 53, and CloudFrontA Deep Dive Into the Backbone of Cloud Infrastructure
Master AWS networking with VPC, Route 53, and CloudFront. Learn real-world architecture patterns, avoid costly mistakes, and discover the 20% of knowledge that delivers 80% of results in cloud networking.
Using AWS CloudFront Functions to Implement HTTP Basic Auth in BrowsersSecure Your Static Websites with Basic Authentication through CloudFront Functions
Learn how to implement HTTP Basic Authentication on static websites hosted on AWS using CloudFront Functions. This step-by-step tutorial provides an easy and secure way to protect your content.
Static Site Hosting on AWS: A Complete Guide to S3, CloudFront, and Route 53From your first bucket to a production-grade, globally distributed deployment pipeline
A practical, in-depth guide to hosting static websites on AWS with S3, CloudFront, and Route 53 - architecture, security, costs, pitfalls, and CDK examples.
Stale-While-Revalidate: The Caching Pattern That Balances Speed and FreshnessA Deep Dive into SWR-From HTTP Headers to CloudFront Implementation
Learn how the stale-while-revalidate caching pattern delivers instant responses while keeping data fresh. Includes AWS CloudFront implementation guide.