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

Why Everyone Should Learn Go (Even If You Think You Don't Need Another Language in Your Life)
go2024-09-15
PRANTA DuttaPRANTA Dutta

Why Everyone Should Learn Go (Even If You Think You Don't Need Another Language in Your Life)

Ah, Go, the programming language. You’ve probably heard about it, maybe from that one...

Store IoT device data
iot2024-09-27
J FowlerJ Fowler

Store IoT device data

In a previous post, we showed how to receive iot device data from an MQTT broker. In this post, we...

kubewall : A User-Friendly Kubernetes GUI Dashboard
kubernetes2024-09-15
Abhimanyu SharmaAbhimanyu Sharma

kubewall : A User-Friendly Kubernetes GUI Dashboard

Managing Kubernetes clusters can be a challenging task, especially for those new to the platform....

Como Realizar Upload de Arquivos no AWS S3 Usando Golang
go2024-09-14
Fernando Muller JuniorFernando Muller Junior

Como Realizar Upload de Arquivos no AWS S3 Usando Golang

O upload de arquivos para o S3 via Golang é uma das operações mais comuns quando se trata de...

[Golang] Understanding Unbuffered and Buffered Channels
go2024-09-14
JackTTJackTT

[Golang] Understanding Unbuffered and Buffered Channels

Table of contents Channel capacity Behavior Closed channel Receive-Only & Send-only...

A Straightforward Guide for Go Interface
go2024-09-13
EyoEyo

A Straightforward Guide for Go Interface

As a developer transitioning from JavaScript to Go, I found the concept of interfaces challenging...

Gorm: Sneak Peek of Custom Data Types
go2024-09-13
Ivan PesentiIvan Pesenti

Gorm: Sneak Peek of Custom Data Types

Welcome back, folks 👀! Today, we discuss a specific use case we might face when moving data back and...

From Hack Idea to Release: Reflections on Creating and Releasing a Open Source Project
opensource2024-09-12
HeapstackHeapstack

From Hack Idea to Release: Reflections on Creating and Releasing a Open Source Project

This is part of a series aimed at beginner and intermediate developers, releasing or intrigued by...

Go Time and Duration | Programming Tutorials
labex2024-09-11
LabbyLabby

Go Time and Duration | Programming Tutorials

This lab aims to test your understanding of Go's time and duration support.

Dockerizing a Golang API with MySQL and adding Docker Compose Support
go2024-09-04
Pradumna SarafPradumna Saraf

Dockerizing a Golang API with MySQL and adding Docker Compose Support

Developing and testing APIs locally connected to a database is no joke. The database often becomes a...

Decrypt Go: empty struct
go2024-09-11
huizhou92huizhou92

Decrypt Go: empty struct

In Go, a normal struct typically occupies a block of memory. However, there's a special case: if it's...

Choosing the Right Programming Language for Low Latency Applications: Go vs. C++
go2024-09-11
Aditya Pratap BhuyanAditya Pratap Bhuyan

Choosing the Right Programming Language for Low Latency Applications: Go vs. C++

When developing software that requires extremely low latency, such as high-frequency trading...

go-safecast: Safe number conversion in Go 🪄
go2024-09-10
Christophe ColombierChristophe Colombier

go-safecast: Safe number conversion in Go 🪄

I worked on my first open-source package last weekend. ccoVeille ...

Go: integer overflows
go2024-09-10
Christophe ColombierChristophe Colombier

Go: integer overflows

Let's continue my articles about integer overflows in Go. Here are examples var a int var b...

Making a Clean, friendly Spinner in Go/Templ
go2024-09-10
Said MeticheSaid Metiche

Making a Clean, friendly Spinner in Go/Templ

The unhelpful HTML You guys might think that making a consistent, clean and professional...

About the gosec G115 drama, or how I faced back integer conversion overflow in Go 🤯
go2024-09-09
Christophe ColombierChristophe Colombier

About the gosec G115 drama, or how I faced back integer conversion overflow in Go 🤯

Go is a strongly typed language, it avoids making mistakes. I wrongly assumed Go was handling...