MuleSoft Anypoint Platform for APIs – Crowd Release

ICYMI: The largest update yet to the Anypoint Platform, by way of the Crowd release, has arrived. Its launch precedes Anypoint Runtime 4, which is currently in beta testing, so effectively the Crowd update may likely be the last major update for the Anypoint 3.x based-runtime.

The main purpose of the release, as suggested by the name, facilitates collaboration of broad audiences throughout the integration and API lifecycle. The Anypoint Platform tools have been enhanced, with the inclusion of the new Flow Designer features in Design Centre for functional architects and business analysts who understand the process logic but are not tasked with the detailed technical implementation. Flow Designer allows trigger events to be defined (such as Scheduler or Amazon SQS event received), which will initiate the flow. https://goo.gl/Ed5Kcy #DataIntegration #ML

5 Useful circe Features You May Have Overlooked

If you are using Scala and need to do some JSON processing, circe is one of the best options available. It utilizes fully functional approach and lets you work with JSON without any boilerplate and runtime reflection.

In this blog post, I will show some of the most useful features of this library that often get overlooked, and hopefully, this can save you a lot of development time and effort. https://goo.gl/LsgwdD #DataIntegration #ML