Skip to content
View hibeekaey's full-sized avatar
🌍
Working from home
🌍
Working from home

Organizations

@EpicGames

Block or report hibeekaey

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
hibeekaey/README.md

Hi there πŸ‘‹


I'm Ibukun Dairo, a seasoned Platform Engineer and DevOps Leader with 10+ years of experience building cloud-native infrastructure, developer tooling, and resilient applications across Fintech, Streaming, and SaaS ecosystems in Nigeria, the US, and Brazil.


I specialize in:

  • ✨ Platform Engineering & Developer Experience
  • ⚑️ Infrastructure as Code (Terraform, Helm, ArgoCD)
  • βœ… CI/CD & GitOps (GitHub Actions, GitLab CI, CircleCI)
  • βš–οΈ Observability (OpenTelemetry, Datadog, Prometheus)
  • πŸš€ Cloud & Containers (Kubernetes, AWS, GCP, Docker)
  • βš™οΈ Languages & Stacks: Go, Python, TypeScript, Node.js, React

My leadership work at Paramount (PlutoTV), Traive Finance, and Cuesoft has driven:

  • ↓ 35% reduction in P1 incidents via full-stack observability
  • ↑ 40% faster recovery time (MTTR) through SLO-based alerting
  • ↑ 50% CI/CD adoption with reusable pipelines and deployment tooling
  • ↓ 90% infra downtime reduction from scaling DevOps maturity

I'm passionate about mentoring engineers, building reliable platforms, and promoting open-source contributions to improve software delivery across teams and orgs.


GitHub stats

Top Langs


πŸ“š Blog posts


β€œGreat infrastructure enables great software. I build both.”


πŸ“‰ Connect


Pinned Loading

  1. aipnd-project aipnd-project Public

    AI Programming with Python Nanodegree Project

    HTML 1

  2. image-classifier-to-identify-dog-breeds image-classifier-to-identify-dog-breeds Public

    Image Classifier to Identify Dog Breeds

    Python 1

  3. cordova-filechooser cordova-filechooser Public

    Forked from ihadeed/cordova-filechooser

    Cordova Plugin that supplies a File Chooser

    Java 2

  4. example-github-manager example-github-manager Public

    Example repository for managing GitHub with Terraform

    HCL 6

  5. Repository for managing GitHub with ... Repository for managing GitHub with Terraform
    1
    variables {
    2
      private_repository = {
    3
        name               = "github-private-repository-test"
    4
        description        = "This is a test private repository"
    5
        visibility         = "private"
  6. Repository for managing GitHub with ... Repository for managing GitHub with Terraform
    1
    SCRIPTS_DIR = scripts
    2
    
                  
    3
    # Default target (executed when you run 'make' with no arguments)
    4
    all: init-upgrade
    5