Working with Multiple AI Models in Spring AI — @Qualifier, mutate(), and Model RoutingApr 27, 2026·6 min read·21
Spring AI Tool Calling: From Chatbot to AI Agent with @ToolSpring AI Tool Calling: From Chatbot to AI Agent with @Tool Your AI is smart. It knows an enormous amount. But it's frozen. It doesn't know what time it is right now. It doesn't know what's on your caMay 12, 2026·9 min read·19
Event-Driven Architecture with Spring Boot and KafkaIntroduction Event-driven architecture (EDA) is a powerful approach to building scalable, decoupled, and reactive applications. Unlike traditional request-response models, EDA revolves around events that propagate through the system asynchronously, e...Feb 17, 2025·3 min read·205
3Sum Closest - Step-by-Step with JavaProblem Statement The problem asks us to find three numbers in an array whose sum is closest to a given target value. Example Input: nums = [-1, 2, 1, -4], **target = 1 **Expected Output**:2` Approach We can solve the problem using the Two Pointer T...Dec 19, 2024·4 min read·43
Azure Spring Cloud - PostGres DatabasePostgreSQL is a powerful, open-source object-relational database system that is widely used for storing and managing data. It is known for its reliability, flexibility, and performance, making it a popular choice for a variety of applications. Spring...Jan 23, 2023·5 min read·173
1962. Remove Stones to Minimize the TotalTo solve the question you can visit the following link https://leetcode.com/problems/remove-stones-to-minimize-the-total/ Explanation The question is asking us to do one operation at a time, the operation is simply to reduce the number of piles to ...Dec 28, 2022·2 min read·73
First Spring Boot App at Azure Spring App and GitHub ActionIn this tutorial, we will look at deploying our app at Spring Azure app. Spring Azure App is an Azure offering to seamlessly deploy Spring boot microservices at Azure. For this article, we hope you have an active Azure subscription. At the time of wr...Dec 23, 2022·4 min read·199