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

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

Mad DevsMajor technologies you’d want to see in your tech stack: Pros and cons
The world of software development is increasingly dynamic: new technologies, tools, and frameworks em...

Tal HoffmanSoftware Transactional Memory: a stairway to lock-free programming heaven?
When it comes to synchronization of shared state and intermediacy, developer-controlled locking has a...

Christian SekiBuild a super minimalistic Docker Image to run your Golang App
Why should you care about Docker Images size ? Basically, to speeds up building, deploying...

Sindre Røkenes MyrenGo generics beyond the playground
While Go as of version 1.16 does not support Generics, there is an accepted language proposal for it,...

Michał SłapekArray duality in Go and Rust
Want to see disappearing data in Go caused by an innocent append of data to an array? Can this happen...

Matt MorganAWS CDK - Fullstack Polyglot with Asset Bundling
This is my third article that deals with asset bundling in AWS CDK. For more context, you may also be...

Saif SadiqCommon anti-patterns in Go
A list of anti-patterns you should avoid while writing code in Golang.

Koen VerburgHere Is My List of Technologies I'm Learning in 2021
This year I want to set a list of topics that I want to learn for this year. At the end of the year,...

Mario CarrionBuilding Microservices in Go: Accessing PostgreSQL - ORM/ORM-like
The full code example mentioned in this post is available on Github, please make sure to read the...

Noah HeinBuilding a Blockchain in Go PT: II - Proof Of Work
Alright everyone. Congratulations on making a simple blockchain! If you are coming to this post and h...

Cali TabilasLearning Go from JavaScript
This is will be a series quick, little blogs to document what it is like learning Go from a JavaScrip...

Niko HeikkiläBlocking Time for Tasks with Toggl
For people doing mainly project work, planning daily tasks is a constant struggle, which can cause se...

Smruti Ranjan RanaGolang for Web (Part-II): Gofiber REST API + Mongo DB Atlas
Here is our second part of the Golang for Web series. In this article, we will see how we can add dat...

Ollie ParsleyStatsd + Prometheus on Grafana Cloud
On the 12th January 2021, Grafana Labs announced an updated version of Grafana Cloud. The most import...

Michele CaciTIL: The smart difference between infinite for loops that work and those that break
Discovering the terminating statement