Java / NLJUG

322 Videos

J-Fall 2016 Speaker David Delabassee – Java EE Next

Cloud, Containerization, Microservices Architecture, Serverless Architecture, Reactive programming, HTTP/2, NoSQL… many paradigms that will impact, partly or greatly, the way we develop and deploy server-side applications in the years to come. Should the Java EE Platform try to address all those paradigms? Or should we just keep calm, carry on and avoid falling in the […]

J-Fall 2017 Speaker Rhodé Reuijl-Zwijnenburg – What can be done with Blockchain and Smart Contracts?

There is much to do about Blockchain these days. It may be the biggest technological innovation since the internet. Some say it is the solution to ‘almost everything’: the solution to corruption, the solution to be able to vote safely, anonymously and online, the solution for improperly spent money addressed to development aid and so […]

J-Fall 2015 Speaker Brian Benz & Harel Broitman – Setting up monitoring for Java apps (Microsoft)

Setting up monitoring for Java applications for build, measure, learn (Microsoft) Are you developing in an agile world and building a modern service, web or mobile application? For this, it is critical to understand your customer needs and how they are using your product. You want to understand usage trends to better target the right […]

J-Fall 2014 Speaker Wouter Danes – Using Docker to Develop, Test and Run Maven Projects

Docker recently hit version 1.0 and is being picked up around the world by Ops teams to ease running their applications. Docker can also play a big role in easing the development of applications. In this talk I will address how to use docker to: – create a more scalable build environment using jenkins and […]

J-Fall 2018: Opening movie

J-Fall 2018 heeft ruim 1.500 Java professionals mogen ontvangen voor de beste sessies en workshops over Java in de bioscoopzalen van Pathé Ede. De dag startte met de early bird sessies, maar de echte opening begon met deze film. Alle lof voor de maker van deze film: Michiel van MediaTaal ( http://www.mediataal.com/ )

J-Fall 2018: Winfred van Egteren – Reuse your web skills to build native apps with NativeScript

Are you a web developer who always wanted to write an app for both iOS and Android, but want to write it only once? Do you want a true, performant, native app, but don’t want to learn yet another language, yet another framework and get used to yet another IDE? With NativeScript, this is easier […]

J-Spring 2019: Adam Bien – Kickass Apps with Boring Tech: Interactive Hacking #Slideless

What happens, when you focus on the domain and ignore the technology? In this session I will hack a full stack application from microservice backend to WebStandards frontend without any esoteric frameworks, technologies or libraries. Questions are highly welcome and are going to be answered in real time. Bio Adam Adam Bien: Java (EE), Jakarta […]

J-Fall 2019: Kaya Weers – To Lombok or not to Lombok?

Do you hate boilerplate code? Meet Project Lombok; a Java library which replaces a lot of boilerplate with just some simple annotations. Add @Getter to your class and you can get rid of all the getters. Add @toString to your class and get a free implementation of the toString method. Add @AllArgsConstructor to your class […]

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 Virtual 2020: Jeroen Borgers – Fixing your performance and concurrency bugs before they bite you

Performance and concurrency bugs are the most difficult to find types of bugs. Once they are released in production, they tend to hide and wait for the right moment to attack you in unexpected ways, which makes them so difficult to catch. In this presentation, I will show you several of those defects in Java […]