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
- 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.
- Using the new Laravel `missing` function to prevent link rot - By implementing a custom missing handler we can prevent links from becoming broken when changing the slug of a post.
- Caching Intervention/Image responses using Laravel and Cloudflare - Find out how to get Cloudflare to cache your Laravel Intervention/Image responses.
- Fixing "denied: requested access to the resource is denied" - Solution for "denied: requested access to the resource is denied" when pushing a Docker image to GitLab