๐ Jump to Chapter
โผ
๐ Chapters
1
Web Security
Common security vulnerabilities and best practices in Go web applications
2
Goroutines
Go surgery: understanding goroutines and their innards
3
Go CPU & Memory Profiling
Learn to profile your Go programs with pprof to find performance bottlenecks
4
Go Runtime Tracing & Observability
Use runtime/trace and assembly inspection for deep observability
5
Unsafe Optimizations
Learn when and how to use unsafe for zero-copy string/byte conversions
6
Debugging HTTP Services in Go
Debug HTTP/1.1 and HTTP/2 services using GODEBUG, httputil, and httptest