Tips for an efficient interview
I have only been in the Web industry for 5-6 years but I am already a bit sceptical when giving an interview. Some people are so good at talking about stuff ...
I have only been in the Web industry for 5-6 years but I am already a bit sceptical when giving an interview. Some people are so good at talking about stuff ...
Having dealt with services mostly on Linux, I grew accustomed to type service php restart. On Mac, this is more like: launchctl unload ~/Library/LaunchAgen...
Small script that loops through all branches and tags of all projects in a Gitlab installation and if it contains a composer.json, adds it to an index. This...
Wordpress’s Must Use Plugins are an easy way to include quick pieces of code that will always be included. While having my way with Composer and Composer In...
Caching full pages with Varnish can be hard, most applications use sessions, which sets a Cookie, which makes Varnish ignore all caching. When sessions are ...