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

Martin HeinzSetting up GitHub Package Registry with Docker and Golang
Note: This was originally posted at martinheinz.dev Generally, for any programming language, to run...

Irio MusskopfRunning a scraping platform at Google Cloud for as little as US$ 0.05/month
I was recently faced with the problem of finding an apartment in Berlin. Following my previous experi...

Django StarsGetting to Know Go, Python, and Benchmarks
This article was written by Vadym Zakovinko (Solution Architect) for Django Stars. Hello, my name is...

Abhishek GuptaHow to work with JSON data in Go
Welcome to Just Enough Go ! This is the first in a series of articles about the Go programming langua...

y-yagiIntro to `cacher` that simple cache library
I created the cache library for the Go language. It's named cacher. GitHub: https://github.com/y-yagi...

Blair HudsonMachine Learning microservices: Python and XGBoost in a tiny 486kB container
In my last post, we looked at how to use containers for machine learning from scratch and covered the...

Lane WagnerSystems and Processes that Aren’t in Code are Terrifying
The dreaded: 15 6 2 1 * /home/lane/backup.sh Enter fullscreen mode Exit...

Andy PanReleasing a high-performance goroutine pool in Go
ants A goroutine pool for Go Github Page: https://github.com/panjf2000/ants...

maxwellhertzTutorial: Integrate Gin with Cabsin
I've been working on a Java project recently in which our team uses Apache Shiro to do some authentic...

Andy PanReleasing a high-performance, lightweight, non-blocking and event-loop networking library written in pure Go
Github Page: https://github.com/panjf2000/gnet gnet is an Event-Loop network...

Bogdan Alexandru MilitaruWeb Service Architecture for Golang Developers
Web service architecture is the first phase before building every project, it’s like you prepare to build a house and start by creating the architecture plan. This article will present Web Service Architecture for Golang Developers

Yevhenii BabichenkoGenerating pretty version strings (including nightly) with Git and Makefiles
In my recent project, I faced the need to generate pretty version numbers for my local and nightly bu...

Lane WagnerThe Proper Use of Pointers in Go (golang)
Go has become increasingly popular in recent years, especially in my local area. Go has been...
![[gev] A lightweight, fast non-blocking Golang network library based on Reactor mode](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
徐旭[gev] A lightweight, fast non-blocking Golang network library based on Reactor mode
https://github.com/Allenxuxu/gev

Jon FriesenMocking dependencies in Go
Go makes obvious, non-magical dependency injection easy. Lots of new developers, or experienced...

Aloïs Micard