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

Dmitry YakimenkoGiving Go another chance: command line arguments
I'm writing a simple time tracking tool and rediscovering Go at the same time.

gerwertOn building a small cross-platform CLI tool in C, Go & Swift
A great thing about being a programmer is that if you need specific, customised, tooling, you can jus...

Jeremy MillValidating Client Certificate SANs in Go
How to validate client certificate SANs in Go using callbacks on tls.Config

林子篆Tracing source code of Kubernetes client-go
Whole thing is started from Ingress this feature of Kubernetes.But today I’m not going to talk too...

Renato SueroGo, Google Functions and Gitlab-ci a perfect combination
A tutorial to show how to use Go in the google functions and do a deploy Gitlab-ci

Alex PliutauGoogle Cloud Functions in Go
Google Cloud Functions in Go

Asim AslamGo Micro - A Zero Dependency Microservice Framework
A simplified experience for building microservices in Go

Sébastien Le GallIntegrating logrus with cobra
Setting up the log level before any command execution

Renato SueroGo is supported in Google functions
Now we can use Go to run google functions =). Take a look an example: // Package helloworld...

donvitocodesAsynchronous Processing with Go using Kafka and MongoDB
In my previous blog post "My First Go Microservice using MongoDB and Docker Multi-Stage Builds",...

Renato SueroGolang Security Checker
a tutorial about gosec, a golang tool that inspects the source code for security problems by scanning the Go AST.

Douglas Makey Mendez MoleroLet's talk about Health Checks
Basic introduce to Health checks.

Renato SueroImprove the Go code with GolangCI-Lint
GolangCI-Lint is a linters aggregator.

Paul BradleyUploading file(s) to AWS S3 using Go
Example code showing how to upload file(s) to Amazon S3 using Go.

Aaron SchlesingerGopherCon 2019 CFP OMG!
Hey Gophers! I want you to submit a proposal to talk at GopherCon 2019. ... and I want you to start...

Steve LaytonAttempting to Learn Go - Let's Get Modular - Again!
Following up from our last post let's see what we need to do to release a new version!