Learn Go in ~5mins

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Starter-kit for writing services in Go using Kubernetes. (by ardanlabs)

    The repository and structure is free here, but I highly recommend the actual course for API development, which is not free but very valuable.

    https://github.com/ardanlabs/service

  • gofpher

    a collection of functional programming constructs for go

    Monadic error handling like in ML work-alikes, Rust etc. would be a good start. Adopt:

    https://github.com/rebeccaskinner/gofpher

    https://speakerdeck.com/rebeccaskinner/monadic-error-handlin...

    I've been talking to the local Go user group. No one even knows about that concept. This continues a pattern of general ignorance/lack of looking beyond one's horizon I've noticed.

  • 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.

  • gotests

    Automatically generate Go test boilerplate from your source code.

    You can save yourself a minute and generate the test case boilerplate for your with https://github.com/cweill/gotests :)

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