Beyond Keywords: Implementing Semantic Search in Java With Spring Data (Part 1)
Have you ever tried to search for something such as a product, a song, or a movie but couldn’t quite remember its exact name? Maybe you …

Have you ever tried to search for something such as a product, a song, or a movie but couldn’t quite remember its exact name? Maybe you …

REST has become the default choice for building web services, and for good reason. It’s straightforward to implement, easy for clients to …
Information is one of the most valuable assets in computing and keeping it protected is even more critical. When we talk about data …

You may know I'm a big fan of OpenTelemetry. I recently finished developing a master class for the YOW! conference at the end of the year. …

Spring Boot 4 and Spring 7 bring API changes, native threads, and resilience. Prepare your codebase for the upgrade.

Learn how to build a memory-enabled AI agent using Spring Boot, Spring AI, and Redis. Store and recall user preferences and conversation …

Learn how to build scalable, event-driven microservices using Spring Cloud Stream. This guide covers core concepts, messaging patterns, and …
Spring Boot API documentation with Redocusaurus: from exporting your OpenAPI spec to setting up a beautiful developer portal in minutes.

SpringBoot and Kafka Streams – Event Routing & Testing. Build a Kafka Streams app to validate and route Lille city tour!

Learn how to use Spring AI and Java Virtual Threads to send hundreds of prompts to OpenAI in parallel.