Records
-
Core Java

Beyond Lombok: Writing Clean, Explicit Java with Records and Pattern Matching
Writing concise, clean Java code has long been a pursuit for developers. For years, tools like Lombok have been the…
Read More » -
Core Java

Java’s Modern Toolbox: Records, Sealed Classes, and Pattern Matching
Java has been a steadfast player in the programming world for decades. However, recent updates have shown that Java isn’t…
Read More » -
Enterprise Java

Boost DTO Creation with Records & MapStruct in Spring Boot
DTO (Data Transfer Object) creation is a common task in Spring Boot applications. Traditionally, this involved writing boilerplate code for…
Read More » -
Core Java

Migrating from Lombok to Records with Ease
Keeping your Java code clean and easy to understand is essential for both you and your fellow developers. In the…
Read More »

