Skip to main content

Foundations of Debugging for Golang

0h 0m 0s
English
Paid

Course description

Debugging is the most important skill that most people are never taught. Being able to debug locally and in production is a critical skill for any Go engineer, but it is rarely taught explicitly. It has taken me many years of working with Go in production to get comfortable debugging, and I want to accelerate your learning by teaching you everything I wish I had known when I started out.

Read more about the course

What You'll Learn

  • How to get better at spotting issues by eye.
  • Logging patterns and how to build an enterprise logging strategy.
  • What are metrics, how to create them and how to build great dashboards.
  • What distributed tracing is, and how to set it up in your company.
  • How to use Go's profiling tools to debug performance issues use and squeeze every ounce of performance out of your application.

Books

Read Book Foundations of Debugging for Golang

#Title
1Foundations-of-Debugging-for-Golang-Print-2024-05-31

Comments

0 comments

Want to join the conversation?

Sign in to comment

Similar courses

Working with React and Go (Golang)

Working with React and Go (Golang)

Sources: udemy
React and Go are something of a match made in heaven. React is the world's most popular JavaScript library for building Single Page Applications, and Go is uniquely well-suited ...
24 hours 48 minutes 43 seconds
Build SaaS apps in Go (2nd edition)

Build SaaS apps in Go (2nd edition)

Sources: Dominic St-Pierre
Learn how to build performant and maintainable API-first web server in Go. I put some emphasis and content regarding building a SaaS in Go. If you want to build
4 hours 30 minutes 22 seconds
gRPC [Golang] Master Class: Build Modern API & Microservices

gRPC [Golang] Master Class: Build Modern API & Microservices

Sources: udemy
gRPC is a new and modern framework for building scalable, modern and fast API. It is leveraged by many top tech companies such as Google, Square & Netflix and enables programmer...
3 hours 46 minutes 30 seconds
Writing An Interpreter In Go

Writing An Interpreter In Go

Sources: Thorsten Ball
In this book we will create a programming language together. We'll start with 0 lines of code and end up with a fully working interpreter for the Monkey* programming language. S...
Testing with Go

Testing with Go

Sources: usegolang.com
Learn how to test real, complex software written in Go. Large or small, perfect abstractions or global state galore; it doesn't matter what your code looks like, you CAN learn t...
33 hours 16 minutes 48 seconds