The latest News and Information on Cloud monitoring, security and related technologies.
The process of delivering mobile apps utilizing cloud technology is known as mobile cloud computing (MCC). Complex mobile apps today carry out activities including authentication, location-aware features and providing users with customized communication and content. As long as your device is online, mobile cloud computing enables you to store and access data anywhere. This makes it possible for data to be sent without difficulty anytime required.
Maintain high uptime and performance for your APIs without any overheads using Google Cloud’s API monitoring tools.
These three top cloud providers are used daily by millions of users across the world – but what sets them apart? We take a magnifying glass to the features that matter.
I have been building a feature on elmah.io lately that picks up validation results from an external API. Before serverless was a thing, I would probably have done this using a scheduled task or Windows Service using Hangfire or similar. But after having migrated everything to serverless Azure Functions, I wanted a good solution running similarly. Azure Durable Functions turned out as the perfect companion and in this post, I'll show you a possible way to implement polling of an asynchronous API.
Amazon CloudWatch monitors metrics of your Amazon Web Services (AWS) resources in real time and can trigger alarms when a metric goes above or below certain thresholds. Typically, Amazon CloudWatch sends out alarms by posting a message to an SNS (Amazon Simple Notification Service) topic, which distributes the message via several mediums, including email, SMS, and Lambda functions. Setting a CloudWatch alarm can be complex.