Showing Posts From

Dapr

Dapr for Beginners: Running Dapr Pub/Sub Apps on Azure Container Apps

Learn how to run a Dapr publish/subscribe microservices application on Azure Container Apps. Build and push Order and Inventory service images to Azure Container Registry, deploy them with Dapr enabled, connect Dapr pub/sub to Azure Service Bus, and use an Azure-backed state store for inventory data.

Dapr for Beginners: Building Pub/Sub Microservices with Dapr

Learn how to use Dapr's publish and subscribe building block to build event-driven microservices. In this hands-on tutorial, an Order Service publishes an OrderPlaced event, an Inventory Service subscribes to it, and Dapr handles the local pub/sub plumbing through its sidecar model.

Dapr for Beginners: Building Your First Dapr Microservices App

Learn how to build real microservices using Dapr's building blocks for service invocation and state management. In this hands-on guide, you'll create a distributed system with Python and JavaScript services powered by the Dapr sidecar pattern—no boilerplate, no service discovery code, just clean microservices, simplified.

Dapr for Beginners: Simplifying Microservices with Building Blocks

Learn why microservices become difficult as applications grow, and how Dapr helps simplify common distributed-system concerns such as service invocation, state management, pub/sub messaging, secrets, and observability.

Why Dapr? Simplifying Microservices in the Real World

Learn why modern microservices architectures need more than just containers and Kubernetes. This article introduces Dapr — a lightweight, cloud-native runtime that simplifies service-to-service communication, state management, and more.