Spring AI ChatClient API: The Fluent Heart of AI IntegrationSpring AI ChatClient API: The Fluent Heart of AI Integration Introduction If you've ever tried integrating AI models into a Java application, you know the pain. HTTP clients, API keys scattered everywhere, vendor-specific SDKs that never quite fit. W...Apr 11, 2026·5 min read·1
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·178
378. Kth Smallest Element in a Sorted MatrixLet's discuss today the problem 378. Kth Smallest Element in a Sorted Matrix at leetcode. Problem link https://leetcode.com/problems/kth-smallest-element-in-a-sorted-matrix/ The example in question has following Input: matrix = [ [1,5,9] [10,11,13] ...Aug 16, 2022·2 min read·38
235. Lowest Common Ancestor of a Binary Search TreeLet's discuss problem no 235 at leetcode i.e 235. Lowest Common Ancestor of a Binary Search Tree. Problem Link: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ Here we are supposed to find the lowest common ancestor in ...Aug 12, 2022·1 min read·113
Quarkus - Demo ApplicationQuarkus - Demo Application Creating first Quarkus app Let's create an App which will recommend random quotes from a database. To start , let us generate an app using maven CLI . mvn io.quarkus.platform:quarkus-maven-plugin:2.10.0.Final:create \ ...Jun 30, 2022·3 min read·137