-
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
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
- 18 Aug, 2023
Terraform Variables Explained: Input Variables, Local Values, and Output Values
Master Terraform variables to create flexible, reusable infrastructure code on Azure. Learn input variables, local values, output values, and validation techniques for robust deployments.
-
Ahmed Muhi
- 17 Aug, 2023
Mastering Dependencies in Terraform: Implicit, Explicit, and Best Practices
Learn how to effectively manage resource dependencies in Terraform on Azure. Understand implicit vs explicit dependencies, dependency graphs, and best practices for reliable infrastructure deployments.