Tag: best-practices
- ☕️ Immutables/AutoValue/Lombok 🔥 Which One? (12 Apr 2020)
In this article, we are going to compare some of the features of the Immutables.org library, Google AutoValue, and Project Lombok. - 🎩 Immutability in Java 🔥 Made Easy (11 Apr 2020)
In this article, we describe how to use the Immutables.org library to generate our immutable classes instead of doing manual error-prone implementations. - 💉 Inyección de Dependencias en Java ☕️ (10 Feb 2020)
Este artículo, describe el concepto de Inyección de dependencias en Java y cómo nos ayuda a tener una base de código más modular y desacoplada - 💉 Dependency Injection in Java ☕️ (14 Nov 2019)
In this article, describe the concept of Dependency Injection in Java and how it helps us to have a more modular and decoupled codebase.