app

nextcloud

Nextcloud 17 docker and nginx reverse proxy

sigh sometimes I hate this adminstration stuff but it was necessary as I'm migrating stuff to containerd version. This time I choosed to spend my time in migrating my existing nextcloud installation to the docker version (and upgrading during this process (everytime a great idea)). However I ended u…

1 min read
flutter

Flutter & i18n in a nutshell

During my first steps in develop some Flutter apps I came across - as always - the requirement for adding internationalization. In Flutter it's a three steps way to go to have i18n in your widgets. First of all you have to create a class to present your strings to the widget, then you have to run a…

2 min read