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

Andrea StagiExtending Python with Go
One of the most interesting features of CPython is the ability to add new built-in modules to Python...

NanaHow were my first 10 days of the 100DaysOfCode challenge?
What was my motivation? Before explaining more about my motivation, I will share with you...

NanaComo foram os meus primeiros 10 dias do desafio 100DaysOfCode?
Qual foi a minha motivação? Antes de explicar melhor sobre a minha motivação vou compartil...

EliiseDatabricks Operator load testing
This blog will provide an high level overview of the methodology we're using when load testing, using...

Roberto GuerraGo Notes: Auth0 validation for AWS Lambda
I found myself migrating a serverless service written in node to Go, and needed to write a lambda aut...

James EasthamHow to use Amazon SQS and SNS for inter-service communication - Part 1
It's been a busy week this week, so further development on the league manager application has been sl...

Ivan GImplementing Custom Dapr State
Implementing Custom Dapr State

Sasha BlagojevicGo for PHP or Any Other Developer
I’m of the opinion that each language should be written in its idiomatic way, that is the way to get the most out of the language and in addition your code will be easily understandable by the wider community and new developers that might join you or replace you later on. I highly recommend covering these resources if you’re considering learning GO.

Steven VictorA Working Solution to JWT Creation and Invalidation in Golang
Discovering how to invalidate a JWT after logout

vasaTutorial: Building a Twitter Bot using IPFS Cluster 🤖
This article was first published on our open-source platform, SimpleAsWater.com. If you are intereste...

Runo-saduwaGo variables: the bare minimum knowledge
learn about Go variables quick and easy!

Thomas De MoorEssential Resources to Learn About Go
Go the third-most wanted programming language after Python and JavaScript. Here are some of the best Go resources for you to read, listen to, or subscribe to.

Yaşar İÇLİBongo Pagination
In our previous article, we made a collection with bongo. If you haven't read it, you can look here...

Melissa McEwenHost your Git on Glitch with Gogs
Gogs is a self-hosted Git service written in Go (gee... that's a lot of of Gs), this is how we made it run on Glitch

Yaşar İÇLİMake the collection find using Go bongo.
For example, we have a collection of users and we want to find all users from this collection. If yo...

Frank LiA few Golang notes
I've taken a liking for Golang's no-frills and elegant approach to programming. Compared to C, Golang...