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

Jon CalhounBuilding Gophercises
We developers have a tendency to overcomplicate software to our dismay. In this post I discuss how I embraced simplicity while building the Gophercises website. (Gophercises is a free Go coding course I created)

Alireza Bashiri🏎Create fake REST API in one sec (written in Go)
Do you ever wanted to create a REST API with just a JSON file? I think so, and there are many tools t...

Alireza BashiriGo already has RSpec!
Writing BDD style tests using Go testing library

nasa9084TOTPを実装する
ここ数年で多くのサービスで採用されてきている二要素認証ですが、皆さん使っているでしょうか。 私は実は最近までは面倒であまり使っていなかったのですが、ようや...

deadcheatsatori/go.uuid may cause build error for goa application
Today, I released application for my working project to the production. but I got build error like th...

Christos PapidasSoftware Engineer
null

Pavelcool bits
what is up

BillieHow do you maintain entity state in Golang
Is this the best way in Go to create an Entity that can't be set into an invalid state?

Mario SangiorgioMy use-case for Go
After using a few very good applications written in Go (Syncthing, Docker and Hugo are some examples) I wanted to get to learn a bit more about the language.

Joan Ariel Peralta Sosa Problems with the compiler to change the color to something in C, this is the solution
I always ran into the problem of my compiler I could not apply colors to something in C, after resear...

Deepesh PathakDistributed Workflow Runner
Xene A distributed workflow runner with a focus on performance and simplicity. Xene Git...

noelsimpsonsCompanies apply to you
Have been working hard with my tech buddies to have start a platform called www.BriteHat.com Here yo...

Elliot ForbesThe Go Devs Guide to AWS - Deploying a Go App to Elastic Beanstalk
A post by Elliot Forbes

NG SZE CHENAnother Golang Framework - Oscrud
Disclaimer: I’m the author of the framework. Oscrud is a golang resftul api wrapper framework. The p...

Zheng "Bruce" LiEncrypted Stream for net.Conn or io.ReadWriter
It's surprising to find that no Golang library can easily transform a net.Conn to an encrypted and/or...

JodhiBig chunk vs smaller chunks on transferring data
While working on online blake3 hasher, we want to support subjectively quite large file. Since defaul...