Learn back-end development by writing real code

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.

If you're looking to become a backend developer, or just stay up-to-date with the latest backend technologies and trends, you found the right place. Subscribe below to get a copy of our newsletter, The Boot.dev Beat, each month in your inbox. No spam, no sponsors, totally free.

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