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?

  1. Performance: Go is incredibly fast.
  2. Simplicity: The standard library net/http is powerful enough for most needs.
  3. 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!

← Back to Blog