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

Takahiro KudoGo - aws-sdk-go/service Unit Test
Here is sample codes for the unit test of aws-sdk services. In the case of DynamoDB. package repo...

Bob FirestoneI give up. Atwood's Law won
In the summer of 2007 Jeff Atwood jokingly wrote "Atwood's Law" any application that can...

YJDoc2Why there seem to be less opportunities in Rust (right now) ?
Disclaimer : When I say 'I searched' or 'I found' or anything like that, I accept that I might not be...

Tomas SirioBridge Design Pattern in Go
Hey there! Another week, another design pattern. This week I'm bringing you the Bridge Desing Patter...

Laura VuorenojaHow to OAuth from the Command Line
This week I came up with an idea about a personal Christmas radio. I am an eager listener of Christma...

Minh-Phuc TranUse Go Channels as Promises and Async/Await
If you’ve ever programmed with JavaScript, you definitely know about Promise and async/await. C#, Jav...

Greg HolmesText-to-Speech Voice Calls With Go
In this tutorial, we're going to learn how to make outgoing text-to-speech phone calls using Go and...

Arjun ShettyYet another cli with golang using cobra
Getting work done the plain vanilla way is doing it in cli so I ended up here. Don't you love docker...

Rafał LeszkoBuild Your Kubernetes Operator with the Right Tool
You want to build a Kubernetes Operator for your software. Which tool to choose from? Operator SDK wi...

nadirbasalamahGolang Modules Tutorial
Introduction Software dependency management is an essential feature to make development...

D\sTroIndustry 4.0+ | IOT, ML & BLOCKCHAIN
Hi, Industry 4.0 utilizes best of resources but what if it becomes secure using blockchain? Thi...

Jacob Goodwin10 - Dependency Injection and App Demo
Setting up an account server in Golang

Douglas ParsonsWrite better code and be a better programmer by NEVER USING ELSE statements
I've been a professional programmer for the last several years. During this time I've risen rapidly t...

Joachim ZeelmaekersThe next language that I should learn
As a medior full stack developer, I'm constantly searching for new languages to test out. I quite oft...

Rémi LavedrineDebug your Go app in a Docker Container
Photo by Kevin Ku on Unsplash Recently, I discovered that you can develop in a Docker Container i...

Viacheslav PoturaevContinuous benchmarking with Go and GitHub Actions
Keeping eye on code performance is a good practice that helps moving in the right (greener) direction...