Masonry Layout

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 »

Modernize Legacy Code In Production: Rebuild Your Airplane Midflight Without Crashing

I spent over a decade as a consultant working for dozens of companies in many fields and pursuits. The diversity of each code base is tremendous. This article will try to define general rules for modernizing legacy code that would …

The post Modernize Legacy Code In Production: Rebuild Your Airplane Midflight Without Crashing appeared first on foojay.

Read More »