Java / NLJUG

551 Videos

J-Fall 2022: Tom Eugelink – Very serious gaming

The recording starts after 11 minutes due to technical issues. War fighting in the modern navy is completely software based. No analog bleeps or pings; every weapon and sensor on a navy ship nowadays has a UTP connector. The operators that work in the CIC, the Combat Information Center deep inside the ship, see a […]

J-Fall 2022: Vasco Veloso – Keynote ‘Bullet-proofing APIs to build reliable systems’

Misunderstandings frequently happen in spoken speech. Typos in written messages are paramount. Humans can often perceive the incorrect communication’s intended meaning and adjust their actions accordingly, but machines are naturally extraordinarily literal. Mistyped instructions cannot be executed. Many programming languages solved this problem by offering tools that perform exhaustive verification before any code execution is […]

J-Fall 2023: Roy Wasse & Roy van Rijn

How good of a developer are you?Are you a good Java developer? What makes a good developer? And how can we measure this? If you ask Oracle they’ll say OCP (Oracle Certified Programmer), which means that you know when the compiler makes those red squiggly lines in your IDE disappear. If you ask FAANG companies […]

J-Fall 2023: A design pattern goes to the supermarket – Kaya Weers

Everybody knows the term design patterns. Some know the patterns and correct implementation by heart. Others vaguely recognize the pattern names but don’t recall the details. This talk is intended for the latter group.I’ll dive into a couple of design patterns using real-life examples. What would a design pattern look like in day-to-day life? We’ll […]