Posts
All the articles I've posted.
Discriminated Union Pattern in Go
Published: at 09:23 PMI often use the Tagged Unions pattern in TypeScript. I encountered a problem I would solve with this pattern in Go. Let me show you how this can be solved in Go.
Development Environment Setup with Chezmoi
Published: at 09:23 PMKeeping my personal and professional Macbook development environment in sync is a challenge. A friend recomended chezmoi to me and I am going to give it a try.
Inline GitHub Code Snippets through Remark
Published: at 09:23 PMI am blogging a lot about code that I write in Open Source software and I was searching for a nice way to include up-to-date code without littering my Markdown files. Turns out it's quite easy to write a remark plugin.