» Tag
reactive-programming
4 postsSkipping OOP: A 3D Editor Built on Spreadsheet Cells
An engineer explains why he ditched classic OOP for a spreadsheet-like cell and program model while building a maintainable 3D mesh editor.
Why Query, Mutation, and Stream Need Different State Models
Query, Mutation, and Stream often get flattened into the same setState pipeline. Here's why treating them as one causes state confusion in frontend apps.
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.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comWhy 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.