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

Go Action: Error Handling In gRPC
go2024-05-11
huizhou92huizhou92

Go Action: Error Handling In gRPC

gRPC generally avoids defining errors within messages. After all, each gRPC service inherently comes...

⚡️ Gowebly CLI now supports the PocketBase framework
go2024-05-10
Vic ShóstakVic Shóstak

⚡️ Gowebly CLI now supports the PocketBase framework

Introduction Hello, DEV people! 👋 Now, I've released the Gowebly CLI v2.5.0 which...

Structured: Extract Data from Unstructured Input with LLM
go2024-05-10
Mateusz CharytoniukMateusz Charytoniuk

Structured: Extract Data from Unstructured Input with LLM

The Structured project started as a Go conversion of Instructor, but it is a more general-purpose...

Creating a personal AI assistant a.k.a An approachable series on learning new stuff!
beginners2024-05-10
Ricardo GiroRicardo Giro

Creating a personal AI assistant a.k.a An approachable series on learning new stuff!

Although I've been programming professionaly for a couple of years now, most of my work has been...

Function Types and Higher-Order Functions in Go
go2024-05-10
Nandani SharmaNandani Sharma

Function Types and Higher-Order Functions in Go

Exciting News! Our blog has a new home! 🚀 Background In the world of programming, the...

Insights Into Go Logging
go2024-04-28
Sumudu LiyanageSumudu Liyanage

Insights Into Go Logging

Logging is indeed very important when developing software applications, because logs help us to...

Tips and tricks to code in Go in a clean, functional and effective way
go2024-05-08
charly3pinscharly3pins

Tips and tricks to code in Go in a clean, functional and effective way

Variable names Go manages the visibility with lowercase for unexported and uppercase for...

Bugs in Golang caused by Zero Value and features of the gob library
go2024-05-08
Bruce DuBruce Du

Bugs in Golang caused by Zero Value and features of the gob library

0 Background Just in the last year, the department platform project I was responsible for...

2024-04-27 My dev.to weekly updates
tooling2024-04-27
Christophe ColombierChristophe Colombier

2024-04-27 My dev.to weekly updates

"what are your achievement this week ?" Here is a post. So here is what I did this week on...

How to use Golang local module
go2024-04-18
JU DaDaoJU DaDao

How to use Golang local module

Go...

Consistent Hashing: An Overview and Implementation in Golang
go2024-05-07
Ege AytinEge Aytin

Consistent Hashing: An Overview and Implementation in Golang

Table Of Contents What Is Hashing? What Is Consistent Hashing? What Problem Does...

Deploy an AWS Lambda function using Amazon Q
go2024-05-07
Abhishek GuptaAbhishek Gupta

Deploy an AWS Lambda function using Amazon Q

No browser tabs were used to get this done (except when searching for funny pics for this...

【Notice】Zinx open source license has been changed from GPL 3.0 to MIT.
go2024-05-07
AceldAceld

【Notice】Zinx open source license has been changed from GPL 3.0 to MIT.

After discussions among Zinx developers, we have decided to change Zinx's open-source license from...

Understanding concurrency in go programming language: goroutines, Channels, WaitGroups and mutexes
go2024-05-06
Esieboma JeremiahEsieboma Jeremiah

Understanding concurrency in go programming language: goroutines, Channels, WaitGroups and mutexes

Concurrency – is a buzzword often thrown around these days in the world of programming, but what does...

simple mermaid builder in golang: support ER/sequence diagram, pie chart
go2024-05-05
nchikanchika

simple mermaid builder in golang: support ER/sequence diagram, pie chart

Markdown with mermaid I previously introduced the nao1215/markdown package as a markdown...

(Part 5)Golang Framework Hands-on - KisFlow Stream Computing Framework-Connector
go2024-05-06
AceldAceld

(Part 5)Golang Framework Hands-on - KisFlow Stream Computing Framework-Connector

Github: https://github.com/aceld/kis-flow Document:...