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

Introduction to Netlink with Go
linux2024-04-28
Zdenko VrabelZdenko Vrabel

Introduction to Netlink with Go

A few years back, I got really interested in understanding how Docker and containers work. One area...

A new cross-platform version manager for SDKs
go2024-04-28
moqsienmoqsien

A new cross-platform version manager for SDKs

Project Homepage: https://github.com/gvcgo/version-manager Docs:...

Read and Write files in Golang
go2024-04-27
Shubham ChadokarShubham Chadokar

Read and Write files in Golang

In this tutorial, we will learn how to read, write, and append to a file using Golang. The built-in...

Go: how fat are your dependencies? Use go-size-analyzer!
go2024-04-25
Christophe ColombierChristophe Colombier

Go: how fat are your dependencies? Use go-size-analyzer!

Most project comes with dependencies. Go is quite interesting as the compiler only ships the needed...

Why I Switched to Table Driven Testing approach in Go
go2024-04-27
keploykeploy

Why I Switched to Table Driven Testing approach in Go

Table driven tests, also known as parameterized tests, have became very popular over the past few...

Hot reloading in Go applications
go2024-04-26
Demola MalomoDemola Malomo

Hot reloading in Go applications

As someone who actively builds applications within the JavaScript / Node.js ecosystem leveraging...

Golang generator functions (Experimental in 1.22)
go2024-04-26
Harutyun MardirossianHarutyun Mardirossian

Golang generator functions (Experimental in 1.22)

To sustain longevity, you have to evolve. Golang is still evolving, and the developer team behind...

Long-term pitfalls of using Protobuf for Apache Kafka
kafka2024-03-31
Sam GozmanSam Gozman

Long-term pitfalls of using Protobuf for Apache Kafka

In my new blog post, I would like to discuss the nuances I encountered while working on a legacy...

Golang in-memory key-value pair cache
cache2024-04-26
Mathias JiyaMathias Jiya

Golang in-memory key-value pair cache

Hello devs, I am excited to share my most recent project. I started working on this Golang project...

Preline UI + Gowebly CLI = ❤️
css2024-04-25
Vic ShóstakVic Shóstak

Preline UI + Gowebly CLI = ❤️

Introduction Hey, DEV friends! 👋 Today, I've released the Gowebly CLI v2.4.0 which...

(Part 4)Golang Framework Hands-on - KisFlow Stream Computing Framework-Function Scheduling
go2024-04-26
AceldAceld

(Part 4)Golang Framework Hands-on - KisFlow Stream Computing Framework-Function Scheduling

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

Go program pattern 05 : Decorations
go2024-04-26
huizhou92huizhou92

Go program pattern 05 : Decorations

Go is a statically typed compiled language designed to be concise and efficient. While Go is not a...

Go Program pattern 04:Map-Reduce
go2024-04-26
huizhou92huizhou92

Go Program pattern 04:Map-Reduce

Map-Reduce is a programming paradigm used for processing large-scale datasets. It helps simplify the...

Go program pattern 03:Inversion of Control
go2024-04-26
huizhou92huizhou92

Go program pattern 03:Inversion of Control

In the previous article, I briefly introduced the composite pattern in Go, which was explained in a...

Understanding Go: part 10 – Struct
go2024-04-22
Aurélie VacheAurélie Vache

Understanding Go: part 10 – Struct

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

(Part 3)Golang Framework Hands-on - KisFlow Stream Computing Framework- Data Stream
go2024-04-25
AceldAceld

(Part 3)Golang Framework Hands-on - KisFlow Stream Computing Framework- Data Stream

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