Java / NLJUG

551 Videos

J-Spring 2019: Emond Papegaaij – Oauth2 demystified

Almost every developer will have to face this at some point in his or her career: authorization with OAuth2. It doesn’t matter if you build mobile apps, web applications or even develop for embedded systems in the IoT, everybody seems to use OAuth2 nowadays. But how does this protocol work and what’s up with all […]

J-Spring 2019: Bert Ertman – Are We Really Cloud-Native?

As Java developers we are used to adjusting ourselves in heterogeneous environments and so over the last ten years or so we gained experience with PaaS, VMs, Containers, DevOps, Continuous Integration and Microservices Architectures. Now a new phenomenon arises: building greenfield applications with the intent of using agile application development and architecting specifically for the […]

J-Spring 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-Spring 2019: Brian Vermeer & Paulien van Alst – 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-Spring 2019: Onno Schellekens & Barry Lagerweij – Keynote: Can we use mobile technology to leapfrog universal health for developing countries?

Mobile technology is changing the world at a speed nobody can imagine. Industrial activities are being revolutionized. There is a real opportunity to use mobile technology to leapfrog healthcare in developing countries. Bio Onno Onno Schellekens is voorzitter van het Joep Lange Instituut en algemeen directeur van PharmAccess. Hij is medeoprichter van het Investment Fund […]

J-Spring 2019: Michel Schudel – Cryptography 101 for Java developers

So you’re logging in to your favorite crypto currency exchange over https using a username and password, executing some transactions, and you’re not at all surprised that, security wise, everything’s hunky dory… Ever wondered about the amount of cryptography begin used here? No? Let’s dive into the key concepts of cryptography then, and see how […]

J-Spring 2019: Brian Vermeer – Live exploiting your open source dependencies

Today, almost all software heavily relies on the use of third-party dependencies. While open source modules are undoubtedly awesome, they also represent an undeniable and massive risk. You’re introducing someone else’s code into your system, often with little or no scrutiny. Including the wrong package can introduce severe vulnerabilities, exposing your application and your user’s […]

J-Spring 2019: Bert jan Schrijver – NLJUG Update

What is the status of the NLJUG and where are we going? Bio Bert Jan Bert Jan is CTO at OpenValue and focuses on Java, Continuous Delivery and DevOps. Bert Jan is a Java Champion, JavaOne Rock Star speaker, Duke’s Choice Award winner and leads NLJUG, the Dutch Java User Group. He loves to share […]

J-Spring 2019: Peter Hilton – Why you should care about code style and what you should care about

Coding style matters, but not only in the way you think. Programmers famously waste time arguing indentation styles, while whole teams lack a consistent vision for their code style, and consistent code. This talk highlights what really matters, and what you need to learn to write code with vision and style. Attendees will learn about […]

J-Spring 2019: Allard Buijze – Pragmatic Microservices with DDD, CQRS and Event Sourcing Using Axon Framework

Events are becoming increasingly important in modern architectures. Although CQRS and Event Sourcing are increasingly being adopted, the complexity of implementing it is often highly over-estimated. In this session, we will first briefly cover what CQRS and Event Sourcing are, and how it addresses some common requirements that modern applications have. Next, we will open […]