ProstDev ProstDev

Guides

Reference-style deep dives and explainers you can come back to.

Universal API Management, Anypoint Flex Gateway, and API Governance

Universal API Management, Anypoint Flex Gateway, and API Governance

As you are aware that recently MuleSoft has introduced Universal API Management capabilities via Flex Gateway and API Governance components as part of Anypoint Platform. These two components are very important as a part of API lifecycle management and those will help to manage any APIs using a single platform and ensure that whatever API specs that you are designing are with best practices and all security aspects have been taken care of during API design.

DataWeave Parsing Date Modes: SMART, STRICT, and LENIENT

DataWeave Parsing Date Modes: SMART, STRICT, and LENIENT

We know that in DataWeave the types can be coerced from one type to another. For that we use the as operator. There is a property called mode that we can use when we are parsing date and time values. The mode parameter has three different valid values: SMART, STRICT, and LENIENT. The default mode when you are parsing dates is SMART.

Reviewing Sorting Algorithms: Merge Sort

Reviewing Sorting Algorithms: Merge Sort

Learn how to implement a Merge Sort sorting algorithm using Python. Merge Sort's time and space complexity: worst, best, average case time complexity and space complexity. Big-O Complexity Chart and more study resources to understand how to implement this sorting technique with other programming languages.

Parallel For-Each Scope (Mule 4)

Parallel For-Each Scope (Mule 4)

Learn how to implement the new ForEach MuleSoft component that was released in Mule 4. Read this post for information about this integration technique: how does it work, how can you implement it, how to install in your Mule palette, and how to configure Error Handling for this scope.

Aug 6, 2020

Reviewing Sorting Algorithms: Insertion Sort

Reviewing Sorting Algorithms: Insertion Sort

Learn how to implement an Insertion Sort sorting algorithm using Python. Insertion Sort's time and space complexity: worst, best, average case time complexity and space complexity. Big-O Complexity Chart and more study resources to understand how to implement this sorting technique with other programming languages.

Reviewing Sorting Algorithms: Selection Sort

Reviewing Sorting Algorithms: Selection Sort

Learn how to implement a Selection Sort sorting algorithm using Python. Selection Sort's time and space complexity: worst, best, average case time complexity and space complexity. Big-O Complexity Chart and more study resources to understand how to implement this sorting technique with other programming languages.

Scatter-Gather Integration Pattern (Mule 4) Part 2

Scatter-Gather Integration Pattern (Mule 4) Part 2

Learn about the scatter-gather integration pattern and how to implement it in MuleSoft (Mule 4). How the input message gets processed, how to code error handling scope with this component, and how to test it using Postman. What happens if you have multiple services calls, and the configuration XML file for you to try.

Jul 7, 2020

Reviewing Sorting Algorithms: Bubble Sort

Reviewing Sorting Algorithms: Bubble Sort

Learn how to implement a Bubble Sort sorting algorithm using Python. Bubble Sort's time and space complexity: worst, best, average case time complexity and space complexity. Big-O Complexity Chart and more study resources to understand how to implement this sorting technique with other programming languages.

Intro to Scatter-Gather Integration Pattern

Intro to Scatter-Gather Integration Pattern

What is the Scatter-Gather integration pattern? Enterprise Integration Patterns definition. Learn about how this component processes messages in MuleSoft (Mule 3 or Mule 4), when you should use scatter-gather and how does it work, why you should be using it and how to implement it and test it with Postman.

Jun 23, 2020

Combining Objects: Concatenation in DW 2.0

Combining Objects: Concatenation in DW 2.0

What is object concatenation and how to use it in Mule 4 - DataWeave (DW) 2.0. Similar to concat or + functions in other languages, in DW you can use ++ (plus plus), using {( )} and {([ ])} parentheses object destructors with or without arrays. Learn more about MuleSoft here!

See every category and topic on the blog or browse the tag directory.

Search

Loading search…