I wrote a book about Everyday Go
Today I've published my first eBook on Go called "Everyday Golang". I wanted to share the news with you, what to expect and a bit about the story beh...
Today I've published my first eBook on Go called "Everyday Golang". I wanted to share the news with you, what to expect and a bit about the story beh...
About 18 months ago I started a project which developed directly against containerd. This presented a problem which I'd not really encountered before...
In this post I'll explore how I was able to introduce the idea of interfaces to OpenFaaS to allow the project to adapt with the changing container la...
We're having a renaissance of CLIs - every programming language from Node.js to Go to less fashionable ones like .NET all have CLIs and developers lo...
In this post I want to show you how to build a Serverless function in Go with our new Golang template created by the OpenFaaS community. <blockquote...
This is a recipe in Golang for making a "GET" request over HTTP to an API on the Internet. We will be querying an endpoint provided for free that tel...