Java / NLJUG

551 Videos

J-Fall 2023: The secret life of Maven Central – Jamie Coleman

  It’s just there. Just like the stars, just like electricity, just like Java. In the Java world Maven, central is the most important single service. You can get Java SDKs and even container images from various vendors, but Java code comes from only one place: Maven central. Recently though we’ve seen questions raised about […]

J-Fall 2023: The human factor you might be missing when designing your system – Rafael Maia

  The world of software development is undergoing a paradigm shift, and it’s not all about the code. We are realizing that technical efficiency and human-centeredness aren’t mutually exclusive – but rather, crucial allies in constructing resilient, maintainable, and effective software systems. Let’s dive into how we can unite these two seemingly disparate dimensions. In […]

J-Fall 2023: Demystifying Monads with Java – Julian Exenberger

Monads are just monoids in the category of endofunctors , what’s the problem? This is the type of theoretical answer that makes everyone learning functional programming throw their hands and say “I don’t get it!” As a result one of the most powerful Functional programming abstractions, namely Monads that Java 8 unlocked is not understood […]