Speaking at Confitura and JDD

World class conferences in Poland - Confitura and JDD - hosted me as a speaker. Both are important events. JDD was so special because I was there as a selected speaker from Warsaw JUG to take part in JUG Master contest. Didn't win, I must admit, but anyway - It was fun :) and this … Continue reading Speaking at Confitura and JDD

J/vaCon Warsaw!

It was just a third meeting of this new meetup group but they're already at the full speed! J/vaCon #3 was a very nice event! Organizers are full of energy and very commited. I was there talking about automated tests - explaining what is the unit in unit tests and why it should be more than … Continue reading J/vaCon Warsaw!

Speaking at Warsaw Java User Group

I was speaking about automated tests: unit and integration testing approach. See description here: https://www.meetup.com/Warszawa-JUG/events/258813049/  It was a very good meeting! The room was full and we had interesting discussions during that evening. Video is here (in Polish) https://www.youtube.com/watch?v=_7vfW3DpZvU And materials (slides + source code) here: https://github.com/yacekmm/testingDemo 

Testing Spring applications

Very good reference conference speech about Spring applications testing strategies and frameworks. Older Spring apps (with web.xml) are covered, as well as the spring 3+, where config is made by annotations and Java Classes. Unit and Integration tests are presented. The speech itself is conducted with quite monotonic voice, however it is fully packed with … Continue reading Testing Spring applications

Best Android TDD tutorials

There is not very much help on android Test Driven Development on the Internet. However I can recommend some tutorials listed below and desribed with details further in text. Most of examples covers the temperature converter which is surely very poor example of Android application... And definitely not the real life case of the killer app... … Continue reading Best Android TDD tutorials