Senior engineer here trying to pick up Go for jobs. What resources can you recommend me to cover as much ground as possible

This page summarizes the projects mentioned and recommended in the original post on /r/golang

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
  1. codethesaur.us

    A polyglot developer reference tool to compare programming language concepts side-by-side! Great for learning new languages or using for reference.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. guide

    The Uber Go Style Guide.

    https://github.com/uber-go/guide/blob/master/style.md - must have, write good go code from the beginning.

  4. go101

    An up-to-date (unofficial) knowledge base for Go programming self learning

    https://go101.org/ - read this.

  5. go

    The Go programming language

    Follow notable issues on https://github.com/golang/go to understand such things like why https://github.com/uber-go/automaxprocs was created.

  6. automaxprocs

    Automatically set GOMAXPROCS to match Linux container CPU quota.

    Follow notable issues on https://github.com/golang/go to understand such things like why https://github.com/uber-go/automaxprocs was created.

  7. go-internals

    A book about the internals of the Go programming language.

  8. go-perfbook

    Thoughts on Go performance optimization

  9. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Go Turns 15

    3 projects | news.ycombinator.com | 11 Nov 2024
  • Most modern Go book?

    2 projects | /r/golang | 20 Nov 2022
  • How to learn how the things work “behind the curtains”?

    2 projects | /r/golang | 25 Jul 2022
  • Go is not C, so there is not an extreme fast way to merge slices

    2 projects | /r/golang | 12 Jul 2021
  • There is not a perfect slice clone way in Go

    2 projects | /r/golang | 10 May 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?