Classic Layout

NLJUG 2022 Speaker Mentoring Program

J-Fall 2022 lijkt nog heel ver weg, maar de call for papers is zojuist gestart en we zijn op zoek naar nieuw talent! (English version below) Heb je je stiekem altijd al afgevraagd hoe het zou zijn om een spreker te zijn? Maar je bent nergens expert in of heb je geen idee waar je over zou moeten spreken? Dan …

Read More »

How to do password hashing in Java applications the right way!

There are multiple ways to store sensitive passwords. And while having choices can be great, in the context of password storage, picking wrong can be a security nightmare. With that in mind, let’s hash out some of your options .In this article …

The post How to do password hashing in Java applications the right way! appeared first on foojay.

Read More »

How to run the Java Incubator Module from the Command Line and IntelliJ IDEA

JEP 425: Virtual Threads (Preview) has been proposed recently. It has been a long-awaited feature in Java. It opens the door to Structured Concurrency. This article isn’t about it, in case you are interested, you can read, the JEP draft: …

The post How to run the Java Incubator Module from the Command Line and IntelliJ IDEA appeared first on foojay.

Read More »