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

jD91mZM2Comparing error handling in Java, Go and Rust.
Which one does it the best? Let's compare them and see!

Krzysztof KowalczykAdvanced command execution in Go with os/exec
Advanced command execution in Go with os/exec

George JemptyFirst SO Go Question 😜
Have been working with Go for a few weeks now and have finally posted a question to Stack-overflow....

Craig ChildsHot Reloading Go Programs – With Docker, Glide & Fresh
Developing Go applications can be a slog, re-building binaries takes time. In this post, I show you how to work effectively with Go, Docker, Glide & Fresh to make your life easier.

Alex Sharp 🛠sharesecret.coJSON Parsing with Go Embedded Structs
Go has a feature called embedding that allows you to create higher level interfaces by combining exis...
![[Go] Shutdown services in Go - single service](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3otvb2z646ytpt1hl2rv.jpg)
Julian-Chu[Go] Shutdown services in Go - single service
Shut down gracefully is always an important topic. Many things should be considered like how to relea...

SiBinary to decimal converter
CodeTips strives to help beginners, with zero or very little experience, learn to code. We do cross-...

Artem Piskunsplit .gitconfig for domains
how to use global .gitconfig for different domains

ihucosThe cost of parsing http
When creating Simple Web Analytics I tried to be able to scale from the beginning. Coming from the Py...

Dhanush GopinathSending HTML emails using templates in Golang
In the Geektrust application (built on NodeJS) we send a lot of emails that are auto-generated at run...

Mitali Bisht 🐥#Managing Go Module Pseudo-Versions in Go 1.13
Go modules have helped bring order to Go development, but there’s been some disorder lurking. Manag...

threadspeedWhat is golang good for?
golang is a general-purpose programming language. Which means you could do almost anything in golang....

natamacmHow to get the directory of the currently running file?
The Golang programming language makes it easy to build simple, reliable, and efficient software. Y...

gRPC-cache
In memory Key/Value store in go using gRPC.

Kurtis NusbaumWhy I’m So Frustrated With Go
A brief example demonstrating my current frustrations with the Go programming language.

threadspeedIs Golang used for enterprise software development?
Yes it is. Many of the large corporations are using Go. Switching to Go is a trend now. Some examples...