How Azure Functions Work
Azure Functions represent a nifty offering from Microsoft Azure that makes your life as a developer significantly easier. What it does is, it lets you run your code without any…
An Introduction to Serverless Functions
Serverless functions are taking the world of cloud computing by storm. In this post, we'll look at what exactly serverless functions are, their key benefits, and some use cases. What…