por Carlos Ble | Jan 17, 2010 | DDD
Just wanted to recommend this book:Web Programming Step by Step. Jessica Miller, one of the authors was my colleague at work in 2007 where I believe she started the book along with her mates. Because I know she is so professional and passionate about her job, I know...
por Carlos Ble | Jan 5, 2010 | SCRUM, DDD
Gregorio Mena ha conseguido que Juan Palacio venga a Tenerife a impartir su famoso curso “Flexibilidad con Scrum”, el mismo que lleva por título su libro. Se celebrará en la facultad de informática. Toda la información y contacto para preinscripción se...
por Carlos Ble | Jan 4, 2010 | DDD, Test Driven Development
pyTDDmon is a nice open source tool developed by Olof Bjarnason. I haven’t used JUnitMax but I guess it works seemingly. You just copy pyTDDmon.py into the same folder of your unit tests and launch it like this: $ python pyTDDmon.py my_tests_file.py...
por Carlos Ble | Nov 28, 2009 | iExpertos, DDD, Test Driven Development
Durante los pasados 26 y 27 de Noviembre he tenido la suerte de impartir un curso de Test Driven Development al equipo de Telvent Outsourcing en sus oficinas de Sevilla. Ha sido gracias a Antonio Pizarro y a Álvaro Lobato que contactaron conmigo y me facilitaron todos...
por Carlos Ble | Nov 23, 2009 | DDD
After using EasyMock for several months I found Mockito. Yeah, the name sounds terrible in Spanish: little snot. It will be hard for me to tell spanish developers mockito features avoiding laughs. Guys, be careful with names next time 🙂 Mockito API is so cool that you...
por Carlos Ble | Nov 23, 2009 | DDD
Model-View-Controller is everywhere now days. I’ve been testing two open source frameworks which look great: VRaptor: Apparently easy to use, easy for REST services development, looks brilliant. However, I spent two hours struggling with Tomcat in order to add...