Caddy rewrite and CodeIgniter
Caddy it’s a new kid in the block in category super light web servers. Personally – I love it. Same love I feel to CodeIgniter. To marge both of them, we need only basic...
Caddy it’s a new kid in the block in category super light web servers. Personally – I love it. Same love I feel to CodeIgniter. To marge both of them, we need only basic...
Caddy is a another alternative to Apache or nginx. For me the biggest advantage is that it’s only one binary file to work with. It’s easy to run, setup and just “works”. It’s super...
I’m huge fan of Continuous Integration and all possible automation which can save me any time during development process. I’m using plenty of different tools in my daily work, but there is always place for...
This article is related to my previous one about setting up PHPCodeSniffer with CodeIgniter coding standards. Installation on Linux boxes is pretty yeasy: sudo pear channel-update pear.php.net yum install php-pear-PHP-CodeSniffer php-phpunit-phpcpd On Mac OS X you...