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

Alex PliutauMastering SOLID Principles with Go Examples
The SOLID principles are a set of design guidelines that help developers write more maintainable, scalable, and testable code.

Riken ShahAvoiding Beginner Mistakes Hampering You to Scale Backend⚡️
This blog covers how I unlocked performance that allowed me to scale my backend from 50K requests →...

AceldCase (III) - KisFlow-Golang Stream Real- Application of KisFlow in Multi-Goroutines
Github: https://github.com/aceld/kis-flow Document:...

Quang Hieu (Bee)Gin and router example
Install Gin with the following command: go get -u github.com/gin-gonic/gin Enter...

Quang Hieu (Bee)Backend Project Structure Go
Hi everyone, today I want to share a Go project structure that I have used and found useful. This...

AceldCase (II) - KisFlow-Golang Stream Real-Time Computing - Flow Parallel Operation
Github: https://github.com/aceld/kis-flow Document:...

Dyaksa Jauharuddin NourBuilding Flexible and Maintainable Go-Lang Apps
In software development, Dependency Injection (DI) is one of the fundamental principles that help...

Alex Sandro GarzãoSuporte às funções do Pascal
Para quem não está acompanhando o POJ (Pascal on the JVM) é um compilador que transforma um subset de...
LabbyMastering Branching Statements and Beyond: A Collection of Go Programming Tutorials
The article is about a collection of seven Go programming tutorials from LabEx, covering a wide range of topics to help you master the language. From learning about switch-case branch statements and working with directories, to implementing timeouts with channels and manipulating arrays, this comprehensive guide will elevate your coding skills to new heights. The tutorials are designed to simplify complex concepts, making them accessible to both beginners and experienced developers. Whether you're looking to streamline your conditional logic, navigate the file system, or explore data structures, this article provides a valuable resource to enhance your Go programming journey.

Mangabo Kolawole10-Minute Guide to Building a Webhook Service with Sendhooks
Webhooks are a way of communicating between two systems via a network. They are often used as...

Ashish SinghUnderstanding Go's Garbage Collector: A Detailed Guide
Garbage collection is a form of automatic memory management. In programming languages like Go (also...

Ahmed AbirInstall GO in UBUNTU machines
Download Source Download source from this link Go Binaries Unpack...

Ricards TaujenisImplementing JWT Authentication with Redis and Go
Redis is an in memory data structure store often used as a cache and message broker but can as well...

Andrew ErlikhWatchYourPorts - self-hosted ports inventory
I'm using a lot of self-hosted apps, both at work and in my homelab. Of course, I can't remember all...

ZxillyBinary Size in Go Applications: How to Use go-size-analyzer
In the Go community, the size of application binaries is always a hot topic. In the pursuit of...

LorainHow to Build Your Own Distributed KV Storage System Using the etcd Raft Library
This article is the first in the series "How to Build Your Own Distributed KV Storage System Using...