How To Migrate from MuleSoft to Spring Boot with Smart Code Posted on 09/13/202409/14/2024By Julie RussellLeave a comment Migrating your microservices from MuleSoft to Spring Boot can feel like aa daunting task. We break it down into clear simple steps […]
Mule 4 – Designing for Operations with MDC Posted on 03/16/202312/22/2023By Julie RussellLeave a comment Designing for operations refers to the construct of how log messages are structured so that they can provide the information required for […]
Mule 4 – Designing for Operations Posted on 11/06/201812/22/2023By Julie RussellLeave a comment Tracking and Log Filtering To enable log messages to be tracked and analyzed more effectively log management tools such as Splunk enable […]
OAuth 2.0: Authorization through a Custom Policy Posted on 05/19/201712/22/2023By Julie RussellLeave a comment Runtime policies enable what is called “cross cutting concerns” to be injected onto an API without embedding code at the application level. […]
Logging: How to Mask Sensitive Data Posted on 04/14/201712/22/2023By Julie RussellLeave a comment You can leverage the Log4j Framework by Apache to make changes to the message logger during application execution. In the case where […]
Designing for Performance: Our requirements and how we made it work… Posted on 09/26/201612/22/2023By Julie RussellLeave a comment I wanted to share a recent project that we worked on at Diamond Edge. I can say that this was the single […]
Mule Functional Testing: How to Mock HTTP Endpoints Posted on 02/23/201612/22/2023By Julie RussellLeave a comment Functional Testing This article takes the Mock HTTP Endpoints library from sham.software and shows you how you can apply it to the […]