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

Ahmed AshrafUnderstand Golang channels and how to monitor with Grafana (Part 1/2)
Just before we start I'd like to tell you this article contains the info I was able to understand abo...

Ahmed AshrafUnderstand Golang channels and how to monitor with Grafana (Part 2/2)
In the first part, we talked about what are go channels and how they work and how to implement them i...

Alex MercedBig List of GO Web Frameworks
Web Frameworks are important for any programming language especially today when more and more of the...

Jonathan HallSimple Go Mocks
Go's interfaces and "duck typing" makes it very easy to create simple mock or stub implementations of...

prozzServerless in Go: How to write testable Lambdas?
Lambda functions should take input parameters, pass them to your domain code and react to results acc...

vasubabuSolution: UnSupported Protocol scheme golang issue
Recently I had faced an issue while using net/http to get the resource from an URL: Here is my progr...

giongto35How I built a cloud Gaming service, part 1
(This is a part of my cloudretro.io series. Introduced in https://dev.to/giongto35/i-write-a-cloud-ga...

Lane WagnerBuilding a Music/Video Streaming Server in Go – Using HLS
In this tutorial, I’m going to walk you through building a streaming API using Golang. Don’t worry,...

Nicolas LepageGo channels in JS (1/5): Sending and Receiving
This post is the first of a series about how I wrote in JavaScript the equivalent of Go(lang) channel...

Murahashi [Matt] KenichiGit clone repositories in a GitHub organization
Git clone repositories in a GitHub organization

Jeremy MorganThe Top 10 Places to Learn Go
Go is one of the fastest growing languages out there. Here are 10 great places to learn it!

FarhanLayering a docker image
Introduction I’ve been a fan of immutable infrastructure ever since I used tools like...

giongto35CloudRetro - Open Source Cloud Gaming Service for Retro Games written in Go
2019 is the Year of Cloud gaming with the multiple announcements from Google Stadia, Microsoft XCloud...

Giuliano RibeiroApp Engine and WebApp with Golang
Now is time to App Engine! My favorite GCP's service. Intro App Engine is the oldest serv...

Theofanis Despoudis"Hello World" performance comparison between GraalVM and Go
Just checking to see how GraalVM and Go compare with each other in a simple "Hello World" application

Martin HeinzGoing Serverless with OpenFaaS and Golang - Building Optimized Templates
In the last blog post about OpenFaaS function we explored what we can do with OpenFaaS - we created o...