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

Learning Golang 105
go2020-05-10
jguojguo

Learning Golang 105

Custom Type and Receiver define a type type deck []string receiver fun (d deck) pr...

Learning Golang 104
go2020-05-09
jguojguo

Learning Golang 104

Data Go has two allocation primitives, the built-in functions new and make. All...

My story of publishing a Go package
go2020-05-09
Allen T.V>Allen T.V>

My story of publishing a Go package

I recently transferred to a new team at work and the tech stack was Golang. Python has been my langua...

Detect operating system in Go
go2020-05-09
natamacmnatamacm

Detect operating system in Go

When you code in Go, it runs on an operating system. From within a Go program, you can fetch the oper...

Learning Golang 103
go2020-05-09
jguojguo

Learning Golang 103

Functions Multiple return values func nextInt(b []byte, i int) (int, int) { for ;...

Control flow and Common Control Structures in Go
go2020-05-08
Martin CartledgeMartin Cartledge

Control flow and Common Control Structures in Go

Click to subscribe to my newsletter Click to follow me on twitter Click to view my Github This is th...

Implement bidirectional streaming gRPC - Go
go2020-05-04
TECH SCHOOLTECH SCHOOL

Implement bidirectional streaming gRPC - Go

Hi everyone! Today we’re gonna learn how to implement the last type of gRPC: bidirectional...

Simple Telegram Bot in Go
go2020-05-08
KrishnanandKrishnanand

Simple Telegram Bot in Go

The adoption of chat-bots are at a peak now. Since facebook opened up its developer platform and...

History of Go, Variables, and Types
go2020-05-04
Martin CartledgeMartin Cartledge

History of Go, Variables, and Types

Click to subscribe to my newsletter Click to follow me on twitter Click to view my Github This is th...

Fiber web and Go
go2020-05-06
natamacmnatamacm

Fiber web and Go

Fiber is an Express inspired web framework written in Go. You need Go 1.11 or higher to work with Fib...

How I write my unit tests in Go quickly
go2020-04-30
Ilya KaznacheevIlya Kaznacheev

How I write my unit tests in Go quickly

Photo by Veri Ivanova We all love unit tests because they help us to keep our software workable. And...

Writing testable Go code
go2020-05-05
Alex PliutauAlex Pliutau

Writing testable Go code

Writing testable Go code

Write a 10-minute Go app to serve video from a web page
go2020-05-05
bffjossybffjossy

Write a 10-minute Go app to serve video from a web page

Write a fast, easy app in Go in 10 minutes that uploads, downloads and serves video from the Tardigrade storage platform in a web page. JT Olio narrates a short live-coding demo you can follow along.

Deploying Gin (Go web framework) application with Docker
go2020-05-05
Saheed YusufSaheed Yusuf

Deploying Gin (Go web framework) application with Docker

The importance of Docker cannot be over emphasized as it helps accelerate developer on-boarding and a...

Box CLI Maker 📦: Highly Customized Terminal Box Creator
go2020-05-05
Swastik BaranwalSwastik Baranwal

Box CLI Maker 📦: Highly Customized Terminal Box Creator

Box CLI Maker is a Highly Customized Terminal Box Creator written in Go. It is also my first module e...

Writing cleaner Go web servers
go2020-05-01
Chidi WilliamsChidi Williams

Writing cleaner Go web servers

Tips for writing clean, effective Go web servers