Skip to content
View DaudCloud-sudo's full-sized avatar

Highlights

  • Pro

Block or report DaudCloud-sudo

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.

Content in all repositories owned by your account will be closed.
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
DaudCloud-sudo/README.md

Hi, I'm Shahzaib 👋

Computer Systems Engineer (M.Res, TU Ilmenau), focused on cloud infrastructure, Linux systems, and network observability. AWS-led for now, but I'm open to Azure and GCP too.

Right now:

  • Building and operating Kubernetes + observability infra (Prometheus, Grafana)
  • Studying for AWS Certified CloudOps Engineer – Associate
  • Open to Werkstudent / entry-level roles in Cloud Ops, Systems Engineering, and Network Monitoring, based in Germany

Certified: AWS Solutions Architect – Associate, Ubuntu Linux Professional (Canonical)

Flagship repos (pinned below): an elastic ML inference platform on Kubernetes with a custom C++ autoscaler, an SRE observability pipeline (NetPulse), and CloudOps automation on AWS SSM.

Stack I work in most:

AWS Kubernetes Docker Linux Python C++ Terraform Grafana Git

🇩🇪 Auf Deutsch: Ich lerne gerade Deutsch (Niveau A2) und arbeite daran, mich auch beruflich auf Deutsch zu verständigen. Über Feedback freue ich mich jederzeit! (I'm currently learning German at A2 level and working toward being able to communicate professionally in German too. Feedback always welcome!)

Reach me: LinkedIn · engr.s.daud@gmail.com

Pinned Loading

  1. Microservice-CI-CD-Pipeline Microservice-CI-CD-Pipeline Public

    As an engineer upskilling in DevOps practices, this repository is my hands-on learning project for setting up a CI/CD pipeline tailored for microservices. It covers automated testing, versioning, a…

    HTML 2 15

  2. AWS-Serverless-POC AWS-Serverless-POC Public archive

    This repository contains a Proof of Concept (POC) for an AWS serverless architecture, created during my AWS Solutions Architect Associate certification. It showcases scalable, secure, and cost-effe…

  3. aws-ssm-cloudwatch-automation aws-ssm-cloudwatch-automation Public

    Agentless CloudWatch Unified Agent deployment across EC2 fleets via AWS Systems Manager — no open SSH ports, no bastion hosts. Push-based telemetry (CPU, network, app logs) using SSM Run Command + …

    Shell

  4. elastic-ml-inference-k8s elastic-ml-inference-k8s Public

    Elastic ML inference on Kubernetes — ResNet18 (FastAPI) autoscaled by a custom C++ controller reacting to Prometheus queue-depth signals, keeping p99 latency under a 0.5s SLO. Grafana dashboards in…

    Python

  5. llmops-infra llmops-infra Public

    Production-grade infrastructure for a RAG (Retrieval-Augmented Generation) pipeline — provisioned with Terraform, deployed on Kubernetes, mixing AWS managed services with open-source tools you can …

  6. netpulse-api netpulse-api Public

    SRE telemetry pipeline: Flask + Gunicorn behind Nginx probes external domains via raw TCP/HTTP (bypassing ICMP blocks), stores results in PostgreSQL with pooled connections, visualized in Grafana. …

    Python