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

Paolo LulliTechnology Choices
Every choice has consequences, and technology is no exception. To influence our future, it is good...

Saurabh Kishore TiwariThe Legends of GoRoutines — Parallelism and Concurrency
Well, the clock speed of consumer CPUs has been constant to a few GHz for some years now. The...

kundan Jaiswal How to pass string value as request body to the post method of third party API
`postBody, _ := json.Marshal(map[string]string{ "www://xyz.org/file.txt", }) ...

Chidozie C. OkaforInterfaces in go is so powerful
In Go, an interface is a collection of method signatures that define a set of behaviours that a...

Meet Rajesh GorGolang: File Write
Introduction In the 24th post of the series, we will be taking a look at how we can...

BryanQuerying for Data in MySQL is Slow
Trying to query the MySQL database is slow (millions of records in table) Example query: SELECT *...

Pedro Chaparro Buscador de vídeos con OpenSearch y React | Parte 1 | Introducción
⚠️ Nota: La idea original de este proyecto surgió gracias al canal Soumil Shah, por lo que doy...

Chidozie C. OkaforGo Context Can Save your time
The context package in Go is a package that provides a way to carry around request-scoped values,...

Gal ElmalahAoC Day 12 - Hill Climbing Algorithm
Question We are stuck at a river between two mountains, our communication device can't get a decent...

Douglas Makey Mendez MoleroA simple example of using unix domain socket in Kubernetes with go
In my previous post, Understanding Unix Domain Sockets in Golang, I mentioned that one potential use...

Gabriel GrubbaUsing Discord as your CDN.
Sometimes you are an indie developer or just creating a prototype, and you can't afford to set up a...

Javier SotoFlow Blockchain — Golang: Firmar y Enviar una Transacción
Últimamente el desarrollo en las diferentes blockchain a tomado vuelo, debido a las altas ventas en...

Vladimir MihailencoGolang: Zero downtime restarts and deploys using systemd
During restarts, your API may be unavailable for short period of time required to stop an old app...

Benjamin BryantGo: Around The World - Oslo, Norway - Climate Action and Consultancies
![Go: Around The World - Oslo, Norway - Climate Action and Consultancies] Hei! Welcome to the 2nd...

Justin EthierBuilding a Log-Structured Merge Tree in Go
Introduction Last year I read more challenging projects every programmer should try and...

Chinonso AmadiBuilding A Message Queue Using Go
Message queues are a critical component of many distributed systems, providing a way for different...