Go (golang)

Golang – Building a Graphql Server (Part 1)

Golang – Building a Graphql Server (Part 1)

Posted Mar 25, 2019 | | By Maina Wycliffe | Go (golang)
Over the last 3 months, I have been involved on a project where I ended up building a GraphQL Server using Go. Before this, I had not worked on GraphQL before, on either frontend or backend. In this post, I would like to focus on two things: First, …
Read More

Golang – Building Small Docker Images

Golang – Building Small Docker Images

Posted Jan 4, 2019 | | By Maina Wycliffe | Go (golang)
In this post, we are going to see how we can reduce the size of our final docker image size for our golang app. To achieve this, we are going to be using the scratch docker image. This is going to reduce the size of the final image by over 95%. Why? …
Read More