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

VicentPolymorphism for Go slices
How to use Go polymorphism on slices

Kamal NasserCreating a Simple Contacts List with Go and PostgreSQL
In this post, we will build a simple web page containing a contacts list, with th...

Serhat TekerVim fzf - Project Root
What is fzf? fzf is a general-purpose command-line fuzzy finder written in Go. fzf is a...

OleksHow to control router access permissions in Golang web application
In this post I'm going to describe how can we limit user access to the specific url in golang web application.

VadimMy first useful open source project
Simple task runner on directory changes that doesn't produce tons of logs if everything is OK 👌

Haruan JustinoLearning Go Notes - Clean Architecture and Go, is it a match?
These last days I was migrating a PHP project from symfony 2.8 to 3.4 and PHP from 5.6 to 7.2 and it...

Florian RandPlaying with Go: Functions as a parameter
function as a parameter in golang
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...