awesome-golang-workshops
Go workshops
A curated list of in-depth workshops on Go programming language topics
A curated list of awesome golang workshops.
511 stars
17 watching
27 forks
last commit: over 3 years ago
Linked from 2 awesome lists
Awesome Golang Workshops / Contents / Performance | |||
High Performance Go Workshop | 804 | over 4 years ago | Covers the tools to diagnose performance problems |
Go Perfbook | 10,684 | almost 3 years ago | Outlines best practices for writing high-performance Go code |
Golang Benchmarks | 108 | over 6 years ago | Comparison of different benchmarks with explanations for the results |
Compiler Optimizations | 124,071 | 6 days ago | Optimizations done by the Go compiler |
Awesome Golang Workshops / Contents / Learning Go | |||
Learn Go With Tests | 22,203 | 6 days ago | Learn Go with test-driven development |
Gopher Labs | 146 | 4 months ago | A workshop with a track on how to be a Go developer |
The Beginner's Guide to Go | A workshop that walks you through everything you need in order to learn Go from the ground up | ||
Awesome Golang Workshops / Contents / Versioning | |||
vgo | A collection of posts by Russ Cox about versioning in Go | ||
Awesome Golang Workshops / Contents / Web | |||
Go Web Workshop | 535 | about 7 years ago | How to build a web application with Go |
Awesome Golang Workshops / Contents / Best Practices | |||
Uber Styling guide | 15,930 | 3 months ago | Documents style patterns and conventions used in Go use at Uber |
Clean Go Article | 2,957 | almost 2 years ago | Covers writing clean code and discusses concrete refactoring examples specific to Go |
Awesome Golang Workshops / Contents / Data Structures | |||
Go Data Structures Course | A course covering how you can build all the standard CS data structures using Go | ||
Awesome Golang Workshops / Contents / Design Patterns | |||
Go Patterns | 25,516 | 6 months ago | Curated list of Go design patterns, recipes and idioms |
Awesome Golang Workshops / Contents / Go Internals | |||
Go Internals | 7,828 | over 3 years ago | About the internals of Go |
Static Analysis Workshop | 49 | over 1 year ago | Dicusses about writing static code analyzers (linters) in Go for Go programs |
Go 101 | 5,539 | 19 days ago | focusing on Go syntax/semantics and all kinds of runtime related things |
Awesome Golang Workshops / Contents / gRPC | |||
gRPC Workshop | 13 | over 1 year ago | How to build a gRPC server, a gRPC client and how to deploy a gRPC server using docker |
Go gRPC Crash Course | 10 | over 3 years ago | A crash course on using gRPC with Go |
Building gRPC Microservices in Go | A course that walks you through setting up, and implementing a gRPC microservice in Go | ||
Awesome Golang Workshops / Contents / ML | |||
Machine Learning With Go | 72 | about 6 years ago | Provides a view on training, utilizing, evaluating, and deploying machine learning models using Go |
Awesome Golang Workshops / Contents / Tooling | |||
Go Tooling Workshop | 2,791 | almost 6 years ago | Covers all the tools gophers use in their day to day life |