Fui parte de JSDayEs 2016

Este año tuve la suerte de que envié una propuesta el JSDayEs y la aceptaron. Sobre nuestra experiencia desarrollando con ES6, el nuevo standard. Dejo aquí el video de la charla dentro de la playlist de videos del evento. Olvidé decir algunas cosas durante la charla,...

ES6 + browserify + babel + gulp + jasmine

During Socrates Conference 2015 we decided that it’s the right time to jump in ES6 to developer a green field project that our customer is starting. Given that ES6 is already the stable and latest version of JavaScript, it does not make sense to start a new...

LTGW2014: resources from our workshop

Yesterday, Jenny Mulholland (from Softwire) and I & ran our workshop on JavaScript for Testers at the London Tester Gathering Workshops 2014, at Skills Matter. We had a nice group of participants with a wide range of kills and knowledge and we covered (roughly)...

Understanding JavaScript Errors

There is no magic in programming languages. The fact that they are formal languages makes them deterministic. For every behaviour there is a reason. For every error there is a logical cause. Before googling for an odd error message, try to understand what the...