DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

Christian SekiThe Select keyword in Golang
📑 1. Theory 💻 2. Code 📝 3. Conclusion The select statement The select statement in Go loo...

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

Juan ChristianRedis-like database server in Golang
Hello 👋, for the past month I've been developing a very simple Redis clone tool in Golang....

Noah HeinBuilding 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...

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

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

Justin HunterHow 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 ....

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

Samuel Grasse-HaroldsenWhy Learn Go?
A brief introduction to the Go programming language.

Dirk PorscheMonitoring 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.

Aneesh MakalaGolang for Object Oriented People
To start off with, in golang, there are no classes, only structs. To add fuel to the fire, there is...

Weerasak Chongnguluamใช้ reflect package ช่วยเพื่อ Set Zero value ของ type ใดๆ ของ Go
มีคำถามในกลุ่ม facebook Golang Thailand ว่า ซึ่งสำหรับข้อแรกนั้นเราใช้ reflect package ช่วยได้ ซึ...

Toby ChuiInstall 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...

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

Ayrton FidelisBest tip for GoLang programmers learning TypeScript
I've been playing with GoLang recently, pretty cool language actually, but comming from a TypeScript...

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