awesome-golang-workshops
Go workshops
A curated list of in-depth workshops on Go programming language topics
A curated list of awesome golang workshops.
513 stars
17 watching
27 forks
last commit: over 4 years ago
Linked from 2 awesome lists
Awesome Golang Workshops / Contents / Performance | |||
| High Performance Go Workshop | 806 | over 5 years ago | Covers the tools to diagnose performance problems |
| Go Perfbook | 10,698 | almost 4 years ago | Outlines best practices for writing high-performance Go code |
| Golang Benchmarks | 108 | over 7 years ago | Comparison of different benchmarks with explanations for the results |
| Compiler Optimizations | 124,564 | 11 months ago | Optimizations done by the Go compiler |
Awesome Golang Workshops / Contents / Learning Go | |||
| Learn Go With Tests | 22,299 | 11 months ago | Learn Go with test-driven development |
| Gopher Labs | 143 | about 1 year 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 | 536 | about 8 years ago | How to build a web application with Go |
Awesome Golang Workshops / Contents / Best Practices | |||
| Uber Styling guide | 16,005 | 12 months ago | Documents style patterns and conventions used in Go use at Uber |
| Clean Go Article | 2,964 | over 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,639 | over 1 year ago | Curated list of Go design patterns, recipes and idioms |
Awesome Golang Workshops / Contents / Go Internals | |||
| Go Internals | 7,836 | over 4 years ago | About the internals of Go |
| Static Analysis Workshop | 49 | over 2 years ago | Dicusses about writing static code analyzers (linters) in Go for Go programs |
| Go 101 | 5,559 | 12 months ago | focusing on Go syntax/semantics and all kinds of runtime related things |
Awesome Golang Workshops / Contents / gRPC | |||
| gRPC Workshop | 13 | over 2 years 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 4 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 | almost 7 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,790 | almost 7 years ago | Covers all the tools gophers use in their day to day life |