What is the most important thing that a mule developer needs? I think that well configured IDE is the answer. While you can have an appropriate set of skills, without a good toolkit you wouldn’t be as efficient as you could. Therefore in this article I explain how I configure my development environment. I hope that you would enjoy it :).
Keep your mule’s dependency up to date
One of the major changes in Mule 4 was introducing components modularization. Although it is a big step forward, it has some drawbacks that you should be aware of. In this article, we will look at keeping our mule application up to date. Especially now as MuleSoft is rapidly developing its new product. Mule 4…
How to share reusable code in MuleSoft
From my point of view, reusability is extremely important to deliver functionality quicker and in a more consistent manner. I wrote about reusing DataWeave code in Modules, also reusing RAML using API Fragments. Today I focus on sharing some common logic, encapsulated within the (private) flow or subflow. In Mule ESB we have a couple…