Articles

Journey Towards Event-Driven Microservices

Posted by Sudarshan Sreenivasan on 26 November 2018

Many organizations are adopting a microservices architecture in order to reduce dependencies between system components and allow more frequent release cycles and more flexible scalability. However, unless they have a clear view of the underlying interaction patterns, teams risk building a tightly coupled distributed monolith.

Continue reading

Solving Complex Problems With DataWeave

Posted by Lipika Naik on 16 November 2018

DataWeave is the primary transformation language in Mule. What is interesting about DataWeave is that it brings together features of XSLT (mapping), SQL (joinBy, splitBy, orderBy, groupBy, distinctBy operators), Streaming, Functional Programming (use of functions in DataWeave code) to make it a power-packed data transformer. I am going to discuss some of the scenarios which will help developers solve some difficult problems using DataWeave. The three topics I would like to discuss here are:

Continue reading

Credit Assessment & Social Data — Part 1: Traditional Credit Rating

Posted by Anindya Roy on 16 October 2018

We live in a time where trust is gold. One aspect of trust is credit worthiness. This topic has evolved and has been thought through socially and philosophically since ancient times. In this three-part blog, I am going to talk about credit worthiness in our modern world. I will talk about assessment of financial credit worthiness, how social data has started to affect this assessment and the use of social data in social credit worthiness beyond financial boundaries.

Continue reading

Promoting a Performance Mindset in Non-Technical Roles

Posted by Adam Reincke on 21 September 2018

Performance testing and engineering is typically thought of as a purely technical concern. However, in our experience across many varied industries and organisations, it’s the people in key non-technical roles that can have the greatest impact on both the performance of the end product and the sanity of the delivery team.

Continue reading

Containers Crossing the Chasm

Posted by Saul Caganoff on 14 September 2018

Containers and allied mechanisms for application lifecycle management and orchestration are gaining a huge amount of attention in the tech community. A few recent surveys show that developers are the early adopters of this technology with operational use set to gain further traction in the next twelve months.

Continue reading

Comparing Istio with Netflix Frameworks for Inter-Microservices Communications

Posted by Elmira Hasanzadeh on 04 September 2018

The technical advancements in every aspect of software development lifecycle make it clear that there are more than one solution to any problem. In this article I examine Istio’s service mesh capabilities to address issues that developers face while creating microservices and compare it with the widely adopted Netflix frameworks. Istio takes away many of these microservices concerns from the developer and delegates them to operations where collective behaviours can be managed better.

Continue reading

Reassessing Credit Assessment

Posted by Julia Matheson on 31 August 2018

Australia has one of the highest rates of personal debt in the world. Estimates indicate that the average Australian owns at least 1 credit card and that roughly 57% of our $2 trillion personal debt is attributable to mortgages. These statistics lend themselves to the assumption that majority of Australians have at some point in their life experienced the process of applying for a line of credit.

Continue reading