Committing to learning Go in 2026

Em dashes: 1

Every year, I like to learn a new language to force myself to think differently. It’s easy to get stuck in your ways. When I only knew JavaScript, I would exclusively use indexed for loops. Python and Rust showed me the magic of a good for in loop (or for of in JavaScript land 😵)

My coding background#

So far, I’ve learned the following as a “language of the year”:

  1. JavaScript
  2. TypeScript
  3. Rust
  4. Haskell

I’ve used more languages like Python and Java professionally, but I didn’t feel I gained a big mindset shift from them. Go seems different enough without the large investment of a Rust or Haskell

I’ve spent a week or so looking at Go By Example but never built anything meaningful

In my experience, I find most devs are either ambivalent if they haven’t used Go much or Go haters if they have. Maybe I won’t like it, but only one way to find out! If I’m going to be a hater, I may as well be qualified

Pros#

I’ve had the Go Gopher in my LinkedIn banner for too long to not have used Go. Before anyone asks, no this is not an AI image. I commissioned an artist to draw it

A LinkedIn banner with a Goldendoodle typing on a laptop. The Go Gopher, Ferris the Crab, Lucy from Gleam, and Tux from Linux are all around the area

Cons#

I don’t really care about variable naming. I’ve already seen so many that I will mix them up no matter what language I’m using 🤷‍♂️

How will I learn Go?#

I won’t spend the whole year learning it, likely only a month or two. I’d like to split time between Go and other topics like CPU architecture

I plan on building a baby version of Redis since it’ll force me to hit the edges of Go. I’ll have to learn

I read through Tokio’s tutorial, which happens to also be Redis! I’ll be building mine from scratch with Go, so it’ll make sure I understand the concepts rather than just doing a tutorial. There are infinite ways to follow up a naive implementation—error handling could take a year on its own!


Thank you for reading, and see you in a month or 2 for my thoughts on Go!