Main points: Validation module provides fixed data validation logicThere are two scopes: ALL and ANYThe ALL scope expects all validations to passThe ANY scope expects at [...]
Main points: The Mule email connector is used to send emailsEmail bodies can contain embedded imagesBase64 encoded image embedding not supported by most email clients The [...]
Main points: iterates over each key/value pair of an objectretrieves key, value and index from an objectinput is an object and output is an array What is the pluck function [...]
Design patterns are solutions to known problems. The pattern represents an abstracted solution to a commonly experienced problem. As the solution is abstracted it is language [...]
We know how the code we write works, we understand it, we don’t need comments, it’s obvious, of course, we wrote it. This is what we all think and its true [...]