Create Your Own JetLag Map with QGIS
8 Mar 2025·Quadrubo
My friends and I recently wanted to play Jet Lag: The Game - Hide + Seek in our home city of Berlin and needed a map that one could print to scale. This article will guide you through creating your own printable map using QGIS and a bit of (optional) Python.
Git Hooks in Laravel with Husky
3 Mar 2023·Quadrubo
This article is about setting up your application with Husky, so you can run your linters, code formatters, static code analysis and tests all before you commit.
Filament redirect incase canAccessFilament fails
27 Feb 2023·Quadrubo
In an application of mine, regular users can use the admin panel to manage some of their own content. To do so they had to verify their email. By default, Filament returns a `403` error when the `canAccessFilament()` method fails. I wanted to redirect the user to the email verification page instead.