How To Deploy a Function App with KEDA (Kubernetes-based Event-Driven Autoscaling)
A tutorial on deploying an Azure Function App using KEDA for event-driven autoscaling on a Kubernetes cluster, with infrastructure as code.
A tutorial on deploying an Azure Function App using KEDA for event-driven autoscaling on a Kubernetes cluster, with infrastructure as code.
A technical guide on using Azure serverless services (Logic Apps, Cognitive Services, Table Storage) to automatically detect and flag spam bots in Meetup groups.
Explains why Azure Functions with HTTP triggers are not ideal for building full web APIs and should be used for reactive, message-based logic instead.
A guide to using GitHub Actions to build and deploy OpenFaaS serverless functions, including a custom action workflow example.
A frontend developer shares his personal journey and study resources for successfully passing the AWS Solutions Architect Associate certification exam.
Explores common challenges in AWS serverless development and provides strategies to overcome them for better system design.
Explains how monitoring API performance in AWS Lambda is crucial to prevent unexpected costs and timeouts in serverless applications.
10 code snippets for building serverless apps with Azure Functions using Pulumi's infrastructure-as-code.
Analysis of AWS Lambda cold start behavior, revealing idle instances are now recycled after ~10 minutes, impacting serverless performance.
A guide to understanding and predicting the cost structure of Azure Functions on the Consumption plan, focusing on serverless billing models.
Building a reverse NuGet package search engine using Azure Functions and Azure Search to find packages by public type names.
Laravel Vapor is a new serverless hosting platform for Laravel applications, powered by AWS for auto-scaling and zero server maintenance.
A software architect explains the importance of cloud computing for career growth, using analogies to describe its services and benefits.
A tutorial on verifying and load-testing Azure Functions using the Loader.io tool, covering two verification methods.
A tutorial on building a globally-distributed URL shortener using serverless Azure Functions and Cosmos DB, defined entirely in a Pulumi TypeScript program.
A guide to deploying custom, long-running Azure Functions in containers using Docker and KEDA for event-driven autoscaling, demonstrated with a video thumbnail generation example.
A talk on building a serverless reverse package search for NuGet.org using Azure Functions and Azure Search, presented at NDC Oslo.
Explains the differences between JAMStack and serverless web apps, focusing on their core architectural principles.
Analyzes the operational cost of using DynamoDB TTL for serverless scheduling, comparing it to AWS EventBridge Scheduler.
Analyzes the delay between DynamoDB TTL expiration and actual deletion, showing how table size impacts the delay.