Showing Posts From

Cloudnativedevelopment

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.

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.

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.