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

alfieqashwaIntroduction
Hi, I'm Alfie Qashwa from Indonesia

Chris JamesLearn Go by writing tests: Mocking
Learn about mocking in Go whilst practicing TDD

David WickesLearn Go by writing tests: Concurrency
This is the 6th post taken from a WIP project called Learn Go by writing tests, the aim of which is t...

Sam Thorogood🎩💫 Magic HTTP certs in Go
Learn how to use the `autocert` package in a Go web server, with a bonus on running the code on Ubuntu & SystemD.

Daniel AlbuschatGo: Asynchronous Real-Time Broadcasting using Channels and WebSockets
Learn how to broadcast data to multiple websocket clients in Go.

Benjamin CongdonCounting Scanned Bytes in Go
For a recent project, I needed to read data from a specific chunk of a file. The data was a sequence...
![Discovering Go from C++ [Part 1] variables, conditions, loops, print.](https://media2.dev.to/dynamic/image/width=1000,height=500,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fcl.ly%2F3K1G1v0x2h30%2FImage%25202018-04-08%2520at%25205.46.34%2520PM.png)
pmalhaireDiscovering Go from C++ [Part 1] variables, conditions, loops, print.
An overview of thought C++ programers may have while discovering the Go language in 3 parts. The aim is not to be exhaustive but to cover what I noticed along my Go journey.

rhymesServer to server communication using GraphQL
Server to server communication using GraphQL

Nicola ApicellaGolang Patterns - Part 1
golang patterns

Chris JamesLearn Go by writing tests: Dependency Injection
Learn about DI in Go whilst practicing TDD

Sam ThorogoodUsing Firebase with App Engine users
Firebase and Firestore are amazing developer products from Google, but how can I use an existing auth flow? Example in Go/JS.

ntopWrite a GIF player with Golang
With korok we can write a gif player with less than 200 lines code.

Alex PliutauBuilding Google Home Action with Go
Building Google Home Action with Go

Chris JamesLearn Go by writing tests: Pointers and errors
Learn about pointers and errors in Go whilst practicing TDD

Pan ChasingaConcurrency in Go vs Erlang
Comparing Go's and Erlang's way of dealing with asynchronous processes. This is not a benchmark and I don't believe in it.

rhymesSeven days of Go
Developing an API server in Go