Latest posts
5 learnings from my first MuleSoft federal project
For the past six months, I worked on a federal consulting project to transform data from a client’s legacy systems into a new centralized... read more.
Mule microservices distributed transaction tracing
With the advent of microservices, the functionalities that used to be bundled together in a single web/mule application are now running on different containers... read more.
MUnit for Java Programmers: Test execution
Unit tests are executed at different stages during the development life cycle. As mentioned in the first blog post of this series, MUnit for... read more.
MUnit for Java Programmers: Test doubles
What are test doubles? A test double is a term used to describe replacing a dependent component of the functionality that is being tested... read more.
Introducing the new MuleSoft developer quick start guides
Are you new to MuleSoft’s Anypoint Platform and are looking for a good place to start? I’m proud to announce some of the most... read more.
Getting started with MuleSoft Platform APIs and Postman automation in 15 minutes
They are known by many names: Anypoint Platform APIs, public APIs, MuleSoft’s Platform APIs, but what exactly are PlatformAPIs? Every time you login into... read more.
Is this the end of microservices?
It was inevitable! With such euphoria greeting the concept of microservice architecture in 2014, it was only a matter of time before the trough... read more.
MUnit for Java Programmers: Test fixtures
Test fixtures, also known as a test context, sets up the conditions for a test to run. These test conditions will be a known... read more.
Automating CloudHub deployments for Anypoint Visualizer
A corner-stone of professional software engineering is automation, which helps eliminate human error, reduce unintended variability, and increase reproducibility. In this article, we demonstrate... read more.
MUnit for Java Programmers: Test Assertions
At the heart of unit tests are assertions which provide a mechanism for comparing expected outcomes with actual outcomes. JUnit provides a large selection... read more.