Welcome
Thanks for checking out my blog!
Here I write about problems I encountered and the solutions I came up with.
I try to document the problems and their solutions in a way, that should someone stumble upon my posts, they leave with an answer.
If you'd like to know about more about me, check out the about page.
Recent posts
- Using restic on Windows to backup to a Hetzner Storage Box - This post focuses on how to set up a small backup script that uses restic on Windows to backup files to a Hetzner Storage Box.
- Allowing guests to join Laravel Echo presence channels using Laravel 11 - Learn how to allow guests to join Laravel Echo presence channels.
- Preventing redirect loops when using Cloudflare - How to prevent your website from being stuck in a redirect loop when using Cloudflare.
- Getting rid of JavaScript and giving back to the PHP community - How removing JavaScript from my website led to contributions to open source community packages.
- Submitting a form after asynchronous validation - This article focuses on how you can prevent a forms initial submission, validate the forms inputs and submit the form after successful validation.