Go best practice and development tooling for a Front-end developer

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

    An entity framework for Go

  • For graphql specifically, I would highly recommend gqlgen (https://gqlgen.com/). It is schema-first and uses code generation, which gives you complete type safety in your implementation. I find it hard to recommend any other graphql library after using this. Additionally, if you are using a relational database and want to use an ORM, ent (https://entgo.io/) integrates very well with it https://entgo.io/docs/graphql/)

  • gqlgen

    go generate based graphql server library

  • For graphql specifically, I would highly recommend gqlgen (https://gqlgen.com/). It is schema-first and uses code generation, which gives you complete type safety in your implementation. I find it hard to recommend any other graphql library after using this. Additionally, if you are using a relational database and want to use an ORM, ent (https://entgo.io/) integrates very well with it https://entgo.io/docs/graphql/)

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