Globally-distributed Serverless Application in 100 Lines of Code. Infrastructure Included!
A tutorial on building a globally-distributed URL shortener using serverless Azure Functions and Cosmos DB, defined entirely in a Pulumi TypeScript program.
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 delay between DynamoDB TTL expiration and actual deletion, showing how table size impacts the delay.
Analyzes the operational cost of using DynamoDB TTL for serverless scheduling, comparing it to AWS EventBridge Scheduler.
Two tech talks on rate limiting strategies and building a serverless search engine for NuGet.org using Azure Functions and Azure Search.
A tutorial on deploying a Node.js GraphQL API with a Postgres database to Google Cloud Run, Google's serverless platform.
A tutorial on building a React Native mobile app using AWS Amplify for serverless backend services like authentication and GraphQL APIs.
Explores the key advantages of JAMStack architecture, including tool flexibility and avoiding technology lock-in.
A tutorial on deploying serverless Azure Functions using Pulumi's callback syntax, simplifying infrastructure and code deployment.
How to schedule or delay Amazon SNS message publication using AWS Step Functions and a Wait state, without writing Lambda code.
A deep dive into AWS S3 Batch Operations, covering its core elements and providing a walkthrough for running a batch job with Lambda and Comprehend.
A collection of session content and links from the Sydney Global Azure Bootcamp 2019, covering Azure, serverless, containers, and more.
Analysis of Google Cloud Functions' improved cold start behavior, showing less frequent recycling of idle instances compared to AWS and Azure.
A tutorial on deploying a Swift HTTP server as a serverless container to Google Cloud Run using Docker, covering setup and deployment steps.
A comprehensive guide to understanding the components and request lifecycle of AWS API Gateway for building serverless applications.
A technical analysis demonstrating how Binaris serverless functions eliminate cold starts, with visual comparisons to AWS, Google, and Azure.
Announcing two tech talks in Sydney on building apps with Azure serverless services and Python Flask on Azure App Service.
Analysis of cold start durations in Azure Functions, comparing deployment methods and the impact of Application Insights on performance.