Decommissioning Canvas – The First Step Before All Others

#ICYMI: Whether you want to split a monolith into microservices, replace one application with another, or split a fairly generic application by replacing it with several specialized applications, it is often the same questions that are asked. It would be tempting to try to deduce a “generic methodology.” Unfortunately, it seems impossible. Indeed, every application, every IT, and every project can differ enormously. That’s why I propose a Decommissioning Canvas instead.

In this article, I will explain the contents of this canvas. https://goo.gl/65Wa5A #DataIntegration #ML

Mule 4 and Jenkins Pipeline

Introduction

With the release of Mule 4, there are slight changes in the Mule Maven Plugin too. So, in this article, I am going to explain how to use the new Mule Maven Plugin to deploy in Cloudhub through a simple Jenkins pipeline.

Mule Maven Plugin

The most recent plugin (version 3.1.1) looks like the snippet below, https://goo.gl/Lj2Cvv #DataIntegration #ML