Recent Posts

Explore Spring AI SDK – Amazon Bedrock AgentCore – Part 2

Author: Mahendra Rao B Original post on Foojay: Read More Table of Contents Step 1: Add the Ai model and AgentCore memory dependencies Step 2: Create Short/Long Term in AWS Management Console Step 3: Add the following memory-related properties. Step 4: Add the below MemoryConfig class. Step 5: Create the ChatRequest and ChatResponse classes as shown below. Step 6: Add …

Read More »

The Road to Docker Official Images for Java: The Azul Zulu Story

Author: Frank Delporte Original post on Foojay: Read More Table of Contents What Are Docker Official Images, and Why Does It Matter?The Journey: Two Years in the MakingHow Azul Zulu Official Images Are Built and Published Pre-release validation PM approval and promotion Submitting to Docker Hub What’s Changing: From Docker Hub to Docker Official ImagesMore Options for Azul CustomersConclusion Previously …

Read More »

Building a Personalized Content Delivery System

Author: Farhan Hasin Chowdhury Original post on Foojay: Read More Table of Contents Prerequisites1. Data model2. Project setup3. Building the content-based recommendation engine UserProfileController GameRepository RecommendationService core logic RecommendationController Manual test 4. User ratings and affinity adjustment Ratings endpoint Affinity adjustment logic MongoDB update Before and after demo 5. Adding Spring AI embeddings and MongoDB Atlas Vector Search Spring AI …

Read More »