Skip to Content Tyler Smith

Bakersfield Technology

Bakersfield Technology Screenshot

Stack

  • Go
  • Templ
  • Echo
  • Tailwind CSS
  • TypeScript

I originally built the 2-page bakersfieldtechnology.com website in 2021 using Next.js. Years later when I wanted to learn Templ and the Echo framework, rebuilding the website in Go seemed like a great learning opportunity.

On the frontend, the site uses Tailwind & Scss for styles, TypeScript for interactivity, and Vite for bundling. When running a production build, the assets are compiled into the binary using //go:embed tags. The work I did building the Vite integration on this app also spun out into its own blog post.

You can view the repo for the original Next.js-powered site here.