About Me

# FILE: imran_bhullar_profile.yml
# DESCRIPTION: Systems Architect & Technical Trainer

---
- name: PROFILE | Systems Architect & Trainer
  hosts: localhost
  gather_facts: no
  vars:
    status: "Operational"
    years_experience: "12+"
    blog_url: "https://imranbhullar.com"

  tasks:
    - name: CAREER SUMMARY | Architectural Expertise
      debug:
        msg: >
          For over {{ years_experience }} years, I have specialized in designing,
          optimizing, and securing resilient digital infrastructure, leading teams
          to achieve sustained operational excellence.

    - name: ROLE | Dual Focus
      debug:
        msg: >
          I operate in a dual capacity: a **Systems Architect** who builds and a
          **Technical Trainer** who empowers. My mission is to translate complex
          system challenges into clear, actionable, and scalable solutions for others.

    - name: CORE_SKILLS | Cloud & Infrastructure
      debug:
        msg:
          - Cloud_Platforms:
              - **AWS:** EC2, S3, RDS, VPC Networking, CloudFormation (Template-Driven Infrastructure).
              - **Azure:** Azure VMs, Azure Networking, Azure Functions, Resource Manager.
          - DevOps_Automation: Docker, Kubernetes (K8s), Terraform (IaC), Ansible, Jenkins CI/CD.
          - Web_Stack: Nginx (Tuning/Proxy), Linux Sysadmin (Ubuntu/RHEL), MySQL/MariaDB.
          - Security: SSL Offloading, UFW, Cloudflare WAF and Edge Security.

    - name: BLOG_MANIFEST | Content Strategy (Tech + Non-Tech)
      debug:
        msg:
          - Channel_1_Technical: Deep dives into server tuning, CI/CD patterns, and cloud cost optimization, focusing heavily on the Linux/LEMP stack.
          - Channel_2_Non_Technical: Insights on technical career growth, effective team leadership, technical mentorship, and communication strategies.
          - Goal: To be the definitive knowledge base for both hands-on engineers and aspiring tech leaders.

- name: END_OF_PROFILE
  hosts: localhost
  tasks:
    - debug:
        msg: "Connection closed. Thank you for the successful session."