PinnedPublished inJavarevisitedAvoid These 7 Spring Boot REST API MistakesSpringboot is one of the most popular Java Frameworks for REST API development. However, there are some common mistakes we make while…Jan 25A response icon8Jan 25A response icon8
PinnedPublished inJavarevisitedJava: Why and How to use CompletableFuture?CompletableFuture was introduced with Java 8 to give new functionality over Future to handle asynchronous tasks.Aug 25, 2024A response icon3Aug 25, 2024A response icon3
PinnedPublished inShort. Sweet. Valuable.How has reading books helped me?Recently I again got into reading books. It has been about a year and I am reading at least 1 book a month.Jul 12, 2024A response icon6Jul 12, 2024A response icon6
PinnedPublished inJavarevisitedJava : Worthy Lombok Annotations for Speedy DevelopmentLombok is a Java Library that takes care of some common tasks that are often repetitive and thereby makes us more productive.Aug 10, 2024A response icon4Aug 10, 2024A response icon4
PinnedPublished inJavarevisitedJAVA: Useful StringUtils Methods That You Might Not KnowSpring provides a plethora of methods and classes that you can use to write clean and fast code. StringUtils is one of the most widely usedAug 3, 2024A response icon3Aug 3, 2024A response icon3
8 Advanced Stream API Tips You Should KnowJava Streams API was introduced with Java 8. It allowed us to write clean, concise and readable code.20h agoA response icon120h agoA response icon1
Published inJavarevisitedWhat are Intrinsic Lock, ReentrantLock and ReadWriteLock in Java?Java provides various locking mechanisms to ensure thread safety and maintain data integrity. Monitor Locks, Reentrant Locks, and…May 17A response icon1May 17A response icon1
Published inJavarevisitedEverything You Must Know About FlatMap in JavaJava Streams operations are widely used in modern Java Programming. Map () and flatMap() are the important ones that we should understand…May 10May 10
Published inJavarevisitedDo You Know These 7 Advance Spring Boot Annotations?May 4A response icon2May 4A response icon2
Published inJavarevisitedEverything about File Handling with Spring Boot JavaReading and Uploading files is a common task in Software Development. There are various use cases, such as loading configuration…Apr 26Apr 26