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

Takahiro KudoGo - Prevent Slack Event API retry call
Prevent Slack Event API retry call if the callback returns the error response. func handler(w http...

Lane WagnerThe Nuances of Constants in Go; Go Isn’t JavaScript
The post The Nuances of Constants in Go; Go Isn’t JavaScript first appeared on Qvault. Constants...

FusionAuthSecuring A Golang App with OAuth
In this tutorial, we are going to learn how to secure a golang program with OAuth while using...

Jeroen de KokHow to use Redis Pub/Sub in Go Chat Application (Part 3)
In the third part of this tutorial series, we will add Redis Pub/Sub to our existing chat application...

MoniqueLiveMemory efficient parsing in GO
Instead of greedily reading the whole stream in memory and passing it to...

HostnExtra TechnologiesHow to Install Golang on CentOS 8
In this article, we will show you how to install Golang on CentOS 8. Go is an open source programmin...

Shubham ZanwarDesign Patterns: Facade Pattern 🎭
Cover photo by Silvio Kundt on Unsplash The facade pattern is a structural design pattern, commonly...

Jacob Goodwin05 - Testing a Service Layer Method in Go Account Application
Last time, we looked at how we can test an HTTP handler for fetching a logged-in user's personal info...

Takahiro KudoGo - Tips - generate gomock
I got the following error today, but I was able to generate it successfully after deleting the existi...

Toby ChuiWeb Desktop Environment in Go
For the last 3 - 4 years, I have been working on a relatively large project called the "ArOZ Online S...

Michael LevanGetting Started with Go (Golang) - Free Mini-Series
Hi all! I created a free YouTube getting started mini-course on Go. I do have a ton of other Go cont...

Lane WagnerHow To Correctly Validate Passwords – Most Websites Do It Wrong
The post How To Correctly Validate Passwords – Most Websites Do It Wrong first appeared on...

Sp1983Sparrow plugin to lint Terraform scripts using tflint go utility
How to lint Terraform scripts using Sparrow plugin

Ruben SanchezMaking a fast "yes" clone with Go
Following the series on creating Go based clones of the GNU coreutils, today I wanted to do a speed e...

Alexandre LiberatoComo Instalar Golang no Linux
Como Instalar Golang no Linux Meta Status: Updated Link:...

AtomzwiebackGolang or Rust, that is the question.
Hey, devs around the world, I set the goal of learning Golang about a year ago. But then the Stack...