
Professional Website (this site)
This site was built entirely from scratch using Go's net/http
package and custom
HTML/CSS. There were no website builders or frameworks involved. All pages are rendered server-side
with Go templates, enabling shared state across routes such as an active game timer, randomized
gopher interactions, and a global scoreboard.
The result is a fast, accessible, and resilient site that functions fully with or without
JavaScript. Interactive features like fun fact Easter eggs and a live game are seamlessly integrated
using minimal, purpose-built JavaScript.
▼ Key highlights
- Server‑rendered HTML with shared gameplay state
- Zero JS frameworks—progressive enhancement only
- Accessible, responsive, CDN‑friendly
- Built with Go’s net/http and html/template