Hari TummalaYou don’t know @Transactional annotation, Do you?In this blog post, we will explore the @Transactional annotation in detail, including its internals, features, and a deeper examination …May 25, 20234May 25, 20234
Hari TummalaFew things that every Spring boot developer should know: JPA Edition1. Using @QueryHint annotation —May 24, 20231May 24, 20231
Hari TummalaHarnessing the Power of Full-Text Search in PostgreSQL: A Comprehensive GuideLast year, we encountered a crucial requirement to enable full-text search on multiple fields within our existing PostgreSQL database. At…May 22, 2023May 22, 2023
Hari TummalaUnderstanding Java Records: A Concise GuideJava is trying very hard to catch-up with Kotlin. In the process Java introduced a new feature in Java 14 called records. Records are a…May 22, 2023May 22, 2023
Hari TummalaFew things that every Spring boot developer should know.1. Using objects for request params —Jul 11, 20212Jul 11, 20212
Hari TummalaHow to build a floating label input field using react and ant design (antd).What are floating labels? — A floating label is a text label which appears inside the input field at a regular font-size. When user tries…Jul 11, 2021Jul 11, 2021
Hari TummalaHow to send mail from gmail using java with customized mail body?Firstly, This article shows how to send a mail using java. Later, you will learn how to add a customized email body to the mail. Step 1…Jun 26, 2017Jun 26, 2017