Practical Go Foundations
This introductory course explores topics like strings, REST APIs, error handling, testing, sorting, and more! Perfect for engineers just starting their journey into Go.
ardanlabs.com
Practical Go Foundations Course Outline
1.1 - Introduction to Go
1.2 - Setting Up So You Can Get Started
1.3 - Writing Your First Go Program, Compiling & Running It
Module 1 - Review
Module 1 - Quiz
2.1 - Understanding Strings in Go, Formatted Output
2.2 - Calling REST APIs, HTTP Requests, JSON
2.3 - Working with Files, Using Defer to Manage Resources, Error Handling
2.4 - Composing io.Reader and io.Writer
2.5 - Working with Slices, Slices Internals
Module 2 - Review
Module 2 - Quiz
ardanlabs.com
3.1 - Defining & Creating Structs
3.2 - Adding Methods to Structs
3.3 - Creating and Implementing Interfaces
3.4 - The Empty Interface
3.5 - Using Generics
Module 3 - Review
Module 3 - Quiz