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

Steve LaytonAttempting to Learn Go - Let's Get Modular - Again!
Following up from our last post let's see what we need to do to release a new version!

Taylor SilvaCreating Your Own BeforeEach() in Go
TDD with Go's built-in test framework

xuriGo library for reading and writing Microsoft Excel™ (XLSX) files
Excelize is a library written in pure Go and providing a set of functions that allow you to write to and read from XLSX files.

Adron HallTwitz Coding Session in Go – Cobra + Viper CLI Wrap Up + Twitter Data Retrieval
Coding Session in Go - Cobra + Viper CLI for Parsing Text Files, Retrieval of Twitter Data, and Exports to various file formats.

Adron HallTwitz Coding Session in Go – Cobra + Viper CLI with Initial Twitter + Cassandra Installation
Coding Session in Go – Cobra + Viper CLI for Parsing Text Files, Retrieval of Twitter Data, Exports to various file formats, and export to Apache Cassandra.

Rafael AciolyUsing mock on Golang tests
learn how to write tests with mock using golang

Aaron EllingtonImportance of Configuring Go sql.DB Connections
The obvious advice that I missed when switching from PHP to Go

Stefan StreichsbierAwesome Golang Security 🕶🔐
An awesome list of security-related resources for Golang
Abdullah AlgarniArtistic Terminal with Docker & Go
I am not a fan of using the Terminal, and I've always liked seeing things, and clicking on them. But...

Chris JamesHow to test a function that uses os.Exec?
How do we test functions that call out to the operating system?

林子篆A lightweight web framework for Go
Rocket is a little web framework because we're tired at marshaling/unmarshaling data when developing...

J AravindhanA TODO app using grpc-web and Vue.js
A gentle introduction to gRPC and grpc-web

林子篆How to compare Go benchmark in TravisCI
Although the article is for Go, but you still can use concept part for others language. Frist we...

George CalianuVersioning your API in Go
At some point in time your API need to have versions like /v1 or /v2 (like github API). To implement...

Boris Jamot ✊ /It's Been Three Months Since My First Go LoC 🤓 🎓
What I've learned as a Go developer in the last 3 months

Andrew DavisBuilding My Personal Site with Go and TailwindCSS
How I built a custom personal site using Go