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

Alex KhouryGorabbit: RabbitMQ supercharged for Go Applications
The tech team at Kardinal is proud to present their latest open-source library: Gorabbit. A RabbitMQ...

Sourjaya DasBuild a CLI tool : Generating hex dumps with Golang
In this article, we will look at how to build a CLI tool using Go standard packages.We will be trying...

SnykSecExploiting HTTP/2 CONTINUATION frames for DoS attacks
This post covers all the info you need on the new HTTP/2 CONTINUATION frames vulnerability, including the affected versions, its impact, mitigation steps, and how to protect your applications.

Aurélie VacheUnderstanding Go: part 9 – Slice
Serie of sketchnotes about Go. Explaining in a visual way Go/Golang concepts.

Jeetmy first 100 stars on the GitHub repo
This is my first post here on dev.to, and I am here to talk about one of my recent achievements -...

MegaByteeWhy Go is great choice for Software engineering.
Thoughts on why Go is becoming a popular programming language. Go (or Golang) is a fast and effective...

Konstantin LäuferUnicode string length can mean different things in different languages
I was working on a text processing example across several different programming languages, including...

Understanding the Facade Pattern in Go
Facade Pattern Imagine you're working with a highly complex system, something like...

Understanding the Adapter Pattern in Go
Adapter Pattern The Adapter Pattern is a structural design pattern that allows objects...

MBVTop level internal is unnecessary
I recently got into a discussion on twitter; I suggested that root level internal directories doesn't...

Alex Sandro GarzãoNovos operadores e a sentença if
A sensação que tenho é que nestas últimas 2 semanas o projeto evoluiu muito. Espero que gostem...

Daniel Baptista DiasImplementing OTel Trace Context Propagation Through Message Brokers with Go
Co-authored with @mathnogueira A big challenge in developing an application with observability that...

Honeybadger StaffA comprehensive guide to file operations in Go
This article was originally written by Adebayo Adams on the Honeybadger Developer Blog. Proper file...

Shashank ShekharGo Generics: Unleashing Reusability and Type Safety
Go 1.18 introduced generics, a game-changer for Go developers. Generics empower you to write code...

MBVHow to create a blog using Golang
After getting fed up with React, SPAs, and Javascript around 2021 I decided to re-write my personal...

SumitSqueezing the Most Out of Every Byte: Go's Memory Packing Secrets Unpacked!
Go is renowned for its straightforward design, favored for cloud-native applications. It boasts...