Jerney.io
  • Home
  • About Me
Sign in Subscribe
The (Unfinished) DataWeave Book
DataWeave

The (Unfinished) DataWeave Book

A link to my unfinished DataWeave book. This book attempts to cover important concepts for mastering the language that are not currently covered by the MuleSoft documentation.
Aug 13, 2022
Effective MUnit Testing with MuleSoft
MUnit

Effective MUnit Testing with MuleSoft

Having trouble determining exactly how to test your MuleSoft application with MUnit? Look no further!
Oct 18, 2021 8 min read
The 10 most Important Things I Did in my 20s
Reflections

The 10 most Important Things I Did in my 20s

A reflection on 10 things I'm glad I did with my 20s.
Dec 14, 2020 12 min read
DataWeave's update Function
DataWeave

DataWeave's update Function

Learn how to effectively use DataWeave's update function, as well as how to work around common gotchas.
May 20, 2020 6 min read
DataWeave - The flatMap Function
DataWeave

DataWeave - The flatMap Function

Use cases for DataWeave's flatMap function.
Mar 3, 2020 6 min read
The Mule 4 SDK: Intro
Mule 4

The Mule 4 SDK: Intro

Overview The Mule SDK allows Mule developers to create modules that can be used just like any other module in Mule (e.g., HTTP module, Java module, Validation module). Put another way, the Mule SDK allows Mule developers to extend the Mule runtime to meet their needs in a way
Oct 8, 2019 6 min read
Streaming in Mule 4
Mule4

Streaming in Mule 4

How to configure end-to-end streaming transformations with Mule 4 and DataWeave 2
Sep 16, 2019 5 min read
The DataWeave CLI
DataWeave

The DataWeave CLI

How to use DataWeave code in your Bash scripts.
Sep 3, 2019 2 min read
DataWeave: Collapsing Keys
Mule

DataWeave: Collapsing Keys

Collapse the keys of an Object to flatten a nested Object.
Jun 24, 2019 2 min read
Mule 4: The Strategy Pattern
Mule

Mule 4: The Strategy Pattern

How to implement the Strategy pattern in Mule 4.
Jun 13, 2019 8 min read
DataWeave 2.2 - Additions to the Arrays Module, Part 2
Mule

DataWeave 2.2 - Additions to the Arrays Module, Part 2

Learn how to use the join functions added to the DataWeave Arrays module in Mule 4.2.
Jun 4, 2019 17 min read
DataWeave 2.2 - Additions to the Arrays Module, Part 1
Mule 4

DataWeave 2.2 - Additions to the Arrays Module, Part 1

Lunch break? Take a few minutes to get familiar with some of the new functions added to the DataWeave Arrays module in Mule Runtime 4.2.0
May 9, 2019 10 min read
How to Remove Nested Key:Value Pairs with DataWeave
Mule

How to Remove Nested Key:Value Pairs with DataWeave

Learn how to remove nested key:value pairs in DataWeave 2.0.
Apr 3, 2019 5 min read
Securing APIs with Kong and Keycloak - Part 2
API Gateway

Securing APIs with Kong and Keycloak - Part 2

Part II: Learn how to configure a Kong API Gateway with the OIDC Plugin and Keycloak to secure your APIs.
Jan 17, 2019 14 min read
Securing APIs with Kong and Keycloak - Part 1
Kong

Securing APIs with Kong and Keycloak - Part 1

Learn how to configure a Kong API Gateway with the OIDC Plugin and Keycloak to secure your APIs.
Nov 27, 2018 10 min read
DataWeave - The Map Function
DataWeave

DataWeave - The Map Function

Learn the ins and out of DataWeave's map function!
Nov 15, 2018 7 min read
Mule Programming Style Guide: Stop Abusing the Choice Router
Mule

Mule Programming Style Guide: Stop Abusing the Choice Router

Why the choice router gets abused, why that's a problem, and what you can do to fix it.
Oct 23, 2018 7 min read
Mule Programming Style Guide: Project Structure
Mule

Mule Programming Style Guide: Project Structure

Project structure is important! In this post I review how I layout my Mule microservices projects, as well as other types of projects I've build with Mule.
Oct 16, 2018 7 min read
Writing a Plugin for Kong API Gateway 0.14.x
Kong

Writing a Plugin for Kong API Gateway 0.14.x

Step-by-step instructions on how to create your first plugin for Kong
Sep 16, 2018 10 min read
Mule Programming Style Guide: DataWeave Code
Mule

Mule Programming Style Guide: DataWeave Code

How to structure and format your DataWeave code to optimize readability.
Sep 14, 2018 7 min read
Mule Programming Style Guide: A Simple Main Flow
Mule

Mule Programming Style Guide: A Simple Main Flow

Why code readability is so important and how you can improve the readability of your Mule code.
Aug 27, 2018 9 min read
Mule 4 - Accumulating Values in a For Each
DataWeave

Mule 4 - Accumulating Values in a For Each

This is a written post on the topic covered in my YouTube video: This post reviews how to accumulate a value into an array within a for-each loop. I'm going to cover how to do this in Mule 4, where we don't have access to MEL. In Mule 3, the
Aug 18, 2018 3 min read
Lessons Learned - Using Queues in your Application Architecture
Mule

Lessons Learned - Using Queues in your Application Architecture

An honest story of my first time using queues to communicate between microservices. Learn from my mistakes so you don't make the same ones!
Aug 14, 2018 8 min read
DataWeave - Transforming an Array to an Object
DataWeave

DataWeave - Transforming an Array to an Object

How to transform Arrays into Objects in DataWeave
Jul 17, 2018 3 min read
DataWeave - Partition List
DataWeave

DataWeave - Partition List

Learn how to partition a list in the spirit of Ruby's and Scala's partition function
Jul 3, 2018 2 min read
Page 1 of 2 Older Posts →
Jerney.io © 2023
Powered by Ghost