Cloud & Engineering

We regularly write about our technical experiences (good and bad) and what we're learning from the market.

  • There are no suggestions because the search field is empty.

Tags

APIdays Returns to Melbourne

Posted by Saul Caganoff on 03 July 2019

APIs, containers, kubernetes, Fast-Data, Open Banking, APIdays, open data, cloud computing, ethics

APIdays returns to Melbourne on September 19 and 20. This is our seventh event in Australia/New Zealand on top of 40+ APIdays events globally. As we plan for this year and our call for speakers it is worth looking back at the last 12 months in an API connected world.

Open Banking and Open Data

Financial services...

Continue reading

Async Http APIs with Azure Durable Functions (and Polling Client)

Posted by Paco de la Cruz on 10 July 2018

Architecture, Azure Functions, Development, Blog, Technology, Azure Durable Functions, APIs

Introduction

Azure Durable Functions have support for different patterns, which enable us to build serverless and stateful applications without worrying about the state management implementation details. One of these useful patterns is the Asynchronous Http APIs. This pattern comes in handy when client applications...

Continue reading