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

Alex PliutauVideo series: Running Go programs on Raspberry Pi. Part 1
I started new video series about writing and running Go programs on Raspberry...

Yasuhiro MatsumotoMy stupid mistake about goroutine/defer
Go is always right

Yuen Ying KitManage Go dependencies using dep
An example showing how to manage Go packages using dep.

Ali SpittelHow I Built an API with Mux, Go, PostgreSQL, and GORM
I've been seeing a lot of discussion about how fast Go is. According to the Benchmark Game Go is much...

Steve LaytonAttempting to Learn Go - Building a Downloader Part 04
Welcome back! If you recall, last time we added the ability to actually download ...

Alex PliutauFace Detection in Go using OpenCV and MachineBox
Building a Go program to capture video from web cam and detect faces.

Yuen Ying KitManage Go dependencies using Glide
An example showing how to manage Go packages using Glide.

Steve LaytonAttempting to Learn Go - Building a Downloader Part 05
This post is going to be a bit different than the previous ones. We're only going...

Alex PliutauImage Recognition in Go using Tensorflow
This is a text version of the video https://youtu.be/P8MZ1Z2LHrw

Inanc Gumus5 More Gotchas and Tricks of Defer in Go — Part III
Protect yourself from basic defer gotchas.

Steve LaytonAttempting to Learn Go - Building a Downloader Part 03
When we last left off we had just finished putting together our download endpoint...

Steve LaytonAttempting to Learn Go - Building a Downloader Part 02
Last time we outlined our plan to create a simple Go server that would download r...
Charles FrancoiseWorking with forks in Go
How to work with a forked

Lex MartinezWriting A Simple Electronic Realtime Poll with Go
Golang, known on the streets as Go, is gaining popularity since was announced in 2009, nine years after Go have demonstrated to be a simple but powerfull programming language and the cherry on top of the cake, pretty easy to learn. In this post we are going to create a realtime poll with it server side writen in Go, which was created as part of academic exercise in order to learn that awesome language

Steve LaytonAttempting to Learn Go - Building a Downloader Part 01
Over the past couple of months, I've been playing with Go and have enjoyed it. No...

Peter AbaGo is my gateway drug
How Go opened me up for other languages