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

7. Building Zinx's Read-Write Separation Model
zinx2023-07-03
AceldAceld

7. Building Zinx's Read-Write Separation Model

[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Instana / OpenTelemetry Integration for Go Applications
apm2023-07-03
Alain Airom (Ayrom)Alain Airom (Ayrom)

Instana / OpenTelemetry Integration for Go Applications

IBM's Instana application resource monitoring (ARM) tool leverages automation and artificial...

6.Design and Implementation of Zinx Multi-Router Mode
zinx2023-07-03
AceldAceld

6.Design and Implementation of Zinx Multi-Router Mode

[Zinx] <1.Building Basic Services with Zinx Framework> <2. Zinx-V0.2 Simple...

Boneless: a CLI to create your apps with Go
go2023-06-28
renanbastos93renanbastos93

Boneless: a CLI to create your apps with Go

A CLI (Command Line Interface) to create your apps with Service Weaver, using gomigrate, sqlc, and Fiber.

Understanding Command-line (CLI) syntax for Gophers
cli2023-07-01
Josh DuffneyJosh Duffney

Understanding Command-line (CLI) syntax for Gophers

The 2022 Go Developer Survey reveals that building CLI applications ranks as the second most popular...

Word Ladder - LeetCode
go2023-06-01
Alkesh GhorpadeAlkesh Ghorpade

Word Ladder - LeetCode

Given are the two distinct words beginWord and endWord, and a list denoting wordList of unique words of equal lengths. Find the length of the shortest transformation sequence from beginWord to endWord using C++, Golang, and JavaScript.

How to screenshot webpages in Golang
go2023-07-01
Mathias JiyaMathias Jiya

How to screenshot webpages in Golang

Hello there, So, I've been lazy to publish an article for about a month or probably more but today...

Day 0: A Journey Into GoLang: Chronicles of a Hobbyist Coder
go2023-07-01
GoneGeek.DevGoneGeek.Dev

Day 0: A Journey Into GoLang: Chronicles of a Hobbyist Coder

Introduction Imagine, if you will, a desolate digital ghost town. The flickering neon...

Bersolek Ria dengan Decorator Pattern
indonesia2023-07-01
M.Hakim AmransyahM.Hakim Amransyah

Bersolek Ria dengan Decorator Pattern

Artikel Ini adalah lanjutan pembahasan implementasi design-pattern yang sebelumnya dibahas pada lebih...

Play Microservices: Scheduler service
microservices2023-06-30
Khaled HosseiniKhaled Hosseini

Play Microservices: Scheduler service

This is the 3rd part of a series of articles under the name "Play Microservices". Links to other...

REST API with Go, Chi, SQL Server and sqlx
rest2023-06-30
Kashif SoofiKashif Soofi

REST API with Go, Chi, SQL Server and sqlx

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial...

Build a Serverless Application for Audio to Text conversion
go2023-06-28
Abhishek GuptaAbhishek Gupta

Build a Serverless Application for Audio to Text conversion

Learn how to use Amazon Transcribe and AWS Lambda to build an audio to text conversion application...

Implement rate limit in Golang
go2023-06-28
JackTTJackTT

Implement rate limit in Golang

This is a short code that demo how to implement rate limit in Golang. package main import ( ...

20 Advanced Golang Interview Questions asked for a Senior Developer position
go2023-06-28
Dsysd DevDsysd Dev

20 Advanced Golang Interview Questions asked for a Senior Developer position

I have taken many interviews and these are some of the questions I ask consistently to test a...

REST API using GO(gin) & Mongo
go2023-06-27
DeeshathDeeshath

REST API using GO(gin) & Mongo

In this blog, we will be building a RESTful API server with two endpoints. The example project will...

Kafka dump: backup, restore, stream,...
go2023-06-28
JackTTJackTT

Kafka dump: backup, restore, stream,...

Source code Kafka dump Kafka data backup Kafka dump is a tool to back up and...