Want to learn Go fast? The good news is that Go is one of the simplest programming languages out there. It was designed to have a compact feature set, which means you can learn it much faster than most other languages.
What is Golang? ๐
The Go programming language, or Golang for short, is an open-source programming language that helps developers create simple, reliable and efficient software. Go was developed at Google in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson. It was designed to be fast, easy and safe to use. Go is quickly becoming one of the most popular programming languages and is one of the best-paid languages for developers.
Best Courses ๐
1. Learn Go - Boot.dev ๐
We obviously have to give ourselves credit! We have recently released our new Learn Go course. This course can be taken entirely in the browser and covers all the basic syntax and concepts of Go. If you have some development experience and want to start your Go career, this is the course for you.
2. Go By Example ๐
Similar to Learn Go, this course is a great way to learn the basics in the browser. This course has been around for a while and has a lot of support from the community. You won’t get automated feedback for correct answers, but it’s still a fantastic resource.
3. A Tour of Go ๐
The tour of go is supported officially by the Go language, and as such has some great high-quality information. Similar to “Go By Example”, the Tour of Go isn’t a course with a certificate or quizzes but is more like beginner-friendly documentation and tutorials.
The tour uses the Go Playground for its computation backend (as mentioned below). The tour is great if you are unsure of whether or not you want to commit to a full course and just want to play around with the language.
4. Golang University 101 ๐
Here John Arundel provides a pick of Go tutorials, conference talks, and other videos that will help you learn the basics of the Go programming language.
Best Communities ๐
1. The Go Forum ๐
The Go forum is a fairly tight-knit online community with a very go-centric community. It’s a great place to start and interact with other “Gophers”. I would highly recommend joining this forum as well as the other communities listed below.
2. Reddit - /r/golang ๐
If you know what Reddit is, this is the place for all Go discussion. If you don’t know what Reddit is, I’m sorry.
3. Gophers Slack ๐
If you are into real-time discussion then the Gophers slack channel is the place to be. There are plenty of awesome channels for all kinds of Go devs. Some of my favorites include:
- #newbies
- #jobs
- #showandtell
- #performance
4. #golang on Twitter ๐
5. Good Gophers list on Twitter ๐
Best Blogs ๐
1. Boot.dev Go Category ๐
We regularly publish Go-related content and you can follow it by sorting for “golang” on boot.dev. you can also grab the RSS feed here.
2. The Go Blog ๐
This is the official Golang blog maintained by Go team. Can’t recommend it enough.
3. Dave Cheney’s Blog ๐
Dave Cheney is a personal favorite of mine. He was one of the first Gophers and has been a prolific writer and fantastic community member.
4. Thoughts and links about programming, by Russ Cox ๐
Best Editors and IDEs ๐
My favorite is VS Code because I use it for everything. That said, here is my full list:
Best Documentation and Tutorials ๐
- Effective Go
- Golang.org FAQ
- Go GitHub - Common Code Review Comments
- Godoc
- How to Write Go Code - Setup and Installation