Longer tutorials, integration guides and engineering notes across Salesforce, MuleSoft, DataWeave and distributed systems.
Salesforce · 15 min read
A practical architecture and implementation guide for consuming Salesforce Change Data Capture events with MuleSoft while designing replay, idempotency, recovery, and downstream processing deliberately.
Read article →Salesforce · 9 min read
A practical guide to consuming Salesforce Platform Events with MuleSoft, with replay, checkpointing, idempotency, durable handoff, and recovery considerations.
Read article →Architecture · 11 min read
A practical framework for choosing between retry, replay, dead-letter queues, and an Error Hospital based on failure semantics, recovery needs, and operational complexity.
Read article →DataWeave · 1 min read
Learn how to iterate over Map entries in Mule 4 by combining the For Each scope with DataWeave's entrySet function.
Read article →MuleSoft · 2 min read
Why a Mule 4 logger expression can work at runtime but fail in MUnit, and how to rewrite it as a valid DataWeave expression.
Read article →DataWeave · 2 min read
A practical example of combining DataWeave with a Java date-time utility to calculate the last Monday of the previous month in Mule 3.x and Mule 4.x.
Read article →