Skip to content
View DIABDOESDATA's full-sized avatar

Block or report DIABDOESDATA

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

Hussein Diab

Data Engineer | Analytics Consultant | Building practical AI and data solutions

About Me

class HusseinDiab:
    def __init__(self):
        self.name = "Hussein Diab"
        self.role = "Data Engineer | Analytics Consultant"
        self.company = "Analytic Vizion"
        self.location = "Texas, USA"
        self.focus = [
            "Data Engineering",
            "Analytics Engineering",
            "Cloud Data Platforms",
            "AI-Enabled Solutions"
        ]

    def say_hi(self):
        print("Thanks for stopping by — I build data platforms, dashboards, and practical AI solutions.")

    def skills(self):
        self.languages = ["Python", "SQL", "R"]
        self.tools = [
            "dbt", "Databricks", "Snowflake", "Azure Data Factory",
            "Power BI", "Docker", "GitHub Actions", "VS Code"
        ]
        self.interests = [
            "Leadership", "Consulting", "Healthcare Data",
            "Soccer", "Motorcycles", "Cars", "Video Games"
        ]

me = HusseinDiab()
me.say_hi()
me.skills()

What I Do

  • Build modern data pipelines and analytics solutions
  • Turn raw data into decision-ready dashboards and models
  • Work across consulting, engineering, and stakeholder-facing delivery
  • Explore practical AI use cases that create real business value

Languages and Tools

Python SQL dbt Databricks Snowflake Azure Power BI Docker GitHub Actions VS Code

Current Interests

  • AI + data engineering workflows
  • Building reusable consulting assets
  • Cloud architecture and modern analytics stacks
  • Creating executive-ready dashboards
  • Growing into leadership and client advisory roles

GitHub Stats

Hussein's GitHub stats

Top Langs

A Little More About Me

Outside of work, I’m a husband, father, soccer player, and builder.
I enjoy working on motorcycles and cars, building cafe racers, and creating things that are both useful and well-designed.

Let’s Connect

Popular repositories Loading

  1. data-engineering-zoomcamp data-engineering-zoomcamp Public

    Forked from DataTalksClub/data-engineering-zoomcamp

    Data Engineering Zoomcamp is a free 9-week course on building production-ready data pipelines. The next cohort starts in January 2026. Join the course here 👇🏼

    Jupyter Notebook

  2. machine-learning-zoomcamp machine-learning-zoomcamp Public

    Forked from DataTalksClub/machine-learning-zoomcamp

    Learn ML engineering for free in 4 months! Register here 👇🏼

    Jupyter Notebook

  3. mlops-zoomcamp mlops-zoomcamp Public

    Forked from DataTalksClub/mlops-zoomcamp

    Free MLOps course from DataTalks.Club

    Jupyter Notebook

  4. llm-zoomcamp llm-zoomcamp Public

    Forked from DataTalksClub/llm-zoomcamp

    LLM Zoomcamp - a free online course about real-life applications of LLMs. In 10 weeks you will learn how to build an AI system that answers questions about your knowledge base.

    Jupyter Notebook

  5. LLMs-from-scratch LLMs-from-scratch Public

    Forked from rasbt/LLMs-from-scratch

    Implement a ChatGPT-like LLM in PyTorch from scratch, step by step

    Jupyter Notebook

  6. kubernetes-the-hard-way kubernetes-the-hard-way Public

    Forked from kelseyhightower/kubernetes-the-hard-way

    Bootstrap Kubernetes the hard way. No scripts.