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

Rak Process events once, (pub/sub) using Nitric in GO
The Idempotent Consumer pattern is essential for handling duplicate messages in microservices,...

Marlo HenriqueEntendendo as métricas do K6 - Parte 1
Um dos principais objetivos quando realizamos um teste de performance é obter indicadores e métricas...

Rak Secure Upload URLs Buckets with Nitric in Go
Creating a secure method for users to upload files directly to an S3 bucket is a common requirement...

Sean CallawayGrogue: A Roguelike Tutorial in Go (Part 1)
Drawing on the Screen

Siddhesh KhandagaleDockerizing Golang CLI Tool - A Step-by-Step Guide
Introduction In the ever-evolving landscape of software development, where rapid...

Dsysd DevBuilding a Golang Project from Scratch — Zero to Hero — Part 2
In this part of the series, we will be designing the whole system which we will be coding in go in...

Patrice FerletUnderstand how to use C libraries in Go, with CGO
You probably ever heard about CGO, and that Go can use shared libraries from your system to use the...

Marcus KohlbergType Safety in Software Development
The big idea Type Safety helps ensure the correctness of a codebase by catching type...

Julian LiGitHub Trending Insight
GitHub Trending is a great place to explore popular repositories. However, I sometimes feel...

Noishorgo BrotoWhat to choose Golang or Rust?
Hello Everyone, I want to learn a new programming language for upskilling. So, what language should I...

Sean CallawayGrogue: A Roguelike Tutorial in Go (Part 0)
A Roguelike Tutorial Using Go

Mateus ViníciusQuando menos é mais - Escalando uma API em Golang
Resolvi fazer a minha implementação da rinha de backend essa semana, e a experiência que tive foi...

rsteubeGo is bigger than crab!
Ever wanted your custom Gopher but didn't have the drawing skills? Well seems now you can generate...

Benjamen PyleWebSocket with AWS API Gateway
I was working recently with some backend code and I needed to communicate the success or failure of...

Rodrigo VictorRetrieve the CDN link of a file sent to S3 by the Lambda function on AWS
TL;DR Here we'll retrieve a link from the AWS CloudFront, after sending a file to an AWS API Gateway...

Amal SatheesanGetting your basics ready | Data types, Control flow, and Functions in GOLANG
Data Types in Go: A Fun-filled Adventure Ahoy there, fellow code wranglers! Today, we're...