Articles in this series
In application development, creating complex objects can become cumbersome, especially when they have multiple attributes or require specific...
Projections in Spring Data JPA is a way to retrieve only specific columns from the database or combine fields from multiple entities into a single...
Microservices Orchestration: What Is It And How Does It Work? Microservices orchestration represents a single centralized executable business process...
What is embedded container in spring boot and why it is important? Spring boot comes with an embedded container which is a light weight server that...
What's the Purpose of Java 8 ? Concise and minimal code utilize functional programming benefits parallel programming to utilize multi core...
What is an immutable class? Immutable class are the kind of classes who doesn't allow to change the data of their objects once they are created. In...