Event Driven Azure Container App Jobs
A technical guide on setting up and configuring event-driven Azure Container App Jobs using Azure Service Bus and KEDA scaling.
A technical guide on setting up and configuring event-driven Azure Container App Jobs using Azure Service Bus and KEDA scaling.
A strategy for building low-latency systems by deferring non-essential processing to an event-driven platform to optimize real-time performance.
First part of a series on building a vehicle tracking app using Azure services, covering the system architecture and components.
Explores nine common pitfalls in AWS serverless architecture that can lead to unexpected data loss, duplication, or inconsistency.
Explains how to use EventTarget and custom events in JavaScript for non-DOM, event-driven programming, including TypeScript integration.
A guide to implementing a basic event processing system for modular Swift applications, covering dependencies, protocols, and runtime flexibility.
A technical guide on using Azure Event Grid with PowerShell Azure Functions to automate resource configuration after VM or Storage Account creation.
Explores key serverless design patterns, contrasting traditional best practices with modern event-driven, stateless, and microservice approaches.
A technical guide on implementing ordered and asynchronous event handlers in Spring applications, including code examples.