Recent Posts

Foojay Podcast #77: DevBcn Report, Part 2 – Spanish Knowledge Sharing

Author: Frank Delporte Original post on Foojay: Read More Table of Contents VideoPodcast (Audio only)Content This is the first Foojay podcast in Spanish. It’s also the shortest one and the final of season 4 Jonathan Vila “highjacked” the microphone from Geertjan Wielenga (See episode 76) during the DevBcn conference in Barcelona and interviewed a few of the participants for this …

Read More »

Introducing a New Java DMX512 Library With Demo JavaFX User Interface

Author: Frank Delporte Original post on Foojay: Read More Table of Contents A Personal StoryAbout DMX512 and OFL What is DMX512 What is Open Fixture Library DMX512 Java Library My Test Setup Minimal Code Example Using Fixtures and Modes Detecting USB-to-DMX and IP-to-DMX interfaces DMX512 JavaFX Demo ProjectNext Steps In this post, I would like to inform you about a …

Read More »

Agent Memory with Spring AI & Redis

Author: Raphael De Lio Original post on Foojay: Read More Table of Contents You’re building an AI agent with memory using Spring AI and Redis. Unlike traditional chatbots that forget previous interactions, memory-enabled agents can recall past conversations and facts. It works by storing two types of memory in Redis: short-term (conversation history) and long-term (facts and experiences as vectors), …

Read More »