Blog:
Subscribe (RSS)Contributing to Mattermost
What is Mattermost? From their site: Mattermost is a flexible, open source messaging platform that enables secure team collaboration So think of Mattermost as an open source Slack alternative. It is …
Read moreMore posts
Go modules - an introduction
Origin This was initially planned as content for a talk on the local Gophers meetup in Frankfurt. Unfortunately I had to cancel my attendance and Arne (another …
Read more →
Install Go Versioned
This script extends the previous one by installing GO into a version directory and having the environment variables point to a current link
#! /usr/bin/env bash …
Read more →
Install Personal Golang
Problem I wanted to set up a Golang environment on a Linux machine and do it repeatedly
Solution I created a bash script that downloads Golang and creates a …
Read more →
First class functions
What are first class functions? If you stumble upon first class functions what usually mean is, that functions are part of the type system of your language. So …
Read more →
gRPC message size
What is gRPC? A high performance, open-source universal RPC framework - https://grpc.io
RPC stands for Remote Procedure Call. gRPC is a framework that allows …
Read more →
Protocol buffer talk @Frankfurt Rhein-Main Gophers Meetup
A short overview of protocol buffers This post is a slightly modified version of slides for a gophers meetup in Frankfurt. They served primarily as a way to …
Read more →