Modern efficient backend design

When writing backends with Go, I follow a simple pattern. At the core there is the, well, core object, the service. It has its own configuration struct. In this struct are all the configurations for the related services. It is the central gateway for everything. Connected to it on the back side are all the…

Read Article

Postfix TLS config

A while back Thunderbird stopped sending out mails because of some vague error message. I guess the postfix server was not properly configured. What I did was to update/add the following config options:

Read Article