workflow
Improve your workflow with Spotlight and Flashlight
I’m a huge fan of Alfred, but since the recent Yosemite update, Spotlight might just going to change that. You see, the new design and features of Spotlight are already great, but Alfred still proved more functionality, especially with the Power Pack feature to create your own workflows. But when you combine Spotlight with a read further ...PHP as a CLI language
Some of you might already know this, but I use PHP as a CLI language quite often. And why not? It’s PHP, the language I know best. It has access to the file system so you can do all kind of magic with it. Like any shell script it’s great for maintenance, scaffolding or periodic read further ...Setup PHP CodeSniffer for PHPStorm on OSX
On Meet Magento 2014 I attended an interesting presentation about Continues Integration in Magento from Damian Luszczymak. One important aspect of Continuous Integration is that as a team of developers everyone should follow the same coding guidelines. If you use PHPStorm, you can use PHP CodeSniffer to ensure that the code you are writing as a team is read further ...The art of deployment
(please note, that the original dutch article I write can be found here) A website is worthless if it can’t be visited online. To achieve this it has to be uploaded to a server: it has to be deployed. Often, the task of deploying a website is thought of to be a simple thing: you read further ...