Java / NLJUG

443 Videos

J-Fall 2016 Speaker Peter Hendriks – RxJava from the Trenches

RxJava maakt het mogelijk om gemakkelijk schaalbare code op een reactive manier te schrijven. Het kan echter ook een uitdaging zijn om de code leesbaar te maken, en kunnen debuggen wat er gebeurt. Deze sessie beschrijft onze ervaringen met het inzetten van RxJava als basis-onderdeel in onze codebase: een suite educatieve applicaties voor basis-, voortgezet- […]

J-Fall 2017 Speaker Nsemeke Ukpong – Configuring Kafka Producers for Stream Processing

If you are like me, the Big Data wave has finally caught up to you. There is no escaping it and in truth (I can attest)with the way that ING is embracing it, it is a pretty interesting place to be! So the question is, where do you start? This session will provide the introduction […]

J-Fall 2015 Speaker Marc Evers, Rob Westgeest & Willem vd Ende – Property Based Testing, By Example

Most unit/integration testing as we know it is example-based: we describe examples of how the code under test behaves in our favourite testing framework. Property based testing is a new and promising approach to automated unit testing. It is very different from example-based approaches: in property based testing, you don’t write examples but you describe […]

J-Fall 2015 Speaker Jakub Marchwicki – What is code?

That sounds like an easy-to-answer question. A set of Java / Ruby / C# / Scala / Whatever tokens you mashup together everyday to get the business happy, right? If you are in the business long enough you know there are rules, there are means to keep you code clear, nice, readable. You know to […]

J-Spring 2018: Vincent Oostindië – A Journey from Java EE to Cloud-Native Microservices

About a decade ago, when the world was still all about J2EE and WebSphere application servers, Rabobank introduced a new Online platform with a custom, intentionally self-built, portal framework. Since then our world has changed in many ways. Nobody does portlets anymore; instead we build rich front-end applications backed by services spitting out JSON. Like […]

J-Fall 2018: Jorrit van der Ven & Gijs Leussink – Why you should embrace Gradle and ditch Maven

Still using Maven as a build tool in your projects? If so, are you using it because you think it is a great tool, or just because you’ve always done it this way? Within 15 minutes we’ll share with you the reasons that made us ditch Maven and fall in love with our build tool […]