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.
Explains Function as a Service (FaaS), a core serverless technology, covering its characteristics, use with AWS Lambda, and best practices for development.
Explains AWS Lambda and serverless computing, using analogies to describe its event-driven, on-demand nature and benefits.
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.
Explains the Observer design pattern in JavaScript, covering its concepts, implementation, and use cases for decoupled event-driven systems.