Latest posts
Mule containerization
Containers are becoming the de-facto hosting platform from microservices to databases and everything in-between. Kubernetes has emerged as the primary container orchestration platform, and... read more.
Error Handling with Anypoint MQ
In a modern cloud architecture, one of the common patterns that is observed is the use of message queues to: Decouple applicationsImprove performanceIncrease reliabilityImplement... read more.
Beta release: Anypoint Connector for B2C Commerce Cloud
Today, we’re excited to release the private beta of Anypoint Connector for Salesforce B2C Commerce Cloud. ... read more.
How to design message-driven and event-driven APIs
Asynchronous messaging is critical to creating a truly scalable system, where various services can communicate with each other easily, can scale up and down... read more.
How to connect to Heroku Postgres using the MuleSoft Database Connector
PostgreSQL is one of the world's most popular relational database management systems. Millions of developers and companies rely on PostgreSQL as their transactional data... read more.
DataWeave: Generating XML
In this blog post, I will show you how to generate XML output from a JSON data source while avoiding some of the most... read more.
Why is everyone so emotional about GraphQL?
GraphQL offers a new style of API design intended to provide API consumers with unified access to back-end data and services. In spite of... read more.
Mule 4 migration made easy: migrating the Choice router
Routers in Mule implement the Message Router pattern described in the seminal work on integration patterns: Enterprise Integration Patterns, Gregor Hohpe and Bobby Woolf.... read more.
Beyond MuleSoft Development Fundamentals: Mule 4 Logging
Logging is useful for monitoring and troubleshooting your Mule applications and the Mule server — whether that’s recording errors raised by the application or... read more.
Mule 4 migration made easy: migrating the Enricher
The Content Enricher is a useful content transformation pattern that elaborates a basic message with information from another system. A typical use case is... read more.