Published inJavarevisitedLombok Deep Dive: Exploring Lesser-Used Lombok AnnotationsIntroduction:Feb 13, 2024A response icon3Feb 13, 2024A response icon3
Published inJavarevisitedUsing Async Schedulers in Spring BootProblem Statement: Efficiently Managing Multiple Asynchronous Schedulers in a Spring Boot ApplicationAug 7, 2023A response icon3Aug 7, 2023A response icon3
Published inJavarevisitedCaffeine Cache in Java ApplicationCaffeine is a high-performance, in-memory caching library developed by Ben Manes. It provides a fast and efficient implementation of a…Jun 19, 2023A response icon2Jun 19, 2023A response icon2
Published inJavarevisitedReduce network calls in a Java applicationsReducing network calls in a Java application can help improve performance, reduce latency, and save bandwidth. Here are some ways to…Mar 27, 2023A response icon2Mar 27, 2023A response icon2
Published inJavarevisitedImmutable class in javaWe can create immutable classes by following these guidelines:Mar 17, 2023A response icon2Mar 17, 2023A response icon2
Published inJavarevisitedNon terminal operation peek() in Java8In Java 8, the peek method is a non-terminal operation that allows you to perform an action on each element of a stream as it passes…Mar 17, 2023A response icon4Mar 17, 2023A response icon4
Published inJavarevisitedMethod References in Java8Method references provide a shorthand notation for lambda expressions that only call a single method. Method references can be used to…Mar 17, 2023A response icon2Mar 17, 2023A response icon2
Published inJavarevisitedJava CompletableFutureCompletableFuture is a class introduced in Java 8 that allows us to write asynchronous, non-blocking code. It is a powerful tool that can…Mar 14, 2023A response icon10Mar 14, 2023A response icon10
Published inJavarevisitedCQRS pattern in microservicesCQRS (Command Query Responsibility Segregation) is a design pattern that suggests separating read and write operations into separate models…Mar 13, 2023A response icon3Mar 13, 2023A response icon3
Published inJavarevisitedCryptography — sign payload, encrypt a plain text password and decrypt itTo sign a payload of a REST endpoint and verify it using a public key in Java, you can follow these steps:Mar 13, 2023Mar 13, 2023