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

Practical Synchronization with Go
go2020-03-26
JolyonJolyon

Practical Synchronization with Go

Introduction Go is such a beautiful language when it comes to manipulating threads and con...

Automatically change Go version with `gvm` and `zsh`
go2020-03-26
y-yagiy-yagi

Automatically change Go version with `gvm` and `zsh`

gvm does not change Go version automatically. This is a little inconvenience when developing multiple...

Command Line Tools (macOS 10.13) for Xcode 9.3でdelveを使用したGo langのデバッグができない時の対策
go2020-03-26
d.yoshimitsud.yoshimitsu

Command Line Tools (macOS 10.13) for Xcode 9.3でdelveを使用したGo langのデバッグができない時の対策

経緯 Command Line Toolsを9.3に更新したらIntelliJでGoがデバッグできなくなりました。 その時のエラーメッセージ could not launch...

Implement unary gRPC API in Go
go2020-03-24
TECH SCHOOLTECH SCHOOL

Implement unary gRPC API in Go

There are 4 types of gRPC: unary, client-streaming, server-streaming and bidirectional streaming. In...

An unexpected contribution to opensource and how it happened
github2020-03-24
Moemen ElzeinyMoemen Elzeiny

An unexpected contribution to opensource and how it happened

How it all started I had been struggling for a few weeks trying to develop a habit of cont...

Blocking Disposable Emails
webdev2020-03-23
JohnJohn

Blocking Disposable Emails

There are legitimate reasons why some users decide to use a disposable or temporary email to sign up...

I Wrote Go-TinyDate, The Missing Golang Date Package
engineering2020-03-23
Lane WagnerLane Wagner

I Wrote Go-TinyDate, The Missing Golang Date Package

time.Time makes dealing with dates and times in Go a breeze, and it even comes bundled in the...

Generate and run WebAssembly code using Go
go2020-03-22
enbisenbis

Generate and run WebAssembly code using Go

Dive in the features of WebAssembly is not the focus along these few lines and for sure I'm not the m...

How I use Stackoverflow from Terminal - Go
go2020-03-22
Prakhar KaushikPrakhar Kaushik

How I use Stackoverflow from Terminal - Go

Around a month ago I came across a project howdoi created in python. And honestly it was amazing, fin...

Hardest text file to parse 🚨
challenge2020-03-22
Carter HarrisonCarter Harrison

Hardest text file to parse 🚨

USGS Datasheets are incredibly hard to parse, just look at One. At least they provide a 46 page spec....

Profiling in Go with real-time example
go2020-03-22
Subramanian 😎Subramanian 😎

Profiling in Go with real-time example

A take on profiling CPU and Memory usage in Go, with a program that can pack and unpack gzip files.

A Barebones Introduction To Go Modules
beginners2020-03-22
Mayowa OjoMayowa Ojo

A Barebones Introduction To Go Modules

I recently started learning golang and as with any language you're picking up for the first time, I...

I just want to be a Golang developer - How to get started
beginners2020-03-16
Antonio DjigoAntonio Djigo

I just want to be a Golang developer - How to get started

Hey 👀✨ I've been searching almost everywhere to find some good resources to learn Go, and I just rea...

Keep your service alive with a circuit breaker
go2020-03-19
BenBen

Keep your service alive with a circuit breaker

A simple example of the circuit breaker pattern, implemented in Go.

Gin + Vue + Element UI based front-end and back-end separated permission management system
go2020-03-20
wenjianzhangwenjianzhang

Gin + Vue + Element UI based front-end and back-end separated permission management system

go-admin project address Gin + Vue + Element UI based front-end and back-e...

Golang Mutexes – What Is RWMutex For?
engineering2020-03-19
Lane WagnerLane Wagner

Golang Mutexes – What Is RWMutex For?

Golang is King when it comes to concurrency. No other language has so many tools right of-of the...