This article covers the basics of DI supported by the Spring Framework, including configuration types, injection variants, and how to inject different types.
This article is the last one in my mini-series dedicated to dependency injection with the Spring framework. Using generics to simplify injecting beans with Spring framework.
With the new 2.2 release, Quarkus continues to improve in terms of network-related features, reactive programming, and integration with the Eclipse Vert.x event bus.
Advice to my younger self — “Set all kinds of goals for what you want to achieve in life. No goal is too big with the right plan and vision.” More advice below!
In this short tutorial, we will devise a way of making an object-creation-free, lightweight mapper with rudimentary lookup capability that is suitable for a limited number of associations.
Maintaining a healthy codebase is extremely important for any team that wants to ship quality products at a high pace. These extensions will improve your code quality.
This article sets out to conduct a performance test on the Spring Boot Pet Clinic application to see whether any performance bottlenecks can be identified.
Lambda Architecture is one of the most useful frameworks to design big data applications and distributed data processing systems like social network platforms.
The best engineering teams I’ve talked to use the right tools to continuously refactor code, improve their codebase communication, and address technical debt.
This article shows how to export Mulesoft Application logs to monitoring operational metrics tools such as Amazon CloudWatch using the log4j2.xml file.
Context switching is working on several tasks simultaneously. More specifically, it's working on one task and switching to another task with an unfinished previous task.