Gaëtan TEMATE
Lead Tech Java | AWS | React
© 2025 All rights reserved.
Design Pattern Decorator, When to use it
The Decorator Design Pattern is a structural pattern that enables you to attach new behaviors or responsibilities to objects without modifying their existing structure. It’s an alternative to subclassing, where you would typically inherit and extend a class to add new functionality. The Decorator Pattern is particularly useful when there are several optional behaviors that…
Unveiling the Pivotal Features from Java 8 to Java 20 – A Comprehensive Exploration
Java, as one of the most popular and widely used programming languages, has gone through a remarkable journey of evolution. Since Java 8, the language has adopted a six-month release cadence, ensuring that new features and improvements are delivered more frequently to developers. In addition to these regular releases, Java also offers Long-Term Support (LTS)…