#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareConsultant:
    def __init__(self):
        self.name = "Ahmed Elsayed"
        self.role = "Principal Consultant"
        self.language_spoken = ["ar_EG", "en_US"]
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareConsultant()
me.say_hi()
🎯
    Focusing
    Engineering Director @Deloitte
- 
                  Deloitte Australia
- Sydney
- https://www.linkedin.com/in/ahmedig
- @ahmedig
Pinned Loading
- 
  terraform-azurerm-backendterraform-azurerm-backend PublicA Github action that helps in using terraform with an Azure backend. It saves the state file in an Azure storage account 
          Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
  If the problem persists, check the GitHub status page or contact support.







