Google Cloud functions

In this blog we take a look at Google Cloud functions. Google Cloud functions is a Serverless platform for building event driven logic that is small in execution time (don’t use it for running long running processing jobs), Cloud functions are Google’s equivalent Serverless offering compared to AWS Lambda and Azure functions. Key features CloudContinue reading “Google Cloud functions”

Google Cloud first impressions

I have been working on GCP for the last five months. In this blog post I share what I have learned and observations. Global network Compared to some other public clouds, GCP has a global fibre backed network. As a result of this the GCP VPC (virtual private cloud) is a global resource that spansContinue reading “Google Cloud first impressions”