Modern enterprise applications often need to work with multiple databases — whether for scalability, microservices integration, or data segregatio…
Read moreWhen building Spring Boot applications, intercepting HTTP requests is a common requirement — for authentication, logging, or preprocessing. Two tools often u…
Read moreIn this article, we’ll explore how to call a PostgreSQL stored procedure that takes one input parameter and returns multiple OUT parameters of us…
Read moreIn one of my migration project, I had a scenario where client had made extensive use of Stored Procedure to make changes to the tables. Each proc…
Read moreIn one of my project, I was working on a requirement which had us call a stored procedure. This was a legacy system and had a lot of business logic…
Read more