Boot.dev Blog » News » "Interview Prep - Golang" Course Released

"Interview Prep - Golang" Course Released

By Lane Wagner on Aug 26, 2020

Curated backend podcasts, videos and articles. All free.

Want to improve your backend development skills? Subscribe to get a copy of The Boot.dev Beat in your inbox each month. It's a newsletter packed with the best content for new backend devs.

We just launched Interview Prep - Golang, a quick course for those looking to brush up on some Go quirks before walking into an interview. The course is a hands-on tutorial where you complete algorithms and data structures exercises, as well as answer common multiple-choice questions about the Go language.

This interview preparation review stands out because it gives a solid recap (over 30 exercises) of the language, and it’s free on signup!

What’s Included? 🔗

The course has two modules and covers many topics, some of which are:

  • Interfaces and structs
  • Error handling and testing
  • Syntactic sugar
  • Workspace and toolchain features
  • Stacks and queues
  • Channels
  • Mutexes and concurrency
  • Binary trees

Why Go? 🔗

golang gopher

Go is soaring in popularity among DevOps, backend, and security engineers. If you aren’t familiar with Go yet, take a look at our Learn Go course! All code is written and scored in the browser, so no need to worry about spinning up a local development environment and copying/pasting answers.

Find a problem with this article?

Report an issue on GitHub