Skip to content

I feel offended

I regularly check to see if there are any errors on my website and try to fix them. This includes page access errors. If Google can not find certain pages anymore that can be quite deadly for all the SEO stuff. It is just the links to the CSS files that have fallen out of the cache most of the time and are being fetched again. This results in access errors, which are not too worrying.

Read more

Deploy Code with Git

For a long time we used a rsync script at work to deploy the webserver. At first there had to be manual adding and removing of parameters to do a dry tun. So this workflow was not the best. After I was frustrated by manually editing the script every time I used my shell skillz[sic] to improve the user experience.

Read more

Useful Drupal Modules

We use Drupal as CMS for our website projects at work. The Drupal world lives from its modularity. By now nearly nothing exists that has a web frontend you cannot realise with Drupal. You can create everything with specialised modules from a simple blog over e-commerce up to erp solutions. As of writing this there are 32945 modules on drupal.org. Some of them are probably outdated or only available for version 6 and prior. It is nevertheless difficult to keep track of all the important modules.

Read more