London Tester Gathering Workshops

Next week, I’ll be taking part in the London Tester Gathering Workshops at SkillsMatter. I’ll be giving a 4 hours workshop on JavaScript aimed at software testers on Thursday. Inspired by the workshop, I am working on a JavaScript manual for testers...

A week in the UK

Talking at SkillsMatter Last week was very intense indeed. I gave my first talk at Skills Matter (video here). BDD for RIAs with JavaScript – Skills Matter from Carlos Ble I must say I am not content with my talk because my English was rubbish but on the other...

Push the query down: Tell, don’t ask

“Feature envy” is a typical code smell in Object Oriented Programming. It can be appreciated when code talking to an object accesses directly to that object’s fields or properties, from the outside, breaking the encapsulation. // feature envy:...

Recording screencasts with Linux

I am recording some screencasts for a TDD training. I will tell you more about that later. For now, let me write how am I doing it for me to remember in the future. For recording I am using Kazam, adding the ppa repository to my Ubuntu (apt-get install kazam). The...

Configuring Targus keyboard

I’ve bought a new keyboard to use it with my laptop when I travel and also for coding dojos. It’s small, cordless and with US layout which is what I use for coding. Very handy. It’s a Targus AKB33US. But it hasn’t been easy to configure on my...

This was SpainJS 2013

The 2nd edition of the SpainJS conference was held in Madrid last week. On Thursday there were workshops the whole day. Talks and networking happened on Friday and Saturday. I attended to the workshops and learned a lot in the first one, about memory leaks hunting...