let rollie_ma = "dev"

let rollie = "dev"

let rm = "dev"

Some random thoughts

gRPC with Mutual TLS Between Go and Python

Microservices

TL;DR Show me the code!

In a recent project, I used gRPC over TLS between two services written in Go and Python. Writing TLS secured gRPC server and client in Go was effortless since it’s well covered with documentation. Plenty of blog posts and Stack Overflow answers on that topic. However, finding a workable example for Python + mTLS was very difficult. Once I figured out how to make it work, I feel obliged to document all the findings in a blog post.

Read more >

GopherCon 2019

San Diego  +  GopherCon 2019  = <3

TL;DR Some liveblogs from the conf if only the sessions interest you: about.sourcegraph.com/go.

A week ago (July 25 - July 27) I went to the beautiful city of San Diego and attended GopherCon 2019. For Go developers in North America, GopherCon is probably the most exciting and biggest Go meetup that takes place annually. In two days, gophers around the world gathering together, networking, sharing their knowledge, excitement and feedback about the Go programming language. It was an event I had been eagerly anticipating since the beginning of the year.

Read more >