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

Steve LaytonAttempting to Learn Go - Sending Email Via API Again
Let's roll together our previous two posts and start sending some mail!

Artem PiskunLast.fm to Twitter tool on Go
A simple cli tool to share last.fm charts to twitter on golang

George CalianuConditional compilation and runtime module names in Go
Conditional compilation in Go language is a very nice feature but what if we want to know at runtime...

Linda_ppTIL: How to Resolve Go Import Paths in Go
Go import path is corresponding to one directory in filesystem. For example, import "fmt" is resolved...

Nathan McleanCreating A Terraform Provider - Part 1
Cross posting from Medium, this is a post I wrote for my employers' blog - Space Ape Tech A fairly c...

Linda_ppTIL: Pitfall on getting all environment variables in Go
Hello, this is my first post at DEV.TO 🐶 To get the list of all environment variables in Go, I found...

JexiaMaster the World of Go - Issue #27
Master the World of Go. Each week Maarten Bezemer serves the nicest Gophers’ content about the theories, trending topics and tools.

Harits Fahrezanamecheck, a CLI to check your name idea availability
a CLI to check your name idea availability

Tatsuya KamoharaRelease Delete-branch-bot as GithubApps
Delete-branch-bot deletes the branch when it is merged into master automatically.

y-yagiShow comments in GoDoc
GoDoc show comments in code when runs godoc command with notes option. The notes option can specify...

Ido ShamunMost Popular Development Posts Of The Week (10 October 2018)
So often people are working hard at the wrong thing. Working on the right thing is probably more impo...

ThierryHow a Go Program Compiles down to Machine Code
Here at Stream, we use Go extensively, and it has drastically improved our pr...

The Unstuck DeveloperI have no idea where I’m going, but I know how I’ll get there
How I'm developing myself through code.

Ravern KohThe database that can store the Internet
Wouldn't it be awesome if you could save the entire Internet into a database? W...
Chuck HaInterfaces in Go
Beyond vehicles, animals and shapes. This post is a practical introduction to one use of Go's interfaces.

Jon CalhounBuilding Gophercises
We developers have a tendency to overcomplicate software to our dismay. In this post I discuss how I embraced simplicity while building the Gophercises website. (Gophercises is a free Go coding course I created)