Skip to content
View EngMohamedElEmam's full-sized avatar

Block or report EngMohamedElEmam

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
EngMohamedElEmam/README.md

visitors Open Source Love

#!/usr/bin/python
# -*- coding: utf-8 -*-
class DevOpsConsultant:
    def __init__(self):
        self.name = "Mohamed ElEmam"
        self.role = "DevOps Senior 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 = DevOpsConsultant()
me.say_hi()

πŸ“ Blogs

πŸ”§ Technologies & Tools

πŸ† GitHub Trophies

trophy

πŸ—‚οΈ Highlight Projects

GitOps-FluxCD GitLab-CICD-Pipeline Azure-ARM-Template

Pinned Loading

  1. Azure-ARM-Template Azure-ARM-Template Public

    This is My Azure ARM Template

    Shell

  2. GitLab-CICD-Pipeline GitLab-CICD-Pipeline Public

    This is My Sample for GitLab CI/CD Pipeline to Deploy Angular App on AKS

    HTML 1 1

  3. GitOps-FluxCD GitOps-FluxCD Public

    This is my smaple for gitops using fluxcd v2

    Shell

  4. kubernetes-kaniko kubernetes-kaniko Public

    Dockerfile 1