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

LeetCode Go #1. Two sum
go2023-07-15
coderazadecoderazade

LeetCode Go #1. Two sum

Problem Description You can find the problem on Leetcode. Given an array of integers nums...

Go: Using fork module
go2023-07-15
anasrinanasrin

Go: Using fork module

Why ? When you are using a Go module and encounter a bug, you may try to fix it by forking...

Ingesting Data into OpenSearch using Apache Kafka and Go
analytics2023-07-14
Abhishek GuptaAbhishek Gupta

Ingesting Data into OpenSearch using Apache Kafka and Go

There are times you might need to write a custom integration layer to fulfill specific requirements...

Top 8 Tools for Microservices Development in 2023
microservices2023-07-14
Riza FarheenRiza Farheen

Top 8 Tools for Microservices Development in 2023

In the modern digital world, businesses are increasingly adopting microservices for building scalable...

How to use hCAPTCHA with Iris
go2023-07-14
Gerasimos (Makis) MaropoulosGerasimos (Makis) Maropoulos

How to use hCAPTCHA with Iris

In this article, we will learn how to use hCAPTCHA with Iris, a web framework for Go that provides...

RAR Cracker - Breaking Password-Protected RAR Archives
cracking2023-07-13
SenseiSensei

RAR Cracker - Breaking Password-Protected RAR Archives

Introduction The RAR Cracker is a command-line tool written in Go that helps in cracking...

Let's GO WASM
go2023-07-13
Michał KalbarczykMichał Kalbarczyk

Let's GO WASM

WASM? WebAssembly? Lately I've started to ask myself: "Is WASM worth paying attention to?" Let's...

💨 Get Go-ing! Top 5 Free Resources for Learning Go Programming
go2023-07-11
Cherlock Code 🔎Cherlock Code 🔎

💨 Get Go-ing! Top 5 Free Resources for Learning Go Programming

Exploring the best resources to learn Go for free in 2023 Learning to code can be...

Golang: graceful shutdown
go2023-07-10
Anton KuklinAnton Kuklin

Golang: graceful shutdown

Let’s start first with what a graceful shutdown is. Generally speaking, graceful shutdown refers to...

A secret weapon to improve the efficiency of golang development, a community backend service was developed in one day
go2023-07-12
gvisongvison

A secret weapon to improve the efficiency of golang development, a community backend service was developed in one day

Community-single Introduction Community-single is a minimalist version of a community...

Play Microservices: Api-gateway service
microservices2023-07-11
Khaled HosseiniKhaled Hosseini

Play Microservices: Api-gateway service

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

Frontend? Gross. This Is Why I've Always Preferred the Backend
webdev2023-07-10
Lane WagnerLane Wagner

Frontend? Gross. This Is Why I've Always Preferred the Backend

As a kid, I always wanted to be good at drawing. I practiced drawing my favorite anime characters,...

Machine Coding Interview: Efficient Cache Implementation using time-based expiry and eviction
go2023-06-11
Dsysd DevDsysd Dev

Machine Coding Interview: Efficient Cache Implementation using time-based expiry and eviction

I was asked this question in one of the coding interviews for a senior golang developer...

Enhancing Authorization Efficiency: The Power of Relational-Based Access Control
go2023-07-10
Ege AytinEge Aytin

Enhancing Authorization Efficiency: The Power of Relational-Based Access Control

Introduction In today's interconnected and data-driven world, organizations face...

Go's list of keywords is surprisingly short
go2023-07-10
BlazingBitsBlazingBits

Go's list of keywords is surprisingly short

Every language has a list of reserved keywords you aren't allowed to use, but Go's list is...

Eliminating Sensitive Values from Logs using Slog, the Prospective Official Structured Logger for Go
go2023-07-09
Masayoshi MizutaniMasayoshi Mizutani

Eliminating Sensitive Values from Logs using Slog, the Prospective Official Structured Logger for Go

In the Go language, the log package has been used for official log output for a long time. However,...