» Tag
reactive-programming
2 postsJuly 2026
Building an AI Agent System with the ReACT Pattern in Java
Phase 6 of the Jarvis AI platform explains how a multi-step, streaming AI agent system was built in pure Java and Spring AI using the ReACT pattern.
Why I Stopped Writing tap() Inside rxResource Streams
Writing signals via tap() inside an Angular rxResource stream triggers NG0600. The fix: return one typed value from the stream instead of side-effecting.