Latest (p. 5)

HATE TIME Thoughts

December 2, 2013

Things in the source code I hate perhaps the most in my everyday work

How to package and use Yii framework in PHAR Guides

July 20, 2013

Okay, today's the task: pushing all of 1892 files of Yii framework to the Git repository is a burden, and upgrading it to new version pollutes the git log with changes to files you don't care about. Let's package it into a PHAR!

Real-world Acceptance Testing with Behat Guides

May 31, 2013

Okay, today let’s say you have a working webapp providing some functionality to it’s users. And, let’s say you test this functionality manually. You have the long document describing how things should work and on each iteration you sit down, open your application and start clicking and filling forms and checking that all is going according to specs.

Of course this is pure horror, but it’s something that should be done to be sure that after all changes in current iteration your features aren’t broken, so, you don’t have regression errors.

Of course, there is a clean and obvious solution to automate this process.

Über prompt string for modern commandline Experiments

November 11, 2012

Okay. Today’s XXI century already. You have colored commandlines everywhere and you have basically single-user *nix OSes. Now it’s time to shift from default commandline prompt strings to something more useful (and fancy, of course).