-
Core Java

Java Sock Merchant Problem: Solutions with Arrays and HashSets
The Sock Merchant problem is an algorithm challenge that tests our ability to work with arrays, counting, and basic data…
Read More » -
Enterprise Java

Spring AI Explainable Agents: Capture LLM Tool Call Reasoning
Explainable AI agents aim to make the decision-making process of large language models (LLMs) transparent, especially when tools are invoked…
Read More » -
Enterprise Java

Spring AI: Testing MCP Tools
Testing Model Context Protocol (MCP) tools in Spring AI is essential to ensure that tools are correctly registered, discoverable, and…
Read More » -
Enterprise Java

Building Read-Write Database Routing in Spring Boot with JPA
Enterprise applications often require the separation of database workloads to improve performance and scalability. Read operations can be directed to…
Read More » -
Enterprise Java

Resolving the “Validation Failed for Query for Method” Error in Spring Data JPA
This article explains how to diagnose and resolve the error “Validation failed for query for method” in Spring Data JPA.…
Read More » -
Enterprise Java

Getting Started with TOON Format in Java
Token-Oriented Object Notation (TOON) is a modern data serialization format designed to represent structured data in a compact, human-readable, and…
Read More » -
Core Java

A Guide to Exporting and Backing Up H2 Databases
Data protection is a critical aspect of application development. Applications that rely on embedded databases, such as the H2 Database…
Read More » -
Enterprise Java

Running Parallel Instances of Spring Boot Applications in IntelliJ
Running multiple instances of a Spring Boot application can be beneficial for testing interactions, configurations, and resilience patterns. With IntelliJ…
Read More »




