PinnedMohammed Taoufik LahmidiSending Headers in Feign ClientIn the modern world of microservices, communication between different services is crucial. Feign, a web service client that simplifies the…Jul 9Jul 9
PinnedMohammed Taoufik LahmidiIs Record enough to achieve a total immutability?Welcome everyone ! Today i will go through a very important concept which is Immutability in Java . I will talk especially about the…Jan 41Jan 41
Mohammed Taoufik LahmidiDerived Query Methods in JPA Repositories with ExamplesInstead of writing complex SQL…22h ago22h ago
Mohammed Taoufik LahmidiHow could a Functional interface in java accept more than one abstraction method declaration 😳How could a Functional interface in java accept more than one abstraction method declarationNov 5Nov 5
Mohammed Taoufik LahmidiNotions about IntStream, LongStream, and DoubleStream in JavaJava’s Stream API has transformed how developers handle collections and data sequences. Within this API, numeric streams like IntStream…Oct 28Oct 28
Mohammed Taoufik Lahmidi@NoArgsConstructor, @AllArgsConstructor, and @RequiredArgsConstructorIn this article, we’ll explore the difference between the @NoArgsConstructor, @AllArgsConstructor, and @RequiredArgsConstructor annotations…Oct 22Oct 22
Mohammed Taoufik LahmidiAll you need to know about records in JAVAIn this article, we’ll break down the essentials of records, look at how they compare to traditional classes, and highlight some of their…Oct 152Oct 152
Mohammed Taoufik LahmidiAll You Need to Know About Java Text BlocksJava developers have long dealt with the intricacies and frustrations of handling multi-line strings. Whether it’s writing SQL queries…Aug 13Aug 13
Mohammed Taoufik Lahmidi17 things to Know About Enums in JavaEnums, are a powerful feature in Java that provide a way to define a set of named constants. They offer many benefits, including type…Aug 6Aug 6