I have this on my to-do list for quite some time already: More documentation for my blogging software GoBlog. GoBlog is still changing from time to time and probably needs a bit of refactoring before creating a release. But a first step to offer more documentation is adding an example configuration, which I just did. I hope this helps all those curious people who wanted to try GoBlog. Feel free to contact me with questions!
XXXX-03-15
I admit it is the first time I am writing code that is almost 100% covered by unit tests. But itβs such a good feeling to have small, concise methods whose functionality you can rely on. Even before I have a running application, I know that what is already written will work. And unit testing with Go is really fun.
What Does My Software Setup Look Like?
I recently got a new (refurbished) notebook and already wrote a post about that, but this time, I would like to focus on my software setup. What programs do I use for developing? What do I use for writing? And what is my favorite web browser?