To keep Docker image management easy, someone built a Nexus CLI to clean up old Docker Images. See how to use it and consider helping out with the project on GitHub.
When it comes to bringing microservices to the JVM, it's hard to go wrong with Akka and its actor model. Let's see how they contribute to microservices adoption.
Many times, the cardinality of data can be rather large compared to the amount of data to be ingested. Let's investigate more by testing the performance of a database.
In this post we take a look at incorporating AWS machine learning into your Java microservice environment. Interested? Read on for the details and some code.
Walk through connecting to Redis data using the CData Software ODBC Driver for Redis and performing basic reporting on/visualization of that data in Excel and in Tableau.
What options does Cassandra provide for operating multi-tenant clusters? Do you have your services prepared to do the work properly? Read on to find out.
When an in-memory database calls, be ready. Here, learn how to set up H2 within your Spring Boot projects with some help from Spring Initializr and Spring JDBC.
In this post, we take a look at how you can reuse a header and footer across all Thymeleaf templates with some help from Spring Boot's auto-configuraiton.