#java
Read more stories on Hashnode
Articles with this tag
Wordle has taken over the world trend. I feel the simple interface and no extra advertisement have made it successful. Without advertisements, you can...
Help Superheroes to get discovered · Introduction In any microservice architecture, we need multiple instances of the services. Our superhero API is no...
Call Superheroes via Command Center · Introduction In Microservices we will always have more than one service interacting with each other. One of the...
Caching with Micronaut · Introduction Any framework needs to be fast enough to deliver content , Micronaut is no different. In order to deliver content...
Control the inheritance · Introduction Sealed Classes are an important new feature introduced as a preview feature of JDK 15 and 16 but as a permanent...
Clean and Concise Switch Expressions · Java switch expressions have been evolving with JDK release, while other JVM-based languages have been giving the...