Building a Website with Go
Building a Website with Go
I decided to build my personal website using Go (Golang) instead of a static site generator or a heavy framework.
Why Go?
- Performance: Go is incredibly fast.
- Simplicity: The standard library
net/httpis powerful enough for most needs. - Deployment: A single binary makes deployment to AWS a breeze.
The Stack
- Backend: Go 1.22
- Frontend: HTML5 & CSS3
- Infrastructure: Docker & AWS
Stay tuned for more updates!