Troubleshooting Go Application Development

Troubleshooting Go Application Development

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 1h 42m | 200 MB

Get productive in Go quickly by dodging common roadblocks

Go is a powerful, general-purpose language that is exceptional for writing anything from servers to command-line utilities. Meant to replace languages such as Java and C++, its performance and accessibility have found an eager audience in developers from compiled and interpreted languages alike.

Much of Go’s power comes from its simplicity. Although a high-level language, it doesn’t have much in the way of bells and whistles. Newcomers from all languages tend to trip over the same design decisions that are less common among other languages.

In this course, you will learn to effortlessly surmount these hurdles and become more productive quickly, writing fast, stable code and, hopefully, having more fun coding than ever before!

In this course, we will demonstrate problems a developer will run into when attempting to write, compile, and run their Go programs. This includes language gotchas, common beginner mistakes, an incorrectly set up development environment, and issues running your code on other people’s machines.

What You Will Learn

  • Understand common compiler errors and fix your code quickly
  • Avoid common issues encountered by experienced developers new to the language
  • Take advantage of concurrency to super-charge your code!
  • Prevent crashes in production by remembering just a few simple techniques
  • Write more idiomatic Go and participate in its amazing community
  • Safely depend on third-party packages
  • Write programs that handle problems without crashing