- Добавил: literator
- Дата: 4-07-2024, 02:43
- Комментариев: 0
Название: Foundations of Debugging for Golang
Автор: Matt Boyle
Издательство: byteSizeGo
Год: 2024
Страниц: 174
Язык: английский
Формат: pdf, epub
Размер: 34.8 MB
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. This book started life as a course and has been written from the ground up, including additional content. When people think of debugging, they often think of the debugger. We will cover how to use the debugger in this book, but it is a small part of our debugging utility belt. Pair Programming is one of the best ways to grow as a Go engineer, especially if you are fortunate enough to pair with someone with more experience than yourself. As the more senior member of a pair, there is still plenty of benefit to you too - we will explore that more below. When I used to work 100% in the office, we used to pair often and I credit it with much of my technical growth. I found moving to remote working has made pairing much harder, but I found a few ways to make it work (although I think the experience is still inferior). If you are a junior or mid-level Go engineer, I think this book will be useful for you.
Автор: Matt Boyle
Издательство: byteSizeGo
Год: 2024
Страниц: 174
Язык: английский
Формат: pdf, epub
Размер: 34.8 MB
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. This book started life as a course and has been written from the ground up, including additional content. When people think of debugging, they often think of the debugger. We will cover how to use the debugger in this book, but it is a small part of our debugging utility belt. Pair Programming is one of the best ways to grow as a Go engineer, especially if you are fortunate enough to pair with someone with more experience than yourself. As the more senior member of a pair, there is still plenty of benefit to you too - we will explore that more below. When I used to work 100% in the office, we used to pair often and I credit it with much of my technical growth. I found moving to remote working has made pairing much harder, but I found a few ways to make it work (although I think the experience is still inferior). If you are a junior or mid-level Go engineer, I think this book will be useful for you.