Java / NLJUG

394 Videos

Aftermovie University Session: Venkat Subramaniam

The NLJUG University Session with the great Venkat Subramaniam was a huge succes! The 11th of September the Spoorwegmuseum in Utrecht was a Java-epicentre. It was an evening full of learning, networking and fun. See our aftermovie for an impression. Big thanks to the sponsors: Blue4IT & Craftsmen

J-Fall 2016 Speaker Robert Scholte – Java 9 and the impact on Maven projects

Sinds 2014 zijn er early access releases beschikbaar van Java9 en vorig jaar zijn daar de jigsaw releases aan toegevoegd. Met name jigsaw zal van grote invloed zijn op Java projecten door de introductie van modules. Het is nu de beurt aan de IDEs en buildtools om aan te sluiten op deze wijzigingen en om […]

J-Fall 2017 Martin Förtsch & Thomas Endres – Project Avatar

Using humanoid robots, virtual reality glasses and 3D camera sensors you can experience the world through the eyes of a robot and control it via gestures. The hardware hacking team of TNG Technology Consulting has built a telepresence robotics system based on a NAO robot, an Oculus Rift and a Kinect One. Using these components […]

J-Fall 2015 Speaker Alexander Chatzizacharias – How to increase code quality using gamification

Gamification is a booming keyword at the moment. Millions of people play games for countless hours. It is their choice of entertainment, and it keeps them engaged for thousands of hours. Gamification uses that strength in real life situations. Companies use gamification to engage their costumers, educate their employees, promote their products and many more. […]

J-Spring 2018: Roy van Rijn – Fostering an evolving architecture in the agile world

What is software architecture? Is it the decision to adopt microservices? Is it the document that describes the layers in your Java EE application? No, every line of code you commit is part of your evolving architecture. During this talk I’ll explain how we, at the Port of Rotterdam, manage our software architecture in an […]

J-Fall 2018: Daniel Rusev – IoT hardware access made easy with Eclipse Kura

In this we will demonstrate how to use facial and object recognition with Raspberry Pi, Eclipse Kura and AWS. Eclipse Kura is an Eclipse IoT project that provides a platform for building IoT gateways. It is a smart application container that enables remote management of such gateways and provides a wide range of APIs for […]

J-Fall 2018: Peter Hilton – Flat HTTP API Documentation

The way we write API docs is highly structured, natural to programmers, and wrong. HTTP API documentation typically looks nothing like the requests and responses it describes. This creates extra work for the reader to understand the documentation structure, and figure out how to translate that to code. It also makes it harder to spot […]

J-Spring 2019: Berwout de Vries Robles – Impromptu Orchestra with HTTP2 and Reactive Streams

With the introduction of HTTP/2 in 2015, Server Sent Events have received a new life as Reactive Streams. In this talk we will look into how these technologies work. We will look at how and why HTTP/2 came to be. I will show you what you need to do to make practical use of HTTP/2. […]

J-Spring Digital: Urs Peter – Mind Rocking Concurrency with Kotlin Coroutines in Spring Boot

Have you struggled with the deep learning curve of Java’s concurrency abstractions such as Threads, (Completable)Futures or reactrive libraries like RxJava or Reactor? Then Kotlin’s Coroutine will be a revelation for you! In this talk we will expore Kotlin’s Coroutine and discover how you can write asynchronous, non-blocking code as if it was  synchronous, blocking […]