The Complete Guide to Modern AI Terminology: From Neural Networks to RAG, MCP, and Agentic Systems
Artificial Intelligence is evolving rapidly, bringing with it a wave of new concepts, acronyms, and technical jargon. Whether you are building AI applications, reading tech news, or evaluating tools for…
ListUtils Page
Ever have a list, that you need to paginate through? I certainly have, I created a simple method to ListUtils to make it easier. Several things had to be taken…
Integrating RuleBook with a Spring Boot Microservice
This post guides you through integrating the RuleBook rule engine with your Spring Boot microservice. We’ll cover adding the dependency, configuring RuleBook, and creating a service to utilize it. 1.…
CalUtils
Recently had a need to break things out over a given date range into month-long increments. I found a solution that did this, however, I was not happy with it…
Integrating Jess with a Spring Boot Microservice
This post explores how to integrate the Jess rule engine with your Spring Boot microservice. We’ll cover adding the necessary dependency, configuring Jess, and creating a service to utilize it.…
Spring Data JPA for Dummies: Persisting Data Like a Pro
Ever feel bogged down by writing tons of code just to interact with your database? If you’re a Java developer working with relational databases, Spring Data JPA is your new…
Bridging Knowledge and Action: How RAG and MCP Power the Next Era of AI Agents
As Large Language Models (LLMs) continue to evolve, two fundamental limitations persist: knowledge cutoffs and isolation from execution environments. An AI model may possess impressive reasoning capabilities, but without direct…