• 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 I don't use a third-party assertion library in Go unit tests
go2024-05-20
Yawar AminYawar Amin

Why I don't use a third-party assertion library in Go unit tests

TL;DR: I don't need it, and you probably don't either. I'll explain below. As we know of course, Go...

Data structure in Golang
go2024-05-23
Chanchal VermaChanchal Verma

Data structure in Golang

Golang has gained tremendous popularity in software development in few years of its launch since it...

Why Did Google Choose To Implement gRPC Using HTTP/2?
go2024-05-23
huizhou92huizhou92

Why Did Google Choose To Implement gRPC Using HTTP/2?

Background gRPC is an open-source high-performance RPC framework developed by Google. The...

Simulating trades based on support/resistance with Golang!
go2024-05-23
Rodrigo BurgosRodrigo Burgos

Simulating trades based on support/resistance with Golang!

This post will not be a tutorial (although you can check the code and absolutely learn from it)....

Buildkite Agent - fork/exec ... operation not permitted
buildkite2024-05-23
Cheng PanCheng Pan

Buildkite Agent - fork/exec ... operation not permitted

The Problem In the past months, I was working on tracking down a bug caused by the...

Tricky Golang interview questions. Part 1: Slice Header
go2024-05-22
Harutyun MardirossianHarutyun Mardirossian

Tricky Golang interview questions. Part 1: Slice Header

This series is for those who are already familiar with Go and want to prepare for challenging and...

Manage a portfolio website with lots of projects – ortfo
webdev2024-04-18
ewen-lbhewen-lbh

Manage a portfolio website with lots of projects – ortfo

-> https://ortfo.org Hi! I'm excited to share something I've been working on: ortfo, a...

Alternatives to Makefiles written in Go
make2024-05-28
Elton MinettoElton Minetto

Alternatives to Makefiles written in Go

First things first: what is make? Present in all Linux distributions and Unix derivatives such as...

Understanding Go: part 11 – Functions
go2024-05-21
Aurélie VacheAurélie Vache

Understanding Go: part 11 – Functions

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

Turn a country code into an emoji flag (US ➡️ 🇺🇸)
webdev2024-05-21
Ion BazanIon Bazan

Turn a country code into an emoji flag (US ➡️ 🇺🇸)

Flag emojis are a fun and visual way to represent countries and regions. These emojis are part of the...

Chain of Responsibility Pattern in Go
go2024-05-21
Furkan AksoyFurkan Aksoy

Chain of Responsibility Pattern in Go

The Chain of Responsibility Pattern is a behavioral design pattern that allows an object to pass a...

A dance with Merkle Trees
go2024-05-21
Abdulhafeez AbdulraheemAbdulhafeez Abdulraheem

A dance with Merkle Trees

In my recent exploration into the web3 and blockchain world, I have frequently encountered the...

A New Redis Sync Tool
redis2024-05-21
haha ananananhaha anananan

A New Redis Sync Tool

Open Source We have open-sourced a tool for Redis data synchronization. Please refer to...

Pagination condition for multiple columns
go2024-05-21
Xuanyu WangXuanyu Wang

Pagination condition for multiple columns

There are many ways to do pagination in production. In this article, I'll explore an efficient...

Simplifying User Management with GIN and MongoDB
go2024-05-20
Rodrigo BurgosRodrigo Burgos

Simplifying User Management with GIN and MongoDB

In the digital age, efficiently managing user data is crucial for any application. This tutorial...

Demystifying Regex in Go
go2024-05-19
Cherrypick14Cherrypick14

Demystifying Regex in Go

Certainly! Regular expressions (regex) in Go can be a powerful tool for pattern matching and text...