Building Intelligent Apps with Spring AI
In today’s fast-paced world of software development, integrating artificial intelligence into applications is no longer just a trend—it’s a necessity. At the heart of this revolution is Generative AI, a…
Team to Create Outside the Box
In today’s fast-paced world of software development, integrating artificial intelligence into applications is no longer just a trend—it’s a necessity. At the heart of this revolution is Generative AI, a…
This post will walk you through integrating the lightweight and straightforward Easy Rules engine with your Spring Boot microservice. We’ll cover the necessary dependencies, basic setup, and an example service…
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.…
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.…
This blog post will guide you through integrating the Drools rule engine with your Spring Boot microservice. We’ll cover the necessary dependencies, configuration, and an example service to demonstrate its…
In this article, we’ll focus on using unsupervised learning with DL4J to detect anomalies in data traffic passing through your Spring Boot Gateway. This is especially useful when you don’t…
As a software architect, I’ve seen the industry shift from heavy platform threads to reactive streams, and finally to the “best of both worlds”: Virtual Threads. With the recent release…