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

Patrick Schanengolang/go1.9.1.linux-amd64.tar.gz
Install go on Ubuntu, Ubuntu Server 16.04.3, Linux Mint, Vagrant

Inanc GumusGo Variables - A Visual How-to Guide
Easily understand Go variables with visual examples.

Alex PliutauSlack Stranger Bot in Go
Meet strangers in your company, explore new people. Fully anonymous and secure, bot doesn't store any data.

jorinUse Go Channels to Build a Crawler
The other day I built a crawler that checks links on your website to see if there are any links that you can update from HTTP to HTTPS. I came up with an implementation that abstracts the coordination using channels and I would like to share it in this article.

Julien AndrieuxHow we use gRPC to build a client/server system in Go
This post is a technical presentation on how we use gRPC (and Protobuf) to build a robust client/server system.

Edney PittaOn Node.js, Go and concurrency
Why would Ryan Dahl, creator of Node.js, say that Go is the best server-side system ever? Is this the end of Node.js?

Alex PliutauBenchmarks comparing gRPC+Protobuf vs JSON+HTTP in Go
Benchmarks comparing gRPC+Protobuf vs JSON+HTTP in Gousing Go.

Kamal MustafaFirst step in learning new programming language
My non-conventional approach in learning new programming language

Inanc GumusLearn Go: Constants with visual examples
All there is to know about Golang Typed and Untyped Constants.

Alex PliutauHandle HTTP Request Errors in Go
In this short post I want to discuss handling HTTP request errors in Go. I see people write code and they believe to be handling errors when making HTTP requests, but actually they are missing real errors.

Forest HoffmanDetaching Unix Child Processes with Go
Sharing my experience working with detached-child processes in Go.

Gustavo CastilloHow to email your users without sending them spam?
Let's see how to use Mailtrap and Go

Gerasimos (Makis) MaropoulosHow to build a file upload form using DropzoneJS and Go
DropzoneJS is an open source library that provides drag n drop file uploads with image previews.

Inanc GumusShort variable declaration rules
How to use short variable declaration properly.

Alex PliutauMicroservices with Go
How to build Microservices using Go, Docker and gRPC

Inanc GumusA visual how to guide to Go variables
Easily understand Go variables with beautiful visual examples.