In March of 2022, I pushed my first commit to the go-mail repository on GitHub.
User permission checking in Go
·1161 words·6 mins
It is not trivial to check access permissions of a specific file in the user context, but I have a solution for you
Blog resurrection
·236 words·2 mins
Imagine having a blog but not having written something for a year…
Sending mails in Go the easy way
·2252 words·11 mins
A brief introduction into sending mails with go-mail
2021
My recent projects
·1273 words·6 mins
In my previous blog post I state, that I started programming in Go (or Golang).
apg.go - Yet another APG clone
·811 words·4 mins
You may remember my previous blog entry about my APG-clone written in Perl.
My journey of finding a proper notes app
·2003 words·10 mins
When working from home, I often find myself quickly opening a Notepad window to take notes and then save them on the desktop.
apg.pl - A "Automated Password Generator" clone
·355 words·2 mins
APG (short for “Automated Password Generator”) is a little tool that I’ve been using for decades now, to generate secure and random passwords on my UNIX systems (i.
2020
websiteBench - A website performance monitoring tool
·1139 words·6 mins
As most of you know, I am a bit obsessed with collecting data in my InfluxDB, so that I can visualize it in Chronograf or Grafana - an I am already collecting lots of data…
Running fastcry.pt via Docker
·247 words·2 mins
fastcry.pt got more flexible by Dockerizing it…