Thomas Sundberg – BDD with Cucumber JVM About Thomas Sundberg Summary Behaviour Driven Development, BDD, is a great way to drive the development of a system based solely on the desired behaviour. Using Cucumber-JVM for Java will allow us to…
Thomas Sundberg – BDD with Cucumber JVM About Thomas Sundberg Summary Behaviour Driven Development, BDD, is a great way to drive the development of a system based solely on the desired behaviour. Using Cucumber-JVM for Java will allow us to…
Sebastian Benz – Take Back Control over Your Test Suite About Sebastian Benz Summary We all know testing is important. Unfortunately, even the best intentions are often crushed by slow and brittle tests hindering development more than they actually help.…
Martin Naumann – How to Build a Mobile App with Web Technologies About Martin Naumann Summary It does not always have to be native. The web platform has lots of tools and libraries to help you build your own mobile…
Andreas Leidig – How we did it: The Story of a Website About Andreas Leidig Summary There are many open source projects. Most of them are tools or libraries for programmers. This is a running website. Interested in seeing the…
Ioan Eugen Stan – Hands on Continuous Delivery About Ioan Eugen Stan Summary We all use/consume software today somehow. It comes pre-installed with a device, we download and install it or we just use it on line. These are all…
Alex Bolboacă – From Requirements to Tests in Kanban About Alex Bolboacă Summary Kanban or Scrum tell you it’s your job to define the technical practices to use. But nobody explains in detail how to link Kanban or Scrum with…
Csaba Patkos – Getting Started with Test Driven Development About Csaba Patkos Summary A hands-on workshop to introduce TDD for the interested programmers. It has a theoretical part, not very much, just so that each attendee can remember what a…
Johan Martinsson & Rémy Sanlaville – Hexagonal Architecture – Ports and Adapters About Johan Martinsson About Rémy Sanlaville Summary Did you succeed to create a nice OO application by using multi-level architecture? We think that is not possible and multi-level…
Aki Salmi – Refactoring Legacy Code – a true Story About Aki Salmi Summary This is a true story. Me getting an assignment to a project which had 0 tests. And no other developers. Old, yet live code written in…
Erik Talboom – CQRS in Baby Steps About Erik Talboom Summary Command Query Responsibility Segregation is a very powerful and yet easy architectural pattern that can help you to simplify the execution path through your codebase. It doesn’t matter wether…