2020s

Serverless Containers with Google Cloud Run

Google Cloud Run is the latest addition to the serverless compute family. While it may look similar to existing services of public cloud, the feature set makes Cloud Run unique.

Read more...

Hosting Azure Functions in Google Cloud Run

Running Azure Functions Docker container inside Google Cloud Run managed service

Read more...

InfiniCache: Distributed Cache on Top of AWS Lambda (paper review)

My review of the paper "InfiniCache: Exploiting Ephemeral Serverless Functions to Build a Cost-Effective Memory Cache"

Read more...

Serverless in the Wild: Azure Functions Production Usage Statistics

Insightful statistics about the actual production usage of Azure Functions, based on the data from Microsoft's paper

Read more...

Unit Testing Cloud Deployments with Pulumi in C#

Developing infrastructure programs in C# with unit tests, TDD, and mocks

Read more...

Unit Testing Cloud Deployments with Pulumi in F#

Developing infrastructure programs in F# with unit tests, TDD, and mocks

Read more...

Eliminate Cold Starts by Predicting Invocations of Serverless Functions

Azure Functions introduce a data-driven strategy to pre-warm serverless applications right before the next request comes in

Read more...

The Best Interview is No Interview: How I Get Jobs Without Applying

My humble story of getting (or not) a job at Amazon, Qualcomm, Jet.com, Pulumi, and more

Read more...

The Emerging Landscape of Edge-Computing

What is edge computing, and what are the primary use cases in the world today? (a paper review)

Read more...

How to Drain a List of .NET Tasks to Completion

Custom await logic for a dynamic list of .NET tasks, fast and on-time

Read more...

Announcing Next Generation Pulumi Azure Provider

Next Generation Pulumi Azure Provider with 100% API Coverage and Same-Day Feature Support is now available in beta

Read more...

Temporal: Open Source Workflows as Code

Temporal reimagines state-dependent service-orchestrated application development

Read more...

A Practical Approach to Temporal Architecture

What it takes to get Temporal workflows up and running

Read more...

How To Deploy Temporal to Azure Container Instances

Get up and running with Temporal workflows in Azure in several CLI commands

Read more...

How To Deploy Temporal to Azure Kubernetes Service (AKS)

Get up and running with Temporal workflows in Azure and Kubernetes in several CLI commands

Read more...

How to Monitor Your Business with BAM Tools?

Guest Post by Nadeem Ahamed Riswanbasha

Read more...

Running Container Images in AWS Lambda

AWS Lambda launches support for packaging and deploying functions as container images

Read more...

Get Up and Running with Azure Synapse and Pulumi

Use infrastructure as code to automate deployment of an Azure Synapse workspace

Read more...

Farmer or Pulumi? Why not both!

Azure Infrastucture as Code using F#: combining Pulumi and Farmer

Read more...