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…
Team to Create Outside the Box
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…
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.…
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…
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…
Spring Data REST is a Spring module that automatically creates RESTful APIs for Spring Data repositories. It eliminates boilerplate code, allowing you to focus on your application’s core logic. Benefits:…
Spring Cloud Circuit Breaker provides a facade over popular circuit breaker implementations, giving developers flexibility and a consistent API. However, the level of support for Spring Cloud Circuit Breaker interfaces…
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…