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

Go race conditions problem
go2021-12-15
Joash XuJoash Xu

Go race conditions problem

In this problem, you are given code that caches key-value pairs into the main memory from a...

Reverse HTTP proxy over WebSocket in Go (Part 2)
go2021-12-15
Kazuki HigashiguchiKazuki Higashiguchi

Reverse HTTP proxy over WebSocket in Go (Part 2)

Series introduction In my previous post I talked about how to start WebSocket server in...

Data Structures and Algorithms in Go: A Primer
go2021-12-14
MacBobby ChibuzorMacBobby Chibuzor

Data Structures and Algorithms in Go: A Primer

Introduction Learning Data Structures and Algorithms is important for every developer...

Go Channel Patterns - Fan Out  Semaphore
go2021-12-13
b0rb0r

Go Channel Patterns - Fan Out Semaphore

To improve my Go Programming skills and become a better Go engineer, I have recently purchased an...

Go Channel Patterns - Pooling
go2021-12-13
b0rb0r

Go Channel Patterns - Pooling

To improve my Go Programming skills and become a better Go engineer, I have recently purchased an...

Go Channel Patterns - Wait For Result
go2021-12-12
b0rb0r

Go Channel Patterns - Wait For Result

To improve my Go Programming skills and become a better Go engineer, I have recently purchased an...

Using gRPC and gRPC-Web with a Golang
go2021-12-13
ikkyuikkyu

Using gRPC and gRPC-Web with a Golang

Set Up The final directory structure will look like this. go |_prj ...

Go Channel Patterns - Wait For Task
go2021-12-13
b0rb0r

Go Channel Patterns - Wait For Task

To improve my Go Programming skills and become a better Go engineer, I have recently purchased an...

How WebSocket protocol designs bidirectional messaging and implements in Go
webdev2021-12-13
Kazuki HigashiguchiKazuki Higashiguchi

How WebSocket protocol designs bidirectional messaging and implements in Go

WebSocket WebSocket is a mechanism for low-cost, full-duplex communication on Web, which...

Go Channel Patterns  - Fan Out
go2021-12-12
b0rb0r

Go Channel Patterns - Fan Out

To improve my Go Programming skills and become a better Go engineer, I have recently purchased an...

10 Reasons NOT to use Go for your next project
webdev2021-12-06
ValeriaValeria

10 Reasons NOT to use Go for your next project

They say Go is the language of the web. Of course, with Google backing it up it sounds very...

Resto - A CLI app can send pretty HTTP & API requests with TUI.
beginners2021-12-12
abdfnabdfn

Resto - A CLI app can send pretty HTTP & API requests with TUI.

Resto abdfnx / resto ...

Download a copy of an entire website
go2021-12-11
Antonio SánchezAntonio Sánchez

Download a copy of an entire website

A simple command-line application to download an entire online website, including CSS, JSS, and other assets.

Deep dive into WebSocket opening handshake protocol with Go
webdev2021-12-11
Kazuki HigashiguchiKazuki Higashiguchi

Deep dive into WebSocket opening handshake protocol with Go

In this article, I will explain what exactly WebSocket protocol does when handshaking. What a...

Go project layout with Clean architectures and DDD
go2021-12-09
charly3pinscharly3pins

Go project layout with Clean architectures and DDD

Introduction During the last 5 years I have been working full time with Go. Some of you...

Managing Go Modules
go2021-12-09
bashbunnibashbunni

Managing Go Modules

Managing Dependencies with go.mod A project's dependencies are declared in the go.mod...