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

Simone GottiIntroducing Agola: CI/CD redefined
There're many CI/CD tools outside, some of them are available only as SaaS (and many are free for O...

Brian Neville-O'NeillHow to make a tic-tac-toe bot with WebAssembly for Go
A while back, I wrote an article about the basic setup for Go WebAssembly in a ...

ZexHomebrew Performance Evaluator
Performance improvement is life-long work. First of all, you need to know how it does right now. The...

Philip PearlGo interfaces, but at what cost?
Interfaces are not without overhead

SiFunctions in Go
At the end of the Conditionals in Go article, we ended with a programme that prints your name, age,...

Ido ShamunWeekly Picks #82 — Development Posts
Due to your many requests to remove paywall content from the weekly picks, starting this week we will...
Jayson SmithSetting up your Go tests as table-driven subtests
Go has terrific support for tests, and some folks may be writing them in ways that could be much more...

SiConditionals in Go (challenge answer)
At the end of the last article ( "Conditionals in Go" ), we said it was possible to optimise the if...

petercourParsing JSON in GO
go, json

Arve KnudsenAutomatically Reporting Errors from Go gRPC Services
A tutorial on automatically report internal errors in Go gRPC (micro)services.

Luca SepePWSafe Cross Platform password management tool.
Cross Platform simple and secure password management from commandline.

SiConditionals in Go
In the last article ( "Arrays and Loops in Go" ), we created a programme that outputted our name, a...

Jon CalhounGetting the most out of coding courses & tutorials
With all of these development tutorials and courses on the internet, how do we make sure we are retaining what we read? In this post I discuss different techniques that help improve how fast you learn, how much info is retained, and even ways to expand beyond what the tutorial is teaching.

Adil 🧩Gopher Gym - Gopher Quiz 2 - TDD!
2 Jun 2019 at 01:52 We finished the last post with three tasks to tackle: Adding tests Keeping...

SiGo Introduction
Go is an open source programming language that makes it easy to build simple, reliable, and efficien...

Adil 🧩Implementing a 'radio button' in Golang shell program
I came across this question in the Gopher slack channel and I thought I might have a crack at answeri...