Serverless computing might be the flavor of the month, but it’s really nothing new. Developes have been using its underlying technology for a long time now, because it has powered much of the public ...
When we think about enterprise applications it’s easy to think only of the code that runs behind our firewalls, in our data centers, and in instances running on public clouds. We usually forget one of ...
One of the features of Azure Functions is the ability to easily create Webhooks. Webhooks allow integration with other systems, including third-party systems. Essentially, the external system can call ...