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 Idris

DevOps & Platform Engineer

5+ years building production-grade cloud infrastructure, CI/CD automation, and SRE-driven reliability systems

LinkedIn Portfolio Email


About Me

I'm a DevOps & Platform Engineer based in Dubai, UAE, with 5+ years of hands-on experience operating at the intersection of infrastructure engineering, application delivery, and service reliability.

My work focuses on three things: eliminating manual operations through pipeline-driven automation, making systems observable through metrics-first monitoring, and keeping production stable by applying SRE principles from the ground up.

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 things I'd trust at 3AM during an incident.


Certifications

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

Core Stack

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

Containers & Orchestration Docker Kubernetes OpenShift Proxmox Amazon EKS

CI/CD & Automation Jenkins GitHub Actions GitLab CI Ansible 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 Golang 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 quarterly 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 strategy with automated rollback. β†’ (link your repo here)

πŸ“Š 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. β†’ (link your repo here)

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

Highly available MySQL cluster deployment with automated failover and replication, fully provisioned and configured via Ansible playbooks. Zero manual steps from fresh servers to production-ready cluster. β†’ (link your repo here)

πŸ”Ž Centralized Logging & Linux Hardening

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

βš™οΈ EKS + Datadog Observability

End-to-end containerized application deployment on Amazon EKS with Datadog integration for real-time performance monitoring, distributed tracing, and operational dashboards. β†’ (link your repo here)


What I've Delivered in Production

βœ…  99.9% service availability  β†’  Uptime Kuma monitoring + alerting stack
βœ…  ~80% reduction in manual deployment effort  β†’  Jenkins + Git-driven CI/CD
βœ…  70% faster security incident response  β†’  Mattermost real-time alerting
βœ…  <2 min alert response time  β†’  High-priority notification framework
βœ…  60% improvement in monitoring effectiveness  β†’  Prometheus + Grafana stack
βœ…  40% increase in developer satisfaction  β†’  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


"Automate everything you do twice. Monitor everything you run. Document everything you'll forget."

Open to remote DevOps / Platform Engineering / SRE roles

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