PinnedPublished inJavarevisitedWhen JdbcTemplate Throws Exception if Query() return no resultSetI was working on my application in my company today, and I found that the queryForObject() method on jdbcTemplate throws an…Jan 13A response icon1Jan 13A response icon1
PinnedPublished inJavarevisitedModern Switch Case Syntax in JavaThe second one in this article I used the first time today and it is amazingFeb 3A response icon1Feb 3A response icon1
PinnedHow to View Debug Logs in Spring Boot with HibernateLogging is a crucial aspect of any application, as it helps in debugging and monitoring. Spring Boot provides a powerful logging system…Feb 11Feb 11
PinnedPublished inJavarevisitedHow to add your property file in spring boot, and what is the benefit of itIn Spring Boot, you can add your own custom property file to configure various aspects of your application, just like the default…Sep 15, 2024A response icon1Sep 15, 2024A response icon1
Published inJavarevisitedHow Java Lambdas Make Strategy Pattern Easy — And Why It’s Not the Same as Factory PatternIn easy Way…1h ago1h ago
🧬 “Testosterone Doesn’t Decline With Age — It Declines With Your Choices”Mindset, Nutrition, and Respect: The Real Drivers of Hormonal Health1d ago1d ago
Unlocking ChatGPT’s Full Power: How I Used Custom Instructions, Memory & Temporary Memory TogetherIn today’s AI-assisted productivity world, we often don’t explore the full potential of tools at our fingertips. I recently dove deep into…2d ago2d ago
How takeWhile different from filter?filter will remove all items from the stream that do not satisfy the condition.May 31May 31
@Value and @Builder Annotation in LombokLet’s break down what this @Value and @Builder does :May 28May 28
Does the record in java replaces builder pattern?The Java record and the Builder pattern serve different purposes, although there is some overlap. A record can partially replace the…May 28May 28