by Carlos Ble | Jun 22, 2016 | JavaScript
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,...
by Carlos Ble | Sep 14, 2015 | JavaScript
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...
by Carlos Ble | Oct 17, 2014 | JavaScript
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)...
by Carlos Ble | Oct 13, 2014 | JavaScript
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...
by Carlos Ble | Jun 19, 2014 | JavaScript, Software Development, Testing
I am starting to work on a new project for a new customer, I’ll join the team for a couple of days or perhaps weeks. They have been spiking and eventually have decided they want to develop the front-end using Marionette.js a library on top of Backbone.js...
by Carlos Ble | Feb 24, 2014 | JavaScript, Software Development, Test Driven Development
Last week I was the teacher in the second edition of the IronHack, well for the last two days of the week. This time I’ve joined the group on their second week rather than the fifth. So I’ve been the one introducing unit tests. It’s been quite...