Java / NLJUG

551 Videos

J-Fall 2019: Martin Visser & Erwin Cavas – Using Bleeding Edge software in Lifecycle management

Full title: J-Fall 2019: Martin Visser & Erwin Cavas – Using Bleeding Edge software in Lifecycle management without Bleeding out How to deal with more than 40,000 requests per minute. Over the years, we at Rabobank built a vast and complex microservices architecture. The entry point to this landscape, our edge service, stands in front […]

J-Fall 2019: Jan Ouwens – Java From a Parallel Universe

Do you get excited about Java when you’re at a conference, learning about cool new features and tools to try? Do you get sad the next day, when you’re back at work building enterprise applications in an ancient version of Java? You’re not alone. In this talk, we will explore what Java looks like in […]

J-Fall 2019: Job Rooseman & Ernst Noorlander – Continue performance validatie

De Belastingdienst heeft bijna 100 Java ontwikkelteams waarvan de meeste, tijdens de ontwikkeling van de Java applicaties en services, meerdere performance testen uitvoeren. Vaak worden deze testen geautomatiseerd in de delivery pipeline uitgevoerd. Geautomatiseerd performance testen is de eerste stap naar een aanpak die de “shift-left” (lees performance engineering) wordt genoemd. De volgende stap in […]

J-Fall 2019: Jaap Coomans – Mocking your microservices with mock-server

How can I test my microservices? It’s an often heard question that leads to a lot of debate. Deployment and interdependence with other services are the challenges we’re facing there. So, what if we could treat our microservices tests just like our familiar unit tests? What if we could isolate the microservice and mock all […]

Dmitry Kornilov – Building cloud-native microservices with project Helidon

MicroProfile is a collection of Java APIs and technologies for developing microservices portable across multiple runtimes. Project Helidon is a high-efficient modern MicroProfile implementation plus a reactive “zero-magic” functional style APIs, GraalVM integration, gRPC support and other cool features. Come to this session to learn about project Helidon. As part of the presentation I will […]

J-Fall 2019: Hanno Embregts & Maarten Mulders – Beware of Survivorship Bias!

Most talks on a typical conference schedule contain success stories of technology. This could lead to survivorship bias. Survivorship bias causes you to draw false conclusions because you mostly heard about successes, but hardly ever about failures. Yet failures provide us with lots of valuable knowledge: when not to apply a certain technique, pattern or […]

J-Fall 2019: Dieter Hubau – A wild CVE appears! Rebuild all the containers!

Who doesn’t love a good Dockerfile? They are powerful and offer an easy, developer-friendly solution to packaging your applications in a standardized format. Yet they can require a lot of knowledge to construct properly and securely. Securing and maintaining these images can be hard to enforce at scale in the enterprise. Ask yourself: how long […]

J-Fall 2019: Peter Rutgers & Cees van Wijk – Real world smart contracts on Corda

Corda Distributed Ledger Technology (DLT) is heavily inspired by blockchain technology and provides similar advantages (decentralization, immutability and single source of truth). Corda is used a lot within ING and by many others that are active in the blockchain and Distributed Ledger Tech community. With more and more blockchain (and distributed ledger tech) applications being […]

J-Fall 2019: Paulien van Alst & Brian Vermeer – My Kotlin is better than your Java!

TLDR: The big discussion: Kotlin or Java, to migrate or not to migrate and why… The world of languages on the JVM has seen alternatives to Java come and go. Kotlin is probably the most popular one at this moment. Although Java is still one of the most commonly used programming languages, Kotlin seems to […]

J-Fall 2019: Grace Jansen – Reacting to the future of application architecture

Ever wondered how honeybees have come to be some of the world’s most efficient architects? Learn how we can all use mother nature’s expertise to better architect our software solutions to be more reactive, responsive and resilient through reactive architecture frameworks. I will be explaining the principles of reactive systems (including the key points behind […]