External registration form
- Youtube session 1: "An inspirational introduction to the Go Programming language"
- Youtube session 2: "How to start writing Go code, structure, modules introduction"
- Youtube session 3: "Lexical elements, literals, primitives, variables, constants, etc."
- Youtube session 4: "Expressions and Statements"
- Youtube session 5: "Error handling and best practices, panic, and recovery"
- Youtube session 6: "Type system in Go: overview"
- Youtube session 7: "An in-depth look at Slices and Maps"
- Youtube session 8: "Slice Gotchas. Struct types in Go"
- Youtube session 9: "Functions and Methods in Go. Introduction to Interfaces - Part 1/2"
- Youtube session 10: "Interfaces in Go - Part 2/2"
- Youtube session 11: "Memory allocations and alignment. Testing in Go - Part 1/2"
- Youtube session 12: "Testing - Part 2/2"
- Youtube session 13: "Benchmarks in Go. Packages in Go"
- Youtube session 14: "Modules in Go"
- Youtube session 15: "Goroutines, channels"
- Youtube session 16: "Most useful packages: context, sync"
- Youtube session 17: "HTTP servers and routers"
- Youtube session 18: "Generics in Go"
- Youtube session 19: "Possible ways to design flexible APIs in Go"