What is Spring AI? — Why Java Developers Need This in 2026What is Spring AI? — Why Java Developers Need This in 2026 Every AI tutorial you see is in Python. LangChain, LlamaIndex, OpenAI SDK — all Python. But here's the uncomfortable truth: 80% of enterprise backends run Java. So who's building AI into thos...Apr 10, 2026·3 min read·11
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
Why & How I automated WordleWordle has taken over the world trend. I feel the simple interface and no extra advertisement have made it successful. Without advertisements, you can focus on the problem, and each answer you give acts as a clue for the next one. More than being an...Feb 6, 2022·3 min read·218