Latest posts
How to use DataWeave to read XML
At some point while developing a Mule application, it’s almost inevitable that you’ll need to manipulate XML. In this article, I will teach you... read more.
How to check service health on Mule 4
It's important to monitor your service and check if it is available and/or is performing as expected. To do this, we need to understand... read more.
Why community success is critical in modern software
There is a large variety of software being used in modern IT departments, everything from databases to CRMs to enterprise integration platforms. Which of... read more.
How to connect to Apache Kafka on Heroku using the MuleSoft Kafka Connector
Apache Kafka is used for building real-time data pipelines and streaming apps. It is horizontally scalable, fault-tolerant, and incredibly fast. And when coupled with... read more.
Content filter pattern for REST service fields filtering
At some point, you may have a service that returns a lot of fields and related objects. What if the service consumer doesn’t want... read more.
Setting up Postman for easier development with Anypoint Platform APIs
Postman has become the standard for any developer working with APIs. It provides an intuitive interface that allows developers to easily configure, interact, and... read more.
Template-driven development with Flow Designer
When you need to build an application and get it into production quickly, a template-driven, drag-and-drop development platform can save you hours of time.... read more.
Introducing the WebSockets connector
To achieve efficient implementations with Async APIs, the need for new protocols and exchange patterns has become critical. Which is why we are excited... read more.
How APIs can help CURE the Innovator’s Dilemma
Let’s face it: digital transformation isn’t about digitizing. Every company is already using digital information and software applications, and those who are converting paper... read more.
DataWeave function chaining for Java programmers
In this article, you will learn how to use method chaining in DataWeave with reference to Java 8 lambda expressions and how to convert... read more.