A growing collection of documented & shipped projects, across - Front/Back-end, AWS, and Full-Stack. Real infrastructure, production deployed.
| # | Project | Stack | Live |
|---|---|---|---|
| 01 | GitHub Profile Lookup | React, Vite, GitHub REST API, AWS | ↗ Live |
A React/Vite app that queries the GitHub Users REST API and renders profile data — repos, followers, bio — into a glass-morphism card. Built as a deliberate refresher on fetch(), async/await, custom hooks, and component architecture. Deployed to AWS using S3 + CloudFront OAC + Route 53.
Stack: React · Vite · JavaScript · CSS · AWS S3 · CloudFront · ACM · Route 53
Concepts: Fetch API · Promise lifecycle · async/await · React hooks · component refactor · glass morphism · S3 + CloudFront OAC · wildcard ACM cert · DNS alias records
All projects that include AWS deployment follow the same core pattern:
S3 (private bucket)
└── CloudFront (OAC — SigV4 signed requests)
└── ACM wildcard cert (us-east-1)
└── Route 53 subdomain (*.jasonweimarstack1.com)
Each deployed project lives at its own subdomain — no additional hosted zone cost.
small-projects/
├── github-profile-lookup/ ← React/Vite + AWS
└── ... ← more projects coming
Portfolio: jasonweimarstack1.com