Need advice on learning Go

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • go

    The Go programming language

  • Might sound dumb, but I would definitely start with: https://golang.org, and specifically https://tour.golang.org/welcome/1 to learn some of the basic fundamentals of Go. Another favorite beginner tutorial set that I would recommend would be JustForFunc on YouTube: https://youtu.be/iXyC5-4nKfk For the CLI tooling, my development team uses this Go CLI package for our CLI tools. I would recommend poking around here: https://github.com/urfave/cli

  • urfave/cli

    A simple, fast, and fun package for building command line apps in Go (by urfave)

  • Might sound dumb, but I would definitely start with: https://golang.org, and specifically https://tour.golang.org/welcome/1 to learn some of the basic fundamentals of Go. Another favorite beginner tutorial set that I would recommend would be JustForFunc on YouTube: https://youtu.be/iXyC5-4nKfk For the CLI tooling, my development team uses this Go CLI package for our CLI tools. I would recommend poking around here: https://github.com/urfave/cli

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Exercism - Scala Exercises

    Crowd-sourced code mentorship. Practice having thoughtful conversations about code.

  • Wow both resources you recommended are awesome! I like freecodecamp and didn't know they have free courses on YouTube. And the exercises on exercism.io are great!

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