The post Learn Go Fast; Best Courses and Resources first appeared on Qvault.
Want to learn Go fast? We’ve compiled a list of great resources for you, dive in and as always let us know what we’ve missed.
What is Go Exactly?
The Go programming language, or Golang for short, is an open-source programming language that helps developers build 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 most well-paid languages for developers to code in.
Best Courses
1. Go Mastery – Qvault
We obviously need to plug ourselves! We recently released our new Go Mastery course. This course can be completed fully in the browser and covers all of the basic syntax and concepts specific to Go. If you have a bit of development experience and are looking to jumpstart your Go career then this course is for you. This course is also the only one on our list with a free certification included.
2. Go By Example
Similar to Go Mastery, this course is a great way to learn the basics in the browser. This course is great and has been around for a while with 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.
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 more 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. Qvault Go Category
We regularly publish Go-related content and you can follow it by sorting for “golang” on Qvault. 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
Thanks For Reading!
Follow us on Twitter @q_vault if you have any questions or comments
Take some coding courses on our new platform
Subscribe to our Newsletter for more programming articles
Top comments (0)