Showing Posts From
Cloudnativedevelopment
-
Ahmed Muhi
- 15 Aug, 2024
Docker for Beginners: Understanding Docker Storage and Volumes
A hands-on guide to understanding how Docker handles storage. Learn how to persist data across container restarts using volumes and bind mounts, when to use each, and how to manage them effectively in development and production environments.
-
Ahmed Muhi
- 14 Oct, 2023
Build Distributed Systems with Dapr: A Hands-On Microservices Guide
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.
-
Ahmed Muhi
- 24 Sep, 2023
Cloud Design Patterns: Mastering Publisher/Subscriber in Azure
This post delves into the Publisher-Subscriber Pattern: A Quick Guide to discover how this cloud design pattern works, and which Azure Services can be used to implement it!
-
Ahmed Muhi
- 16 Apr, 2023
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.