Author: tyrrminal

  • Down a git-based rabbit hole

    Part I: git vs QNAP NAS I use a git repository to store my Docker containers/web app configurations. This makes it easy for me to edit the configs on my desktop desktop and push to my server to deploy new configs, as well as — more importantly — implicitly tracking changes so I can easily…

  • Mojolicious: Disable Session Support

    I’ve been experimenting with different ways of handling sessions with Mojolicious. While the built-in session support does work very well, particularly for Mojo full-stack apps, I wanted to try other mechanics instead, like JWT. Once I got that implemented (which will be its own post soon), I hit a snag: there’s no obvious way in…