Central IT groups and CIO’s have always been accountable for the governance of their software portfolios. Historically this has been through top down approaches. For certain aspects of the business, such as accounting, real time computing, manufacturing, etc, such
Read more
How Corda Networks Operate - Overview
Corda networks are peer to peer, private networks for distributed ledger business transactions. These networks are accessible by deploying one’s own Corda node with an X509 certificate signed by a Corda network operator. Read more
Errors frequently occur when processing records in transactional applications. Often times the underlying issue causing the error is transient, for example a remote system might be briefly offline or temporary network latency may cause a timeout. In these scenarios, frameworks
Read more
Decoupling monitoring infrastructure from an application’s behavior and infrastructure is a foundational technique for scaling a distributed system. There is unfortunately no escape from the “Observer Effect”, even in application development. Attempting to “observe” an application generally involves either
Read more
Combining API-Led and Domain Driven Design to Govern Your Microservices Architecture (MSA)
API-Led Connectivity is a technique of organizing the API's microservices expose into three categories: System, Process and Experience. In previous blog posts I've covered how System API's act
Read more