Quantcast
Channel: SQL Archives - SQL Authority with Pinal Dave
Viewing all articles
Browse latest Browse all 594

Debugging in Go at Pluralsight

$
0
0

I just released my 44th course on the learning platform Pluralsight. It was fun to build this new course Debugging in Go. I have been consulting with Go Lang for quite a while. My client has all sorts of databases like MySQL, PostgreSQL, MariaDB, SQL Server, and MongoDB connected with Go Language. This gave me lots of experiential learning in the real world about – Debugging in Go. I feel amazing as I can share my learnings with everybody.

Debugging in Go

Debugging any program with multiple developers and thousands of lines of code is a complex real-world scenario. In this course, Debugging in Go, you’ll learn to use the Go language debugger utility Delve. First, you’ll explore the usage of Delve with the command line. Next, you’ll discover a more complex scenario for Delve with IDE. Finally, you’ll learn how to perform remote debugging on container-deployed apps. When you finish this course, you’ll have the skills and knowledge of Delve needed to debug the Go language.

Debugging in Go at Pluralsight debugingo-800x267

Why Watch this course?

If you are working with the Go Language and have to deal with different databases, I am confident that you will certainly like this course as it will talk about the topics you deal with daily. However, if you are unfamiliar with Go Language or any other scripting language, I believe you MUST watch this course because the course gives you step by step introduction to this new topic. I have never stopped learning, and I believe we all should continue learning.

You will need a Pluralsight subscription to watch this course. You can also watch this course by signing up for a free trial. Here is a link to the course – Debugging in Go.

Reference: Pinal Dave (http://blog.SQLAuthority.com)

First appeared on Debugging in Go at Pluralsight


Viewing all articles
Browse latest Browse all 594

Trending Articles