Bonded Context in Microservices
Bounded context is a group of subdomains. It’s a logical boundary for domains and subdomains. DDD divides a large business…
Functional Interface In Java All You Need To Know
Shorten The Code Lengenthen the fun with The Functional Interface in java… The Function Interface is part of the “java.util.function”…
How to compare BigDecimal and Double in Java
Comparing Bigdecimal and Double is tricky because the scale(numbers to the left of .) is higher for BigDecimal as compared…
Key component of Adobe AEM deployment wise
Author:- It’s the core AEM instance that is used by the authors/webmasters for designing content like carousels, home pages, banners,…
The Hexagon design pattern
With the advancement in the software industry, there have also been advancements in the way we design and architect our…
Spring: YML V/S Properties file
Below are the advantages that we get by preferring .yml files over properties files:- YML Config File Properties Config File…
How to run an alternate Java Class in Spring Boot?
Suppose you want to run a Spring Boot application has some classes with main methods that are not annotated with…