JJADExinjadex.hashnode.dev·Apr 20 · 4 min readI started an open source project instead of begging on the streetI'm a software developer in Java and backend systems. I hold a bachelor's and master's degree in computer science. My life, which had seemed to be moving forward steadily, collapsed in an instant. I w02L
JJADExinjadex.hashnode.dev·Apr 8 · 6 min readWhy I Built JADEx Instead of Switching to KotlinEvery Java team eventually has that conversation. Someone opens a PR, there's a NullPointerException in production, and someone says: "We should just migrate to Kotlin." I've had that conversation. An00
JJADExinjadex.hashnode.dev·Apr 2 · 2 min readWhat if Java had Kotlin-style null-safety without migrating your Spring Boot project to Kotlin?I've been working on JADEx (Java Advanced Development Extension) which is a safety layer that makes Java safer by adding Null-Safety and Final-by-Default semantics without rewriting Java codes and mod00
JJADExinjadex.hashnode.dev·Mar 12 · 4 min readSafer Java Without Rewriting Java: Meet JADExJADEx (Java Advanced Development Extension) is a safety layer that makes Java safer by adding Null-Safety and Final-by-Default semantics without modifying the JVM. GitHub: https://github.com/nieuwmij00