Skip to content
View ahmedig's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@movingdownunder @Insight-Services-APAC
Block or Report

Block or report ahmedig

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ahmedig/README.md

Hi there 👋

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    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 = SoftwareEngineer()
me.say_hi()

Certifications

GitHub Administration GitHub Advanced Security GitHub Actions

GitHub Stats

Ahmed's github stats

Top Langs

trophy

Pinned Loading

  1. terraform-azurerm-backend terraform-azurerm-backend Public

    A Github action that helps in using terraform with an Azure backend. It saves the state file in an Azure storage account

    PowerShell 4 4