Today, I needed to increase my compatibility_date for my Svelte project .
I noticed, that when I ran the project locally with npx wrangler dev , that no POST requests worked any longer.
There was a 405 Method Not Allowed HTTP error.
The same was true when I opened the branch preview deployment. 
 tl;dr: I added the assets_navigation_has_no_effect compatibility flag.
Now it…
Whenever I want to push code to my private GitLab repositories,
I want to use the SSH key of my private GitLab account.
At work, I use a separate account for GitLab.
It has its own SSH key.
Personally, I prefer to set up my own Gitlab Runners.
The reasons being that I don’t have to wait for a runner to become available and they’re usually faster then the Gitlab Shared Runners.
This guide explains how to host a own blog / website for free with about 1 hour of effort.
 It’s how I host this blog. (Update: It’s now hosted on Cloudflare Pages .) 
 There are certainly other options, and I’ve used some in the past.
But this worked very well and with very little configuration effort. 
 In this guide I use Gitlab as code host and Netlify to…
Sharing is Caring 
 Except when stated otherwise, any work on this website is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License . 
 Privacy 
 This site is hosted by Cloudflare and served through their CDN.
Their analytics tool is used to collect some basic anonymous stats about this site.
See their Privacy Policy for all the data they’re…