Skip to content
View marjanRafi's full-sized avatar
🏹
From Almighty To Almighty
🏹
From Almighty To Almighty
  • DevOps Engineer @ Pipeline Inc. Nihonbashi, Tokyo
  • Dhaka, Bangladesh
  • 13:36 (UTC +06:00)
  • LinkedIn in/mdmarjanmorshedrafi

Block or report marjanRafi

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

Marjan Rafi

☁️ DevOps & Platform Engineer

Automating Reliability | Securing Cloud Infrastructure | scaling AI Operations

I engineer production-grade cloud platforms that are secure by default and self-healing by design. Currently at Pipeline Inc. (Tokyo), I focus on the intersection of Infrastructure as Code, Identity-Based Security, and Observability.

⚡ Engineering Impact (Production)

Real-world systems I am currently building and operating.

🛡️ Zero-Trust Security Architecture

Designed and deployed an RBAC-based SSH access system using Teleport, replacing static keys for 24+ production nodes.

  • Tech: Teleport, SSO, IAM Roles, Linux Hardening.
  • Outcome: Eliminated static credential management and enforced audit trails for all server access.

🤖 AI Infrastructure & Data Ops

Orchestrating data pipelines and supporting Vector DB + RAG integration for internal AI tooling.

  • Tech: Apache Airflow, Vector Databases, Python, AWS S3.
  • Outcome: Optimized infrastructure for high-throughput LLM queries and automated data workflows.

👁️ Observability & Reliability

Built a centralized monitoring stack to reduce "Mean Time to Detect" (MTTD).

  • Tech: Prometheus, Grafana, CloudWatch, Loki.
  • Outcome: Reduced incident detection latency by ~85% through proactive alerting rules.

🛠️ The Technical Stack

Domain Technology Ecosystem
Cloud Infrastructure AWS Azure Linux
IaC & Config Mgmt Terraform Ansible CloudFormation
Orchestration Kubernetes Docker Helm
CI/CD & GitOps Jenkins ArgoCD GitHub Actions
Security (DevSecOps) Teleport SonarQube Trivy

🧠 Engineering Philosophy

  • Immutable over Mutable: Servers should be cattle, not pets. If it breaks, replace it; don't patch it.
  • Identity is the New Perimeter: IP whitelisting isn't enough. I enforce access via IAM Roles and Short-lived Certificates.
  • Observability is Testing in Production: If you can't see it, you can't fix it. Logs tell you what happened; metrics tell you why.

LinkedInMedium

Popular repositories Loading

  1. git-and-github git-and-github Public

    Forked from bongodev/git-and-github

    Let's learn how to use Git and Github

    1

  2. 90DaysOfDevOps 90DaysOfDevOps Public

    Forked from TrainWithShubham/90DaysOfDevOps

    This repository is a Challenge for the DevOps Community to get stronger in DevOps. This challenge starts on the 1st January 2023 and in the next 90 Days we promise ourselves to become better at Dev…

    Python 1

  3. python-practice-problems python-practice-problems Public

    Forked from bongodev/python-practice-problems

    Python 1

  4. EquipmentRental EquipmentRental Public

    Java

  5. aws-zero-to-pro aws-zero-to-pro Public

    Forked from bongodev/aws-zero-to-pro

    Learn and become AWS Pro

    1

  6. linux-cli-basics linux-cli-basics Public

    Forked from bongodev/linux-cli-basics

    This repo introduces essential Linux commands for navigation, file management, and system monitoring. It covers commands like ls, cp, mv, chmod, and top, providing a practical toolkit for day-to-da…