Inter-App Messaging with Azure Functions, Azure Service Bus, and CosmosDB
With the rise of cloud computing, microservices and serverless are the latest frameworks for problem-solving. With microservices, you can build truly scalable and distributed systems. Using serverless solutions, your application will scale up and down automatically, depending on usage, without needing to worry about infrastructure. The new challenge that microservices bring is allowing separate microservices […]
Creating an API for Edge Computing on Alibaba Cloud
This article explains what edge computing means and demonstrates how to set up an API service on Alibaba Cloud for use with an edge computing architecture.
Moving Legacy C# Code to the Cloud with Thriftly.IO
In this article, we will focus on extracting the existing logic from the WPF application to expose it as a RESTful web service that can be consumed by both the cloud backend systems and the new mobile application.