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

chengeSimple Idea for Improving Error Handling of Go
Following is normal code, repeat too much, not so good. _, err = fd.Write(p0[a:b]) if err != nil {...

Tony MetzidisBeing Scientific with Gists : The Sharable Laboratory
Gists Are Great for Tinkering, Performance Testing and Discussion. By using Gist Remotes, teams can create code variants with reproducible test results.

Khoa PhamHow to parse json in Go
Unmarshal using encoding/json property in struct needs to be first letter capitalized...

Dmitry YakimenkoTelegram bot in Go: speak human
Last time I was bulletproofing my SQLite access foundation. Let's see if it holds in production. Too...

MN MarkPointers in practice
I generally understand what pointers are and how they work. Where I run into trouble is when to use t...

Tony MetzidisGetting to Yes -- As Quickly as Possible
Is it possible to beat gnu yes in go?

Niklas MerzContainerize your Go application with Docker
Containerize your Go application with Docker I am working on a small project with an API w...

Asim AslamMicro 1.0 release and beyond
The future of Micro

Simon BäumerMy first open source project - super simple cli testing tool
Test your cli app with a simple yaml based test suite

Scott CoultonI cho, cho, choose you container image Part 1.
A guide to choosing the right base container image

Nando TheessenLogging Request Bodies For Golang REST APIs
Logging HTTP request bodies

Jeremy Likness ⚡️Gopher meet Plasma: A WebAssembly Experiment
Using WASM coded in Go to generate a plasma effect In the early days of programming, hacke...

Steve LaytonAttempting to Learn Go - Sorting and Moving Files by Extension
This time we modify our previous code to be able to sort our files into a nice directory structure.

Andrew DavisRewriting My Personal Site with Hugo
How I rewrote my personal site with Hugo in one day

Steve LaytonAttempting to Learn Go - Listing Files By Extension
This week we create a little `ls` like utility to list files grouped by extension

Tony MetzidisWriting Custom StackDriver Metrics -- The Go Daemon
In part two, we write custom stackdriver metrics and publish using a tiny Go Daemon.