Agenda

• 18:00 Door opens

• 18:30 Food arrives :)

• 19:00 Talk starts

• The DevOps @Metro by Hylke Stapersma (codecentric)

• Microservices were never so easy by Paulo Lopes

• 21:00 Drinks and social time

Info about Talks

The DevOps @Metro

Presentation shares the experience of doing a real life implementation of continuous delivery using Jenkins, Docker and Kubernetes. For every angle (for example source control and deployment) an approach is shared, but also the overall process is looked at.

Speaker bio’s

Hylke is a software craftsman who is working as a consultant for codecentric and he is a contributor and maintainer of a small number of open-source projects. He is passionate about sharing ideas and knowledge on everything related to software development and delivery.

Twitter: @Hylke1982

Microservices were never so easy

This talk will be more hands on talk with examples of microservices in Vert.x, and demonstrating how easy it is.

Vert.x 3 is a framework to create reactive applications on the Java Virtual Machine. Vert.x 3 takes the JVM to new levels of performance yet having a small API. It lets you build scalable microservice-based applications transparently distributed and packaged as a single jar file.

Examples will be:

• 4 services that return hello world in 4 different languages, english, dutch, french, spanish

• Show case how discovery works (how do you find the services in the network and similar)

• Finally how the circuit breaker works (to show how to handle failures in a streaming call, e.g : A calls B call C call D and suddenly C is unreachable)

Speaker bio’s

I'm Paulo and I've used my 10+ years of software development experience writing, rewriting, banging my head against the wall, editing and re-editing high-performance web application to make Vert.x an even more awesome framework. I am also the author of "yoke" and other small open source projects. This is more than a job; I'm on a mission to build fast and faster applications!

Twitter: @jetdrone