From $conf to $config and $settings in Drupal 8With Drupal 7 we were used to leverage $conf to set variable overrides. Unfortunately this was sub-optimal. The Configuration override system October 17, 2016 Drupal Drupal Planet

How to find PHP code in Drupal nodesBefore Drupal 8 was released, the PHP Filter module was part of Drupal core and allowed site builders and developers to create a PHP filter text October 13, 2016 Drupal

Useful PHP tools you might not know about yetIs your project still using array() all over the place instead of the new [] short array syntax? Then the php-short-array-syntax-converter September 26, 2016 PHP

How to effectively search the Git logSearching the Git log can be approached quite differently whether you’re willing to find a specific bit of code that was committed or trying to find September 24, 2016 Git

How to script Yakuake with KDEYakuake is a drop-down terminal emulator based on KDE Konsole technology. It’s also a very powerful and scriptable application we can configure to September 23, 2016 Linux