“Interview Prep – Golang” Course Released

Golang interview preparation

The post “Interview Prep – Golang” Course Released first appeared on Qvault.

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 Go Mastery 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.

Thanks For Reading!

Follow us on Twitter @q_vault if you have any questions or comments

Take game-like coding courses on Qvault Classroom

Subscribe to our Newsletter for more educational articles



source https://qvault.io/2020/08/26/interview-prep-golang-course-released/

Comments

Popular posts from this blog

Why is Exclusive Or (XOR) Important in Cryptography?

What are UUIDs, and should you use them?

6 Things to Avoid When Contributing to Open-Source Projects