Can Okan Taşkırancanokan.hashnode.dev·Jul 20, 2024Notes of Spring Microservices in Action (Chapter 8)In distributed system architecture, critical behaviors like security, logging and tracking users are necessities to ensure. Implementing these functionalities to individual services by a common library, etc, has these side effects. It can be easily ...33 readsSpring Microservices in Action
André Felipe Costa Bentobentodev.hashnode.dev·May 17, 2024Understanding Predicates in JavaIntroduction Predicates are a powerful feature in Java that enables functional programming paradigms, enhancing the language's flexibility and expressiveness. This article explores the concept of predicates in Java, their introduction, benefits, draw...40 readsjava predicate
Yahaya Yusufomolluabii.hashnode.dev·Sep 13, 2022Using Predicate from the Functional Interface Package in JavaThe advent of Java 8 brought about java.util.function package in Java. It's a package that contains defined functional interfaces usually used with Lambda Expression. I'm assuming that you have basic knowledge of Lambda Expression if not go ahead and...49 readspredicates