DataWeave 2.2 – additions to the Arrays module, part 2
This post will examine the remaining additions to the DataWeave Arrays module that weren’t covered in part 1: the join functions. (more…)
DataWeave 2.2 – additions to the Arrays module, part 1
MuleSoft recently released runtime version 4.2.0, and along with it, DataWeave 2.2! DataWeave 2.2 has a ton of new features that I won't be
Mule programming style guide: stop abusing the choice router
In this post, I'll be going over why the choice router gets abused, why that's a problem, and what you can do to fix
Mule programming style guide: project structure
Your project structure, just like your code, can go a long way in helping other developers quickly make necessary modifications to your code. (more…)
Mule programming style guide: DataWeave code
In this post, I will discuss how I format my DataWeave code to improve its readability. (more…)
Mule programming style guide: a simple main flow
This post is the beginning of a short series I'm creating to document my current coding style. (more…)