Lab article · ~13 min read

Idempotency Keys at Scale

The single most under-implemented pattern in financial-services APIs: key design, storage trade-offs (Redis vs Postgres vs hybrid), TTL and eviction, request-fingerprint matching, replay semantics, and the production failure modes that turn a retry into a duplicate payment.

Idempotency API Design Payments Redis Postgres
Read article →
Lab article · ~14 min read

Integration Design Patterns & IBM ACE

The EIP catalogue applied to production: content-based router, message translator, splitter, aggregator, and how IBM App Connect Enterprise implements them in real flows behind the bank.

IBM ACE App Connect EIP Message Flows ESQL
Read article →
Lab article · ~14 min read

Apache Camel for Cloud-Native Integration

Camel K and Camel Quarkus on OpenShift: the three runtime modes, route DSL trade-offs, financial services connector catalog, mTLS & OIDC wiring, and the honest comparison with IBM ACE and MuleSoft Anypoint.

Apache Camel Camel K Quarkus OpenShift Kubernetes
Read article →
Lab article · ~14 min read

ISO 20022 Transformation Patterns: MT-to-MX Migration in Production

Mapping legacy SWIFT MT103 and MT202 messages to ISO 20022 pacs.008 and pain.001 flows in a KSA bank: translation architecture, IBAN enrichment, SAMA IPS mandatory extensions, the coexistence strategy for the CBPR+ parallel-run window, and the truncation traps that cause silent rejects.

ISO 20022 SWIFT MT SAMA IPS IBM ACE Apache Camel
Read article →