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

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

Inanc GumusLearn Go Programming - Yearly Recap - 2017
All articles of 2017 and stats and my goals.

Alex PliutauImage Recognition in Go using TensorFlow
Tensorflow is computation library that represents computations with graphs. Its core is implemented in C++ and there are also bindings for different languages, including Go.

Douglas Makey Mendez MoleroFirebase Cloud Messaging with Golang
I needed to create a microservice for manage communications in my app, emails, SMS, and...

AndreiSetup Go project - for JVM developers
image from https://github.com/zxh0/jvm.go I have been doing development for JV...

ViktorasWhy I like Go
I've been using Go as my main language for the last 6 months. Here's why it has become my favorite la...

Alex PliutauYear Of Commits: simple systray program in Go
Systray program in Go to show how many days in a row I contributed something on GitHub.

Alex PliutauVideo: Using go-bindata with html/template
go-bindata converts any text or binary file into Go source code, which is useful for embedding data...

Gerasimos (Makis) MaropoulosA Todo MVC Application using Iris and Vue.js
Write a fast and modern mini todo application using Iris MVC and Vue.js

Forest HoffmanBuilding a Twitch.tv Chat Bot with Go - Part 2
A walkthrough of how to build a basic Twitch.tv IRC chat bot.

Alex Pliutaupackagemain 1 - Code review of a triangle package
Go code review

Alex PliutauGo Build Flags - Video
In this video I am showing how "go build" works and reviewing its flags.

Alex Pliutaupackagemain #0 - Building gRPC blockchain Server & Client in Go
In this video I am building a gRPC Server & Client in Go, by implementing blockchain service.

decillionSoftware Transactional Memory in Go
Experimental implementation of software transactional memory in Go

Forest HoffmanBuilding a Twitch.tv Chat Bot with Go - Part 1
A walkthrough of how to build a basic Twitch.tv IRC chat bot.

Theofanis DespoudisLet's Implement a Bloom Filter in Go
Let's Implement a Bloom Filter in Go