TECHNICAL WRITING

Article library

The complete collection of Deep Dives, practical tutorials, Quick Reads and engineering notes across Salesforce, MuleSoft, DataWeave, integration, APIs, distributed systems, testing and developer tooling.

Looking specifically for longer-form architecture and production engineering? Explore the 12 curated Deep Dives →

75articles and growing
75 articles
DataWeave · MuleSoft · Quick Reads · 5 min read

Practical DataWeave reduce Patterns

Understand DataWeave reduce through practical examples for totals, object construction, grouping-like transformations, and choosing the right accumulator.

Read article →
Architecture · Event-Driven Systems · Distributed Systems · 3 min read

Designing Contract Evolution for Event-Driven Systems

Event producers and consumers evolve independently. This deep dive explores additive change, semantic compatibility, versioning and migration without turning the event bus into a coordination bottleneck.

Read article →
Salesforce · MuleSoft · Architecture · 15 min read

Designing Durable Salesforce CDC Processing with MuleSoft

A production design for consuming high-volume Salesforce Change Data Capture events without depending on the 72-hour event-bus window: durable handoff, replay checkpoints, sequencing, parallel processing, backpressure and recoverable error handling.

Read article →
Salesforce · MuleSoft · Event-Driven · 5 min read

Salesforce CDC Replay IDs Explained

Understand what Salesforce Change Data Capture Replay IDs represent, how they support event recovery, and why they should be treated as opaque stream positions rather than business sequence numbers.

Read article →
JMeter · Maven · Testing · 3 min read

Running JMeter Tests with Maven

Configure JMeter tests in a Maven project, use environment-specific profiles, protect sensitive properties, and generate test reports from the build.

Read article →