Guides

These are more complete projects that can, generally, be followed from start to finish to get a complete solution. In these guides, I try to follow the idiomatic patterns for the given language and/or framework that is being used.

Go GraphQL API

#golang  #graphql  #ent 

A step-by-step guide to building a GraphQL API using Go and Ent. We will use Ent, a code-generation based ORM for Go, to interact with a PostgreSQL database. Ent also supports MySQL (and it’s variants) and a couple of others as the underlying database.