Architecture / 05
Separate the proof from the platform.
The portfolio stays simple and static. The map below makes that delivery path explicit, then shows the cloud patterns I understand without pretending they are needed here.
Portfolio architecture
Diagram 01 / actual runtime
This portfolio
The real production boundary for this site is a source-controlled static export delivered to a browser.
Static delivery path
The actual hosting model for this portfolio: source control in, static pages out.
The repository stores the Next.js source, local content, workflow, and configuration.
This is the architecture used to host the portfolio: GitHub → GitHub Actions → Next.js static export → GitHub Pages → visitor browser.
Cloud architecture knowledge
Diagram 02 / knowledge map
Cloud patterns I understand
Six conceptual examples cover virtual-machine hosting, GitHub-to-ECS delivery, container runtime, RDS-backed data, WHM-managed hosting, and serverless requests.
EC2 / Docker host
A conceptual virtual-machine deployment pattern I understand; it is not used for this site.
Containerized delivery
A conceptual image-to-orchestrator path for container-based applications.
GitHub to ECS delivery
A conceptual AWS CI/CD and container deployment path based on the supplied diagram; it is not used for this static site.
RDS-backed application
A conceptual managed relational database pattern I understand; it is not used for this static site.
WHM-managed hosting
A conceptual WebHost Manager and cPanel hosting administration path I understand; it is not used for this static site.
Serverless request path
A conceptual managed API path where the function is invoked by an HTTP request.
Traffic reaches the cloud-hosted entry point.
These are architecture and technology demonstrations only. They are not services required to host this static portfolio.
Boundary
Use the smallest platform that tells the truth.
The project demonstrates frontend architecture, source control, automated delivery, and cloud fluency without adding a backend, server-side database, authentication system, API endpoint, or AWS hosting dependency.