I design and build enterprise data warehouses, dimensional models, and BI solutions. From cloud migrations to star schema architectures, I create scalable data platforms that drive business decisions.
Years Experience
Data Models Built
Team Members Led
-- Querying my professional metrics
SELECT
p.name AS Consultant,
COUNT(DISTINCT dm.model_id) AS DataModels,
COUNT(DISTINCT pr.project_id) AS LongTermProjects,
SUM(ft.fact_tables + ft.dim_tables) AS FactDimTables,
COUNT(DISTINCT rp.report_id) AS Reports,
AVG(cr.renewal_rate) AS ClientRenewalRate
FROM dim_professional p
LEFT JOIN fact_data_models dm ON p.person_key = dm.person_key
LEFT JOIN fact_projects pr ON p.person_key = pr.person_key
LEFT JOIN fact_table_development ft ON p.person_key = ft.person_key
LEFT JOIN fact_reports rp ON p.person_key = rp.person_key
LEFT JOIN fact_client_retention cr ON p.person_key = cr.person_key
WHERE p.role = 'BI Architect' AND p.experience_years >= 15
GROUP BY p.name;
Consultant | Data Models |
Long Term Projects |
Fact Dim Tables |
Reports | Client Renewal Rate |
---|---|---|---|---|---|
R-Marq | 4 | 7 | 100+ | 150+ | 90%+ |
A showcase of my best work across different domains
An advanced word puzzle game featuring dynamic board generation, scoring algorithms, and user progress tracking. Built with vanilla JavaScript and a PHP backend for leaderboards.
Interactive chess statistics dashboard with game analysis, rating trends, and performance insights.
Collection of browser-based games including Flying Bird, Sudoku, and Tic-Tac-Toe
Explore Games →Chicago sports leagues matchup system with team management and scheduling
View Platform →I architect enterprise data solutions using Microsoft BI stack, cloud platforms, and dimensional modeling to deliver actionable insights.
Interested in collaborating or have a project in mind? I'm always excited to work on innovative solutions.