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

Roelof Jan ElsingaThe impact of migrating from PHP to Golang
PHP logo by Colin Viebrock (CC BY-SA 4.0) The impact of migrating from PHP to...

Steven VictorUsing Golang Concurrency in Production
How to actually use Golang goroutines and channels in a production application

Arpit MohanTesting techniques & observability tips for Go
TL;DR notes from articles I read today. 5 advanced testing techniques in Go Use test sui...

Javier ⚛️ How I hacked the way I do groceries
Since I and my family moved to a more remote area last year, we have been doing groceries online. At...

Roberto GuerraGo Notes: Example Tests
Example tests in Go are a good form of documentation
![[Go] for-select with timer](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
Julian-Chu[Go] for-select with timer
"for-select" is very important in golang for non-blocking operation. "Timer" is a good partner with f...

sistoiGolang MIME type handling
Media types, also known as MIME types, are a standard that indicates the nature and format of some da...

Arpit MohanSecurity best practices for Go & Java
TL;DR notes from articles I read today. Top security best practices for Go You should va...

HMTo the point - generating random numbers in golang
Generating random numbers (integers for the sake of this post) Usually Most co...

Lane WagnerWhy is Exclusive Or (XOR) Important in Cryptography?
If you are getting into cryptography, or just trying to understand the fundamentals, you may have...

Mohammad QuanitMath/Rand in GoLang
Hello, go devs I am learning golang and I am using the Math/Rand package. I am curious why I am getti...

Rodion GorkovenkoGo vs PHP for short JSON-retrieving code
I found this nice tutorial on retrieving data about recent earthquakes (from US gov service) - it nic...

CWenChaos Mesh - Your Chaos Engineering Solution for System Resiliency on Kubernetes
Why Chaos Mesh? In the world of distributed computing, faults can happen to your cluster...

Nick ParsonsStream Is Deprecating Virtual Go – It’s Time to Move to Go Modules
TL;DR Stream released vg almost three years ago, and since its inception, Go has improved...

Shubham ChadokarUse Environment Variable in your next Golang Project
There are multiple ways in golang to use environment variables and files.

vasaHands-on IPLD Tutorial in Golang: PART 2
This article was first published on our open-source platform, SimpleAsWater.com. If you are intereste...