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

Preslav RachevReflecting on My Experience With Go, One Year After
NOTE: This post originally appeared on my blog In my little more than a year day-to-day developer...

eco9999Golang New JSON parser/interpreter
Hi gophers and other fellow life forms. About 6 months ago we have started a new project that font-e...

bluepaperbirdsClass in Go
Go is not a pure object oriented programming language. In truth, Go does not provide classes. Go uses...
![[Go] use custom type to improve your code](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
Julian-Chu[Go] use custom type to improve your code
I will not discuss struct type here, what I would like to focus is custom type for basic type. What i...

YDHow to survive junior Golang developer?
Hi, for Gophers and everyone else! Hope, I am not alone in such question. How to be in demand in indu...
Vladimir VivienBit Hacking with Go
A tour of Go's bitwise operators

Jacob MartinPractical Golang: Building a simple, distributed one-value database with Hashicorp Serf
This is a cross-post from my blog at jacobmartins.com Introduction With the advent of...

Rodion GorkovenkoGo vs PHP, JSON and Earthquakes - part 2
So here is the web-service providing JSON data about earthquakes for the last day. And in the previo...

Elio MarcolinoGoCenter: 1.12 and 1.13 Incorrect Pseudo-Versions Fix
Problem Statement GoCenter supports multiple module versions from 1.13 to all prior versio...

Jethro DanielPointers In Go Are No Silver Bullet!!
Demystifying pointers and pointing out its use case.

Vedran VidovicDataPower Commander v0.3 - more useful than ever
DataPower Commander (dpcmder) is a command line tool I created for easier maintenance of files on Dat...

Karan SharmaIntroducing kubekutr
kubekutr is a cookie cutter template tool for generating Kubernetes resource manifests

Akshay MilmileBuild a serverless service for "Contact Me" form in Golang and deploy on GCP
"Contact me" forms are pretty common. You can use it for your portfolio website, contact section of y...

Manigandan DharmalingamDave Cheney #golang pop quiz
What is the output for this program? Source: https://twitter.com/davecheney/status/12150067316101242...

Artem SemenovTracking cat's activity patterns in a litter box with Raspberry Pi
Liza Is Busy I don't remember exactly how did I come up with that strange idea about getti...

Steve CoffmanGrace - graceful shutdown made simple
Grace - Go library for simple, graceful shutdown