Introduction to Spring Data Elasticsearch Algorithms Exception 1. Overview In this article we’ll explore the basics of Spring Data Elasticsearch in a code-focused, practical manner. We’ll show how to index, search, and query Elasticsearch in a Spring application using Spring Data – a Spring module for interaction with a popular… Continue Reading spring-data-elasticsearch-test

Implementing Simple State Machines with Java Enums Algorithms Java 1. Overview In this tutorial, we’ll have a look at State Machines and how they can be implemented in Java using Enums. We’ll also explain the advantages of this implementation compared to using an interface and a concrete class for each… Continue Reading java-enum-simple-state-machine