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

Yawar AminWhy I don't use a third-party assertion library in Go unit tests
TL;DR: I don't need it, and you probably don't either. I'll explain below. As we know of course, Go...

Chanchal VermaData structure in Golang
Golang has gained tremendous popularity in software development in few years of its launch since it...

huizhou92Why Did Google Choose To Implement gRPC Using HTTP/2?
Background gRPC is an open-source high-performance RPC framework developed by Google. The...

Rodrigo BurgosSimulating trades based on support/resistance with Golang!
This post will not be a tutorial (although you can check the code and absolutely learn from it)....

Cheng PanBuildkite Agent - fork/exec ... operation not permitted
The Problem In the past months, I was working on tracking down a bug caused by the...

Harutyun MardirossianTricky Golang interview questions. Part 1: Slice Header
This series is for those who are already familiar with Go and want to prepare for challenging and...

ewen-lbhManage a portfolio website with lots of projects – ortfo
-> https://ortfo.org Hi! I'm excited to share something I've been working on: ortfo, a...

Alternatives to Makefiles written in Go
First things first: what is make? Present in all Linux distributions and Unix derivatives such as...

Aurélie VacheUnderstanding Go: part 11 – Functions
Serie of sketchnotes about Go. Explaining in a visual way Go/Golang concepts.

Ion BazanTurn a country code into an emoji flag (US ➡️ 🇺🇸)
Flag emojis are a fun and visual way to represent countries and regions. These emojis are part of the...

Furkan AksoyChain of Responsibility Pattern in Go
The Chain of Responsibility Pattern is a behavioral design pattern that allows an object to pass a...

Abdulhafeez AbdulraheemA dance with Merkle Trees
In my recent exploration into the web3 and blockchain world, I have frequently encountered the...

haha ananananA New Redis Sync Tool
Open Source We have open-sourced a tool for Redis data synchronization. Please refer to...

Xuanyu WangPagination condition for multiple columns
There are many ways to do pagination in production. In this article, I'll explore an efficient...

Rodrigo BurgosSimplifying User Management with GIN and MongoDB
In the digital age, efficiently managing user data is crucial for any application. This tutorial...

Cherrypick14Demystifying Regex in Go
Certainly! Regular expressions (regex) in Go can be a powerful tool for pattern matching and text...