-
Ahmed Muhi - 31 Jan, 2024
Kubernetes Networking Explained: Pods, CNI, and Overlay Networks Demystified
A deep dive into Kubernetes networking: how containers and pods communicate across nodes, how Kubernetes avoids NAT, and how CNI plugins and overlay networks enable a flat, scalable, and resilient networking model. This article breaks down complex networking mechanics into clear, architectural insights.
-
Ahmed Muhi - 15 Jan, 2024
How Generative AI is Transforming Product Design
Explore how generative AI is revolutionizing product design workflows and creativity
-
Ahmed Muhi - 07 Nov, 2023
Azure Bicep Parameters Explained: A Hands-On Guide
Learn how to use parameters in Azure Bicep to create flexible, reusable infrastructure templates. This hands-on guide walks you through real-world examples, best practices, and deployment workflows to help you manage Azure environments more effectively.
-
Ahmed Muhi - 18 Oct, 2023
Azure Bicep: The Smart Way to Handle Azure Resources
Azure Bicep offers a cleaner, more intuitive way to manage Azure infrastructure using code. In this guide, you'll learn what Bicep is, how it compares to ARM templates, and how to create and deploy your first Bicep script.
-
Ahmed Muhi - 14 Oct, 2023
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.