Stop Switching Around: Use the Enum Strategy Pattern in Java

Replace switch with a clean Enum Strategy Pattern using functional interfaces in Java โ€” embracing SOLID principles and improving testability.

2025-05-03 ยท 3 min

Static ObjectMapper with Jackson in Spring Boot

A simple way to perform JSON serialization and deserialization statically in Spring Boot using Jackson.

2025-05-01 ยท 3 min