Specialist in building dashboards, data pipelines, and business-driven analytics, turning raw data into actionable insights for stakeholders.
Production dashboards deployed on Vercel. Click to explore each project live.
End-to-end pipeline design: from raw ingestion to business-ready dashboards.
Capable of designing, building, and maintaining complete data architectures: from source systems and ETL processes through structured relational databases to interactive analytics dashboards for decision-makers.
SQL applied for business insights, KPI tracking, cohort analysis, and data transformation at scale.
-- Monthly Cohort Retention Analysis WITH monthly_activity AS ( SELECT user_id, DATE_TRUNC('month', event_date) AS active_month, COUNT(*) AS total_events FROM events WHERE event_date >= CURRENT_DATE - INTERVAL '6 months' GROUP BY 1, 2 ), first_seen AS ( SELECT user_id, MIN(active_month) AS cohort_month FROM monthly_activity GROUP BY user_id ) SELECT fs.cohort_month, COUNT(DISTINCT fs.user_id) AS cohort_size, COUNT(DISTINCT ma.user_id) AS retained_users, ROUND( COUNT(DISTINCT ma.user_id) * 100.0 / NULLIF(COUNT(DISTINCT fs.user_id), 0), 2 ) AS retention_pct FROM first_seen fs LEFT JOIN monthly_activity ma ON fs.user_id = ma.user_id GROUP BY fs.cohort_month ORDER BY fs.cohort_month;
Technical repositories showcasing data engineering, BI design, and pipeline architecture skills.
Data professional focused on analytics, SQL, and data pipelines. I transform raw, complex data into structured insights that drive business decisions, from designing scalable architectures to deploying interactive dashboards used by executives and managers.
Open to opportunities in data analytics, BI, and data engineering — local or international.
Let's talk →