Java / NLJUG

551 Videos

J-Spring 2023: Bigger Unit Tests Are Better – Peter Schuler

Unit tests are the most important contribution a developer makes to the product quality. However, the general approach to unit testing harms your flexibility. This talk shows you how the use of many small tests will slow you down. But …. with a few simple changes in your approach, you will make your life better, […]

J-Spring 2023: Coding your documentation – Hubert Klein Ikkink

To write (technical) documentation usually means we leave our coding environment and for example need to start a word processor or open a wiki where we type our documentation. Especially when we (must) use word processor software a lot of things will distract us from writing content: we need to worry about formatting, styles and […]

J-Spring 2023: Five Tricks for Java – Holly Cummins

The code we write has a climate impact. But how big is that impact? How do we measure it? How do we reduce it? Is the cloud helping? What’s going on with Virginia? Are we still allowed to do CI/CD? Will native compilation save us? Is Java even a good choice anymore? This talk discusses […]

J-Spring 2023: Internal Life of Your Debugger – Nataliia Dziubenko

Every developer is familiar with debugging: we all debug applications quite often. In this talk I invite you to take a look deeper and see how it works inside. To understand that better, we will first discuss the JVM architecture and the bytecode execution process. Then, let’s talk about Java Platform Debugger Architecture. We will […]