Skip to content
View ashabaik's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ashabaik

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

Hi, I'm Ahmed

Data engineer from Cairo. I spend most of my time building data platforms and ETL/ELT pipelines β€” currently at VOIS (Vodafone Intelligent Solutions) working on large-scale telecom data. Before that I built the enterprise data platform for Leejam Sports Company (Fitness Time) in Saudi Arabia, and I've done freelance data work on the side, including a six-month ETL project for the World Health Organization covering Egypt, Sudan and Gaza response data.

What I work with

Microsoft Fabric is my main stack these days β€” Lakehouse, Warehouse, Data Factory, notebooks, the whole platform. Around that: PySpark, Python, SQL, AWS (S3, Lambda, Glue), GCP (BigQuery), PostgreSQL, SQL Server, Oracle, MongoDB, and Power BI for the reporting side.

Projects here

  • fabric-enterprise-dwh-pipeline β€” architecture write-up of an enterprise data warehouse pipeline I built on Fabric: source systems to landing zone to star schema, with audit tracking
  • health-metrics-ocr-pipeline β€” Fabric notebook pipeline that turns body-composition report images into warehouse tables using Azure AI Vision OCR, with checkpoint-based incremental loading
  • bosta-secure-data-pipeline β€” case study on securing an ETL flow on AWS: KMS encryption, PII masking, IAM role separation
  • koinz-case-study β€” incremental Spark job syncing PostgreSQL to ClickHouse on a 30-minute schedule
  • data-engineering-practice β€” practice scripts and experiments (S3 ETL, sales data warehouse loads, MongoDB)

I also build web apps when the project is interesting β€” currently maintaining a services platform for Physics Academy (private repo).

Contact

Pinned Loading

  1. bosta-secure-data-pipeline bosta-secure-data-pipeline Public

    Security-focused ETL case study β€” field-level KMS encryption, PII masking, and audit logging on AWS

    Python 1

  2. fabric-enterprise-dwh-pipeline fabric-enterprise-dwh-pipeline Public

    Architecture write-up of an enterprise data warehouse pipeline on Microsoft Fabric β€” landing zone, star schema, incremental refresh, audit tracking

  3. health-metrics-ocr-pipeline health-metrics-ocr-pipeline Public

    OCR pipeline extracting health metrics from body-composition report images β€” Microsoft Fabric, PySpark, Delta Lake, Azure AI Vision

    Python

  4. koinz-case-study koinz-case-study Public

    Incremental ETL syncing PostgreSQL to ClickHouse with Apache Spark on a 30-minute schedule

    Python