Skip to content
View OmdaMukhtar's full-sized avatar
😎
Coding is my main habit
😎
Coding is my main habit

Block or report OmdaMukhtar

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
OmdaMukhtar/README.md
Emadaldeen Mukhtar - DevOps Engineer

Typing SVG


LinkedIn Portfolio Email Location


About Me

DevOps & Platform Engineer based in Dubai, UAE with 5+ years building production-grade cloud infrastructure, CI/CD automation, and SRE-driven reliability systems.

At Ibrahim Al Zarooni Group, I led the full transformation from FileZilla-based manual deployments to a Git-driven, Jenkins-automated, ChatOps-triggered delivery model - reducing manual release effort by ~80% and achieving 99.9% service availability.

I build systems I'd trust at 3AM during an incident.


Certifications

Certification Issuer Status
πŸ† AWS Certified DevOps Engineer – Professional Amazon Web Services βœ… Earned
πŸ† Red Hat Certified System Administrator (RHCSA 9) Red Hat βœ… Earned
πŸ† Red Hat Certified Engineer (RHCE 294) Red Hat βœ… Earned
πŸ† Certified Kubernetes Administrator (CKA) CNCF / Linux Foundation βœ… Earned
πŸ† Red Hat Certified OpenShift Administrator (EX280) Red Hat βœ… Earned
πŸ“š SRE Fundamentals Google via Uplimit βœ… Earned

Core Stack

Skills


Cloud & Infrastructure AWS Amazon EKS VPC IAM CodePipeline CodeDeploy CodeBuild Elastic Beanstalk

Containers & Orchestration Docker Kubernetes OpenShift Proxmox

CI/CD & Automation Jenkins GitHub Actions GitLab CI Git

Infrastructure as Code Terraform CloudFormation Ansible

Observability & Reliability Prometheus Grafana Loki Promtail Datadog Uptime Kuma SLOs SLIs Error Budgets p99 Latency

Linux & Systems RHEL Ubuntu Bash Shell Scripting Rsyslog Fail2Ban UFW mTLS

ChatOps & AI Tooling Mattermost LangChain LLM-powered bots Jenkins trigger bots

Security OWASP Burp Suite WAF Security Groups NACLs SSH hardening sysctl kernel tuning

Languages Python Bash PHP JavaScript SQL


Key Projects

πŸ” AWS WAF Logging with Terraform

End-to-end AWS security infrastructure - WAF + ALB + EC2 ASG + S3 logging, built with modular Terraform. Simulates real-world attack patterns (XSS, path traversal, .env exposure) and captures WAF decisions to S3 for security reporting. β†’ aws-waf-logging

πŸš€ Jenkins + Docker + Ansible CI/CD Pipeline

Full CI/CD pipeline for a Vue.js application: Jenkins orchestration, Docker containerization, Ansible agentless deployment, DAST security scanning integrated into the pipeline, zero-downtime rollout with automated rollback. β†’ demo-cicd

πŸ“Š SRE Reliability Stack - SLOs, Error Budgets & p99 Latency

Production-grade SRE implementation: custom HTTP metrics middleware in Laravel, Prometheus metrics collection, Grafana dashboards aligned with Google SRE book standards, k6 load testing to validate SLO compliance under traffic pressure. β†’ laravel-kubernetes-observability-stack

πŸ—„οΈ HA MySQL Cluster with Ansible

Highly available MySQL cluster with automated failover and replication, fully provisioned via Ansible playbooks. Zero manual steps from fresh servers to production-ready cluster. β†’ ha-mysql

πŸ”Ž Centralized Logging & Linux Hardening

Rsyslog aggregation across multiple Linux servers into a single secure log server. Hardening stack: Fail2Ban, SSH controls, UFW, sysctl kernel tuning. Encrypted log transport via mTLS. Deployment automated end-to-end with Ansible. β†’ centerlize-log-system

βš™οΈ EKS + Datadog Observability

End-to-end containerized application on Amazon EKS with Datadog integration for real-time performance monitoring, distributed tracing, and operational dashboards. β†’ eks-datadog-observability


What I've Delivered in Production

βœ…  99.9% service availability         β†’  Uptime Kuma monitoring + alerting stack
βœ…  ~80% reduction in manual deploys   β†’  Jenkins + Git-driven CI/CD
βœ…  70% faster security response       β†’  Mattermost real-time alerting
βœ…  <2 min alert response time         β†’  High-priority notification framework
βœ…  60% monitoring effectiveness gain  β†’  Prometheus + Grafana stack
βœ…  40% developer satisfaction boost   β†’  Internal chatbot & ChatOps automation
βœ…  25% cross-team efficiency gain     β†’  Custom operational bots
βœ…  ~$1,000/year infrastructure savings β†’  Docker migration, Slack β†’ Mattermost

Current Focus

  • πŸ€– AI-driven DevOps tooling - LangChain-powered operational assistants, LLM automation workflows
  • πŸ“ Platform Engineering - Self-service deployment models, internal developer platforms

GitHub Stats


Open to remote DevOps / Platform Engineering / SRE roles

Let's Connect

Pinned Loading

  1. bradtraversy/vanillawebprojects bradtraversy/vanillawebprojects Public

    Mini projects built with HTML5, CSS & JavaScript. No frameworks or libraries

    JavaScript 16.1k 4.4k

  2. aws-elastic-beanstalk-demo aws-elastic-beanstalk-demo Public

    Deploy laravel 12 with php8.4 to aws elastic beanstlak

    Blade

  3. aws-deploy-k8s aws-deploy-k8s Public

    Deploy k8s on aws cloud with two EC2 instance node using terraform.

    HCL

  4. ansible-deployment-httpd ansible-deployment-httpd Public

    Deploy a web server using Ansible on RedHat.

    Jinja

  5. demo-dct-task demo-dct-task Public

    Implement monitoring on k8s and use Ingress Controller as the controller to manage the external access.

    HTML

  6. demo-cicd demo-cicd Public

    This project demonstrates a complete CI/CD pipeline for a Vue.js application using Jenkins, Docker, and Ansible

    Vue