PinnedStreaming with REST API for LangChain ApplicationsImplementing a streaming endpoint for LangChain applicationApr 23, 2024Apr 23, 2024
PinnedStreamlining Insurance Claims Process with Agentic AI: LangGraph ExampleAgentic AI has a huge potential to transform the future of Apps and this example showcases how we can build one using LangGraph. The…Nov 19, 2024Nov 19, 2024
PinnedStep-by-Step Guide to Building a FullStack LangChain4j ApplicationWithout organization-specific context, a Large Language Model (LLM) functions merely as a general-purpose tool. This is where LangChain…Jun 5, 2024Jun 5, 2024
Build Your Own AI ChatBot for a LangGraph Agent In Minutes Using Shadcn/UIChatbot-styled UIs have become the default interface for interacting with AI systems, thanks to their popularity fueled by tools like…Dec 10, 2024Dec 10, 2024
Easy OAuth2 in Microservices: Quick Setup with Spring Cloud Gateway & Spring SecurityIn a MicroServices architecture, key security requirements include:Oct 21, 20241Oct 21, 20241
Write Once, Deploy Everywhere with Spring Cloud FunctionIn my work, I often need to build quick prototypes for APIs that either wrap services or integrate with various data sources and I have…Aug 13, 2024Aug 13, 2024
Test OpenTelemetry Observability of Your JVM Applications with Local Grafana BackendOpen TelemetryJul 22, 2024Jul 22, 2024
Instantly Enable Natural Language to SQL Queries in Your App with LangChainUtilizing natural language for SQL queries can be a game changer — it enables users to interact with databases using everyday language…Jul 4, 2024Jul 4, 2024
Integration tests with Testcontainers and WireMockWhile integration tests can be very valuable, they can only provide false confidence if they fail to replicate production settings…Feb 27, 2024Feb 27, 2024
Exploring LangChain4JSince the ChatGPT burst into the scene, there has been a lot interest around LLMs and how we can leverage them for business applications…Feb 6, 2024Feb 6, 2024
Quick REST APIS with Spring Data RestSpring Data Rest is a quite powerful if we are just trying to provision CRUD REST endpoints for the data entities. Once the data model and…Nov 22, 2023Nov 22, 2023
Serverless and Event Streaming with SpringBoot and KafkaSpring Cloud Function allows you to write applications as plain Java functions. These functions can then be deployed to any runtime from…Nov 21, 2023Nov 21, 2023
Polling Vs Long Polling Vs SSE and WebSocketsWhen displaying a continuous stream of data to the client, several options are available:Jul 14, 2021Jul 14, 2021
Commits not showing in Github contribution graphGithub shows your commit in the contribution graph only if the commit was made with the email linked to your Github account. You can check…May 21, 2021May 21, 2021