Tag: Go

Articles tagged with Go.

Going to the Gopher Side

The chaos that is the JavaScript/TypeScript ecosystem has become too much to bear in my opinion. I have become unhappy with my direction in the tech industry and in late 2023 made the decision to begin teaching myself Go and pivoting my career out of the Frontend & away from JavaScript.

Working with Makefiles

In my journey into learning Go I have been learning how to use Makefiles within my Go projects. I had never worked with makefiles before and this post will touch on how to use them.

Writing a HTTP Server with Go

Writing a simple HTTP Server using only what is provided via the Go Standard Library.