• OPENDEV HUB V1.0• API STATUS: 100% OPERATIONAL• CLIENT ENGINE: LOADED & CACHED• TRENDING TECH: TAILWIND V4, NEXT.JS 16, RUST, GO• ZERO AUTH REQUIRED
OPENDEVHUB

Command Palette

Search for a command to run...

DEVELOPER RELEASES

DEVELOPER NEWS STREAM

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

Gorabbit: RabbitMQ supercharged for Go Applications
go2024-04-09
Alex KhouryAlex Khoury

Gorabbit: RabbitMQ supercharged for Go Applications

The tech team at Kardinal is proud to present their latest open-source library: Gorabbit. A RabbitMQ...

Build a CLI tool : Generating hex dumps with Golang
go2024-04-09
Sourjaya DasSourjaya Das

Build 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...

Exploiting HTTP/2 CONTINUATION frames for DoS attacks
codesecurity2024-04-09
SnykSecSnykSec

Exploiting 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.

Understanding Go: part 9 – Slice
go2024-04-08
Aurélie VacheAurélie Vache

Understanding Go: part 9 – Slice

Serie of sketchnotes about Go. Explaining in a visual way Go/Golang concepts.

my first 100 stars on the GitHub repo
github2024-04-07
JeetJeet

my 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 -...

Why Go is great choice for Software engineering.
webdev2024-04-07
MegaByteeMegaBytee

Why 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...

Unicode string length can mean different things in different languages
unicode2024-04-06
Konstantin LäuferKonstantin Läufer

Unicode 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
webdev2024-04-06
Kittipat.poKittipat.po

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
webdev2024-04-06
Kittipat.poKittipat.po

Understanding the Adapter Pattern in Go

Adapter Pattern The Adapter Pattern is a structural design pattern that allows objects...

Top level internal is unnecessary
go2024-03-16
MBVMBV

Top level internal is unnecessary

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

Novos operadores e a sentença if
compiling2024-04-04
Alex Sandro GarzãoAlex Sandro Garzão

Novos operadores e a sentença if

A sensação que tenho é que nestas últimas 2 semanas o projeto evoluiu muito. Espero que gostem...

Implementing OTel Trace Context Propagation Through Message Brokers with Go
opentelemetry2024-04-04
Daniel Baptista DiasDaniel Baptista Dias

Implementing OTel Trace Context Propagation Through Message Brokers with Go

Co-authored with @mathnogueira A big challenge in developing an application with observability that...

A comprehensive guide to file operations in Go
go2024-04-03
Honeybadger StaffHoneybadger Staff

A comprehensive guide to file operations in Go

This article was originally written by Adebayo Adams on the Honeybadger Developer Blog. Proper file...

Go Generics: Unleashing Reusability and Type Safety
go2024-04-03
Shashank ShekharShashank Shekhar

Go Generics: Unleashing Reusability and Type Safety

Go 1.18 introduced generics, a game-changer for Go developers. Generics empower you to write code...

How to create a blog using Golang
go2024-04-03
MBVMBV

How to create a blog using Golang

After getting fed up with React, SPAs, and Javascript around 2021 I decided to re-write my personal...

Squeezing the Most Out of Every Byte: Go's Memory Packing Secrets Unpacked!
go2024-04-14
SumitSumit

Squeezing 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...