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

Jay R. WrenGetting started on bigger projects with Go
intermediate go

derekautoapp: A quick dive into containerized CI/CD
A simple intermediate guide into CI/CD with: Github, Drone, Quay, Spinnaker, k8s.

Si LeSimple JWT Authentication with Golang (Part 2)
This is part two of a three-part series tutorial that builds a small but complete JWT authentication...

David BondGo: Creating distributed systems using memberlist
Introduction As scaling requirements have increased steadily throughout enterprise...

Steve LaytonA Stab At Roguish Go Part 03
Let's go back into the dungeons with Go!

Arseny ZinchenkoGo: checking public repositories list in Github. Go slices comparison. The first Golang experience.
The task is to write a tool which will be started from a Jenkin’s job by a cron and will check an...

Lucas GosséHow do we leverage gRPC in a microservices architecture at Side
How to setup and leverage gRPC in a microservices environment with Golang, Docker and Traefik?

dayvonjersenHow to use io.Reader and io.Writer
This was confusing for me when I started using Go after coming from other languages. Most of the te...

Dmitry YakimenkoTelegram bot in Go: speak robot
Last time I taught my bot to speak human. This time I'm gonna teach it to speak robot. I'm going to...

Niklas MerzGo Serverless: Part 2 Google Cloud Run
Running Serverless Functions in Containers What are Cloud Run and Knative? Goog...

Yuen Ying KitHandling HTTP request in Go Echo framework (1)
Retrieve data thru HTTP GET request in Go Echo framework.

Paul BradleyBuilding a digital wingman to assist busy clinical staff
creating a "digital wingman" to assist busy clinical staff, by detecting if particular drugs have been missed off a discharge letter

Niklas MerzGo Serverless: Part 1 Google Cloud Functions
Running Serverless Functions with Golang Go is the most popular language for cloud computi...

Steve LaytonA Stab At Roguish Go Part 02
Let's go back into the dungeons with Go!

Waldemar QuevedoWrapping callbacks dynamically with a Goroutine using reflect
Using reflect to dynamically attach a callback to a Goroutine

Si LeSimple JWT Authentication for Golang (Part 1)
When it comes to an API, we need authentication for users to access their information. JWT is widely...