DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.
Florian RandUnderstanding the empty interface in Go
Empty interfaces in Golang

Steve LaytonGoing to the Stars With SDL2 and Go
Take to the stars

lbonanomiSterilizing bash history
Shared accounts are an unpleasant fact of life for many Linux sysops engineers. This can be a problem...

Tony MetzidisBuild a 2MB REST API -- Scratch Images Episode III
Building the smallest and simplest Docker images using Scratch. A Go proxy REST API. multi stage docker images. stretch

OleksHow to test database interactions in golang applications
Testing of functions with database interactions always was challenging. Recently, I found a wonderful library, which will simplify writing tests and mocking database queries in golang applications a lot. And I want to share a short example of how to work with it.

Pavan BelagattiGolang & DevOps - A Match Made In Heaven?
Reasons that make ‘Go’ lang fit well in the DevOps ecosystem.

Alex PliutauBuilding Desktop App in Go using Wails
Building Desktop App in Go using Wails

Michael MayerPhotoPrism: Personal Photo Management powered by Go, TensorFlow & Vuetify
Free and open-source. Made with ❤️ in Berlin.

Ilija EftimovTesting in Go: First Principles
If you have any programming experience, whether that’s as a student or a professional, there’s a good...

pr4th4mStream cli output over http
Runnel A program to stream any command line output over http. This is useful when we want...

petercourWhat is GoLang?
golang

Zack💻↔️🖥️ Transferring files between two computers
I created yet another way to transfer files that strikes a good balance between speed, security or simplicity by using relay-assisted peer-to-peer transactions and end-to-end encryption via password-authenticated key exchange.

Angad SharmaProcess synchronization monitors in go
Introduction

Angad SharmaChallenges of neo4j at the heart of software
Introduction

Mustafa TuranDecoupled Package Communication in Go
Bus is a package that allows different packages to communicate with each other without knowing about each other. A package can emit an event without knowing which handlers will consume.

Kirk LewisGo Text Template Processing
Demonstration of processing Go text templates