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

Race Condition (Condição de Corrida)
go2024-07-22
Celso CostaCelso Costa

Race Condition (Condição de Corrida)

Quando dois ou mais Threads/Processos competem por um recurso. Race Condition (Condição...

Local First HTMX pt1
webdev2024-07-22
ElijahElijah

Local First HTMX pt1

Part 2 is now live and available here Overview There is a common refrain on the internet...

Runtime Log Level Change using Golang & GoFr
opensource2024-07-22
Aryan MehrotraAryan Mehrotra

Runtime Log Level Change using Golang & GoFr

In this article, I will be sharing how you can change the log level of your application without...

Fixing ko local image publishing on MacOs
go2024-07-22
Ant(on) WeissAnt(on) Weiss

Fixing ko local image publishing on MacOs

Preamble: I still use Docker desktop to run containers on my MacBook Air. I know there's...

Announcing a New Series: Deep Dive into Golly
go2024-07-21
AdityaAditya

Announcing a New Series: Deep Dive into Golly

Hello everyone, I'm excited to announce that I'll be starting a new series dedicated to exploring...

Crash and Timeout Simulation
simulation2024-07-21
ibrohim syarifibrohim syarif

Crash and Timeout Simulation

Image you have apps that required called partner to served your data, the partner sometimes got...

🎉 Finally! Official launch of the Gowebly project on ProductHunt
webdev2024-07-19
Vic ShóstakVic Shóstak

🎉 Finally! Official launch of the Gowebly project on ProductHunt

Hello, DEV friends! 😘 I'm pleased to present you the Gowebly project launch page on ProductHunt...

A guide on Starknet signatures
blockchain2024-07-20
Bastien FaivreBastien Faivre

A guide on Starknet signatures

CHANGELOG 29.04.2026: Updated typed data format to SNIP-12 Revision 1 (StarknetDomain,...

Counting Sort
go2024-07-20
J FowlerJ Fowler

Counting Sort

Here's is sort algorithm to use for an array of integers or structures that are keyed by an integer....

How to add Kubernetes-powered leader election to your Go apps
kubernetes2024-07-19
Steven SklarSteven Sklar

How to add Kubernetes-powered leader election to your Go apps

Learn about leader election and how you can leverage part of the Kubernetes standard library to add this feature to your next application

Gorm Pagination With Ease
go2024-07-20
Sheena ZienSheena Zien

Gorm Pagination With Ease

Recently I've been struggling with pagination on Gorm, indeed gorm has an example that you need for...

Algorithm Complexity with Go — Linear Time Complexity O(n)
go2024-07-14
Kostiantyn LysenkoKostiantyn Lysenko

Algorithm Complexity with Go — Linear Time Complexity O(n)

Algorithm Complexity with Go — Linear Time Complexity O(n) Today, we will focus on...

A file server for my docker like solution native to macOS
docker2024-07-19
OkerewOkerew

A file server for my docker like solution native to macOS

Added a file server Osxiec Hub and support for it in osxiec, which will allow for uploading your...

Handling Large JSON Files in Go: Naive vs. Chunked Approaches
go2024-07-18
Christian SekiChristian Seki

Handling Large JSON Files in Go: Naive vs. Chunked Approaches

Handling large files in memory can be a real headache, especially in environments with limited...

Rust for Gophers
rust2024-07-18
Alex PliutauAlex Pliutau

Rust for Gophers

Should you Rust, or should you Go? Which language is better, and does that question even make sense? Let’s talk about Go versus Rust in 2024, with our special guest, John Arundel.

Implementing Golang's chan in TypeScript with @harnyk/chan
go2024-07-18
if err != nil {if err != nil {

Implementing Golang's chan in TypeScript with @harnyk/chan

Introduction Asynchronous programming in TypeScript can be challenging, especially when...