Java
-

Spring Data JPA Switch to AWS RDS Proxy Example
1. Introduction AWS RDS Proxy is a fully managed, highly available database proxy for Amazon Relational Database Service(RDS). It sits…
Read More » -

Managing Multiple LLM Integrations with Spring AI
Integrating multiple Large Language Models (LLMs) in a single Spring Boot application has become a sought-after architectural pattern for AI-driven…
Read More » -

Detecting Deprecated Method Calls in Java Using JFR
Java Flight Recorder (JFR) is a powerful profiling and diagnostics tool built into the JVM that allows developers to capture…
Read More » -

Java Platform Module System: A Practical Migration Guide
The Java Platform Module System, introduced in Java 9, addresses fundamental architectural problems that have plagued large-scale Java applications for…
Read More » -

Designing Intelligent Agents with Spring AI
Spring AI is a powerful framework that seamlessly integrates AI capabilities into Spring Boot applications. It abstracts complex AI workflows…
Read More » -
Delta Lake Introduction
Delta Lake is an open-source storage layer that brings reliability, performance, and ACID (Atomicity, Consistency, Isolation, Durability) transactions to data…
Read More » -
Understanding Configuration Order in Spring Boot
Spring Boot simplifies application setup by providing a structured and opinionated configuration model. As applications evolve across different environments, it…
Read More » -

Feign HTTP GET Request Body Example
Feign is a declarative HTTP client in the Spring ecosystem that simplifies calling external APIs. While Feign makes it easy…
Read More » -

Automatic Modules: Bridging Legacy and Modular Java
When Java 9 dropped in 2017, it brought with it one of the most ambitious changes in Java’s history: the…
Read More »


