Skip to content
View faqihalamin95's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report faqihalamin95

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

Hi πŸ‘‹ I'm Faqih Al Amin

Turning messy data into slightly less messy data.


🧭 Learning Approach

  • Fundamentals First: Prioritizing core concepts over specific tools.
  • Focused: Building projects to reinforce learning.
  • Documentation: Documenting progress through code and blog posts.

πŸ§ͺ Projects

  • Phase3: SaaS Analytics Pipeline

    End-to-end analytics engineering simulation for a SaaS subscription business.
    The project builds a deterministic data pipeline from synthetic data generation to analytics-ready marts using a layered architecture (raw β†’ staging β†’ foundation β†’ marts).

    It demonstrates dimensional modeling for subscription metrics (MRR, churn, retention, LTV), data quality resilience (schema drift, duplicates, late-arriving data), and gradual scaling from a local PostgreSQL/dbt stack to a cloud pipeline using Snowflake and Airflow.

    Repo:Phase3 SaaS Project

  • Phase2: E-Commerce Data Warehouse Pipeline

    End-to-end data warehouse pipeline built on a real-world e-commerce dataset.
    Raw transactional data is ingested and transformed into analytics-ready marts using a layered architecture (raw β†’ staging β†’ foundation β†’ marts) in PostgreSQL.

    Demonstrates core data engineering practices, including deterministic batch processing, dimensional modeling, idempotent pipelines, and SQL-based transformations.

    Repo:Phase2 E-Commerce Project

  • Phase1: Movie Data Pipeline & Foundation Analysis

    Build a localized ETL pipeline: clean raw movie CSVs using Python, normalize genres, store in SQLite, and analyze popularity metrics.

    Repo:Phase1 Movie Project


πŸ”— Let's Connect!


This profile documents my learning journey and ongoing progress in data engineering.

Pinned Loading

  1. saas-simulationsaas-simulationPublic

    End-to-end SaaS analytics engineering simulation with a deterministic data pipeline from synthetic data generation to analytics-ready marts, demonstrating dimensional modeling, data quality resilie…

    Python

  2. ecommerce-data-pipelineecommerce-data-pipelinePublic

    Reproducible e-commerce data pipeline focused on data engineering fundamentals

    Python

  3. movie-genre-analysismovie-genre-analysisPublic

    A beginner-friendly project exploring popular movie genres from recent years using Python and SQL.

    Python