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

What Exactly Concurrency in Go?: Running Tasks in Parallel
In this post we will explore about concurrency in Go: Understanding Goroutines Sending data to...

Steve CoffmanSimilar Event De-duplication per Period
Event orientation is great! Whether you are using GCP Pub/Sub, Kafka, Kinesis, RabbitMQ, NATS...

Ortiz de Arcanjo António DavidComo abstrair a conexão com base de dados em Golang?
A abstracção da conexão com a base de dados e a injecção de dependências organizam o código e trazem...

bingjiaPart I: Implement an expression interpreter for building DSL - Introduce the PEG parser
In the last post I have introduced you the WHY and HOW I start the this project and WHAT the DSL...

huizhou92RPC Action EP1: Implement a simple RPC interface in Go
RPC(Remote Procedure Call)is a widely used communication method between different nodes in...

Amash AnsariDevOpsifying a Go Web Application: An End-to-End Guide
Introduction In this post, I will guide you through the process of DevOpsifying a Go-based...

Alex KhouryImproving MongoDB Operations in a Go Microservice: Best Practices for Optimal Performance
Introduction In any Go microservice utilizing MongoDB, optimizing database operations is...

mmvergaraCalculating Ogg Audio Duration in Go: A Step-by-Step Guide
I was trying to clone discord and i found out they use ogg formats for audio (i think), im trying to...

Nils DiekmannSpring cleanup: Outdated Git tags
Imagine your repository is flooded with auto-generated Git tags. Most of them are from feature...

Andrew ErlikhWatchYourLAN 2.0 - lightweight network IP scanner
Main features of WatchYourLAN Send notification when new host is found Monitor hosts...

Abhishek GuptaBuild generative AI applications in Go using Amazon Titan Text Premier model
Use Amazon Titan Text Premier model with the langchaingo package In this blog I will walk you...

Christopher Seven PhiriIntroducing Duwa a Chichewa Programming Language
What is Duwa? Duwa 🌺 is my labor of love—a simple esoteric language (esolang) that...

Bruno SouzaReference Counting vs Tracing Garbage Collection
Olá, Mentes Tech! Você sabe o que é contagem de referência e rastreamento de referências no contexto...

Rajib AhmedFileBrowser is an excellent Web-Based File Manager
FileBrowser is a web-based file manager that allows users to manage files and directories on a server...

Ashish KumarCloud Native gaming with kruiseGame
What is kruise-game ? kruise-game is an opensource project under openkruise that aims to...

Phuong LeGo Sync Mutex: Normal and Starvation Mode
This is an excerpt of the post; the full post is available here: Golang Sync Mutex: Normal and...