Video from my presentation at Agile Warsaw

Here’s the video from my presentation and the discussion about

Agile Skills Project and our experiments in motivating developers at my company, that I had a chance to show at Agile Warsaw. Do not ask my why the camera is 100% time focused on the wall, I have no freaking idea :) The voices are there, and that matters. You can either watch it on Parleys: http://parleys.com/d/2019 or right here. Be warned: it’s in Polish.

You May Also Like

EhCache config with BeanUtils

BeanUtils allows you to set Bean properties.If you have configuration stored in a Map it's tempting to use BeanUtils to automagically setup EhCache configuration.Sadly this class has mixed types in setters and getter and thus BeanUtils that use Introsp...