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

Albert Go or Python and why?
So a friend of mine was considering either learning python òr go. What would be your advice to him?

Masayoshi MizutaniA log format analyzing tool from existing text log file
NOTE: This article was written mainly by machine translation. I apologize if this is hard to...

Theofanis DespoudisA Step-by-Step Guide to Go Internationalization (i18n) & Localization (l10n)
The Ultimate Step-by-Step Guide to Go Internationalization (i18n) and Localization (l10n). Learn how to localize Go applications using the latest Go v1.10. We will discuss character encodings, text transformations, and locale-specific text handling.

Victoria DrakeKnapsack problem algorithms for my real-life carry-on knapsack
Using a greedy algorithm and dynamic programming to pack my full-time nomad travel bag.

deadcheatdeadcheat/goblet embedding library for assets written in Go
Circumstance Embedding of assets, is necessary for creating a single binary application in...

林子篆Design of Redux-go v2
Redux is a single flow state manager. I porting it from JS to Go at last year. But there had one...

Martyn DaviesAuto Translating Search with Algolia & IBM Watson
Here's how you can add an automatic translation to your search fields in Algolia using IBM Watson

hitochanCannot call pointer method on Literal
I tried to call pointer method on struct literal. package main import "fmt" type Greeter struct...

Nicola ApicellaGolang Patterns - Part 2
golang patterns

Ian WilsonI Wrote a Go Script to Generate Gists, Here's What I Learned
Theres a lot of busywork that comes with writing blogs and posting them to different platforms. My goal here is to make that process a little less painful.

Yoandy Rodriguez MartinezImplementando JSON-RPC en Go
Implementando JSON-RPC en Go JSON-RPC es mi método favorito para com...
Jon CalhounUsing the Service Object Pattern in Go
Developing a web application without separating the logic used to parse an incoming request from the actual application logic can be painful. It is hard to test your card, dependencies aren't clear, and the code can become a mess. Learn how to apply the service object pattern to your Go code in order to properly isolate these concerns, making it easier to test, maintain, and read your code.

Jess LeeWhat do you think of the new Go logo?
I got a hilarious message from my friend about Go's new look & logo announcement. It went...

Peter Jausovec1 min* to run a service in Kubernetes — kapp tool
tool for deploying Go services to Kubernetes
Francis SundayBuilding a Web App With Go, Gin and React
In this tutorial, I'll show you how easy it is to build a web application with Go and the Gin framework and add authentication to it like a Boss.

deanThe Gopher is NOT dead!
Many people have been concerned about the death of the Go gopher, and don't worry, the gopher is far from dead!