DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Steve BentleyRunning Go in Azure with Container Instances
Go is not an officially supported language in Azure the way it is on Google Cloud Platform. You can...

Rob HoelzA little mistake I made in Go
A little mistake I made in Go I was working on a little Go project last night a few night...

Forest HoffmanGo formatting with rgblog
A Golang package for formatting standard output.

Jon CalhounUsing functional options instead of method chaining in Go
Learn to use functional options instead of method chaining to write cleaner and less bug prone code in Go.

Alex D. GuerrieriAWS and Go
Using AWS in your Go applications

Tsuyoshi UshioAzure Storage Queue SDK for Go Samples for Enqueue/Dequeue and Count
I searched a working sample of the Azure Storage Queue with Azure Storage Queue SDK for Go to save my...

Nahuel Jesús SacchettiMy Go (Golang) Adventure
My first steps with Golang

Steve CoffmanWhen Now is not the time (in Go)
PSA: Use time.Equal() or be sad

Gerasimos (Makis) MaropoulosHow to Turn an Android Device into a Web Server
Simple steps to setup a web server from a phone or tablet

Fernando OcampoTesting a function that generates logs
"Choosing the right limitations for a certain problem domain is often much more powerful that allowin...

Jon CalhounSubtle issues with ORMs, and how to avoid them
Learn about how ORMs can lead to problematic code bases and some steps that can be used to avoid these issues.

Shubham SauravDay 15 of #30DaysOfCode | FizzBuzz and Interfaces In Go
Hey YOU! How are you doing today? I hope that you are having a fantastic day. I myself am having an a...

Alex PliutauGames based on Voice Recognition
Verbal games based on Google Speech, Google Translate, AI. Written in Go, some games support multiplayer mode. Written in Go.

Theofanis DespoudisBehind Continuations Passing Style. Practical Examples in Go
Learn more about Continuations Passing Style of programming with Go

Eli YukelzonInstrumenting Go code via AST
At Mattermost We've been working on integrating call tracing in the server to provide exact measureme...

Eli YukelzonInstrumenting Go code via AST, Part 2
Welcome! This is the second part of our AST blog post series, expanding on the subject of...