Google Cloud Platform: Going Serverless

In my previous blog post, I discussed setting up your Google Cloud account. In this post, I want to look at the various serverless options available on Google Cloud. Google Cloud provides several different choices for you to build, develop, and deploy your serverless functions and applications. These products allow you focus on development without... Continue Reading →

Getting started with Azure Functions using Python

Azure Functions is an event driven serverless compute solution that lets you to execute your code without provisioning or managing the infrastructure to support it. "Functions" are blocks of code that can be executed when you need to respond to specific events. As the number of requests increase, Azure Functions automatically allocates as many resources... Continue Reading →

Blog at WordPress.com.

Up ↑