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

The Select keyword in Golang
go2021-04-01
Christian SekiChristian Seki

The Select keyword in Golang

📑 1. Theory 💻 2. Code 📝 3. Conclusion The select statement The select statement in Go loo...

🤖Building a Telegram bot with Apache Kafka, Go, and ksqlDB
techtalks2021-03-30
Robin MoffattRobin Moffatt

🤖Building a Telegram bot with Apache Kafka, Go, and ksqlDB

📔 Slides 👾 Code Imagine you’ve got a stream of data; it’s not “big data,” but it’s certainly a...

Redis-like database server in Golang
showdev2021-03-27
Juan ChristianJuan Christian

Redis-like database server in Golang

Hello 👋, for the past month I've been developing a very simple Redis clone tool in Golang....

Building a Blockchain in Go PT: III - Persistence
blockchain2021-03-29
Noah HeinNoah Hein

Building a Blockchain in Go PT: III - Persistence

Alrighty everyone, its time to put on the adult pants today. We're going to be adding persistence to...

HTML for PDF reports in Go
go2021-03-29
Gunnsteinn HallGunnsteinn Hall

HTML for PDF reports in Go

As a developer, I sometimes need to create PDF reports for my applications. Creating those entirely...

GOlang URL shortener service using postgres, redis, bulma
go2021-03-29
JitendraJitendra

GOlang URL shortener service using postgres, redis, bulma

You can use it via the mobile friendly web UI or automate it with API already provided. I'm also...

How to Build a Custom Go Client For a REST API
go2021-03-29
Justin HunterJustin Hunter

How to Build a Custom Go Client For a REST API

Exceptionless is powered by a REST API. When you interact with the dashboard UI, when you use the ....

Simpler goimports
go2021-03-27
Masaya HayashiMasaya Hayashi

Simpler goimports

goimports grouping/ordering problem As you can see on this issue golang/go#20818, goimport...

Why Learn Go?
go2021-03-28
Samuel Grasse-HaroldsenSamuel Grasse-Haroldsen

Why Learn Go?

A brief introduction to the Go programming language.

Monitoring Playtime on Your Minecraft Server with Go - Level 1
go2021-03-28
Dirk PorscheDirk Porsche

Monitoring Playtime on Your Minecraft Server with Go - Level 1

This article describes the first "naive" approach for collecting daily playtime information for all the players on your Minecraft server. Written in go.

Golang for Object Oriented People
go2021-03-28
Aneesh MakalaAneesh Makala

Golang for Object Oriented People

To start off with, in golang, there are no classes, only structs. To add fuel to the fire, there is...

ใช้ reflect package ช่วยเพื่อ Set Zero value ของ type ใดๆ ของ Go
go2021-03-28
Weerasak ChongnguluamWeerasak Chongnguluam

ใช้ reflect package ช่วยเพื่อ Set Zero value ของ type ใดๆ ของ Go

มีคำถามในกลุ่ม facebook Golang Thailand ว่า ซึ่งสำหรับข้อแรกนั้นเราใช้ reflect package ช่วยได้ ซึ...

Install Go on Raspberry Pi OS (Shortest Tutorial)
raspberrypi2021-03-28
Toby ChuiToby Chui

Install Go on Raspberry Pi OS (Shortest Tutorial)

This may be the shortest tutorial on how to install Go on Raspberry Pi OS. # Connect to your Raspb...

Golang OOP primitives
go2021-03-27
Yigong LiuYigong Liu

Golang OOP primitives

traditional OOP thru "Embedded Interface" and Go's preferred composition Golang is not a t...

Best tip for GoLang programmers learning TypeScript
jokes2021-03-25
Ayrton FidelisAyrton Fidelis

Best tip for GoLang programmers learning TypeScript

I've been playing with GoLang recently, pretty cool language actually, but comming from a TypeScript...

How to implement a simple gRPC service using Golang
grpc2021-03-25
penthaapatelpenthaapatel

How to implement a simple gRPC service using Golang

How to implement a simple RPC service using Golang If you want a general introduction to R...