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

Dsysd DevReverse a Generic List in golang
In this post we create a simple program to reverse a list, not a specific type of list but a generic...

Kaike CastroIntrodução ao Step Functions e Exemplo em Golang: Processando Pagamentos de Compras
Se você está buscando uma maneira eficiente e escalável de coordenar fluxos de trabalho em suas...

Adetoba ✨Creating custom directories and files for your Flutter project with Go
As a flutter developer, it can be really cumbersome having to create directories and files for your...

Riley SageUse of Golang
today i start learning Golang so everyday i will write a blog Go, often referred to as Golang...

Hazar nenniGetting Started with Go: A Quick Guide.
Go, also known as Golang, is a statically typed, compiled programming language designed for...

Chig BeefMy Grades Depend on 2 Weeks of Golang.
Introduction I used Golang for my big school project after mere weeks of use and this is...

Ankit malikImplementing Enums in Golang
Introduction Enums, short for enumerations, are a powerful concept in programming that...

Ayush PoddarWhen (and more importantly why) are merge commits created?
This post is part of my "Shorts" series, where each post is concise and hyper-focused on a single...

Mangabo KolawoleBuilding a Robust Webhook Service with Golang: A Comprehensive Guide
Introduction In software engineering, certain concepts like webhooks require careful...

Wesley PowellNew Golang Error: Final Update
It has been a while since I last posted about better golang error handling and I thought I would...

Demola MalomoAppwrite + Go: Build APIs without technical overhead
In every stage of the Sofware Development Lifecycle (SDLC), developers must make strategic decisions...

ClaudBuild a Credit Card validator using Go
Introduction 🪩 In this tutorial, we will build a credit card validator using Go and the...

Homayoon AlimohammadiProtoc Plugins with Go
In this article we take a look at Protocol Buffers (protobufs) and explore the intricate workings of...

Aceld12.Data Transmission Protocol: Protocol Buffers
[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Homayoon AlimohammadiEnhancing gRPC Error Handling in a Microservice Architecture
Error handling and the way it is done is a crucial part of software engineering. Poorly returned...

Momchil AtanasovProper HTTP shutdown in Go
Up to this day, I continue to come across code that has problems with shutting down an HTTP server...