✕ Clear all filters
11 articles
▶ Videos →

📰 Dev.to · Philip Hern

11 articles · Updated every 3 hours · View all reads

All Articles 162,618Blog Posts 156,784Tech Tutorials 42,980Research Papers 31,757News 21,122 ⚡ AI Lessons
dbt snapshots: moving from merges to native history
Dev.to · Philip Hern 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4mo ago
dbt snapshots: moving from merges to native history
a guide on using dbt snapshots to track slowly changing dimensions, including lessons learned from migrating away from custom merge strategies.
the future of data engineering workflows with ai
Dev.to · Philip Hern 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4mo ago
the future of data engineering workflows with ai
an exploration of how artificial intelligence is reshaping data engineering workflows, from automated pipelines to intelligent data modeling.
dbt tests
Dev.to · Philip Hern 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4mo ago
dbt tests
a practical guide to dbt tests, with simple examples that catch common data issues before they leak into dashboards and downstream models
dbt docs
Dev.to · Philip Hern 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4mo ago
dbt docs
a practical guide to dbt docs, covering what they generate, how to write useful descriptions, doc blocks, persist_docs, and hosting on github pages
what is sql, and why it still works
Dev.to · Philip Hern 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4mo ago
what is sql, and why it still works
an informational primer on sql, including what it is, a short history, why it matters, and where to use it
the difference between snowflake and the "other" databases
Dev.to · Philip Hern 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 4mo ago
the difference between snowflake and the "other" databases
a beginner-friendly guide for data engineers comparing snowflake to rds and nosql databases, covering scalability, use cases, and learning curves
left join an effective satellite without duplicating rows (use a cte)
Dev.to · Philip Hern 📊 Data Analytics & Business Intelligence ⚡ AI Lesson 5mo ago
left join an effective satellite without duplicating rows (use a cte)
a small data vault 2.0 sql pattern: pre-filter the effective satellite in a cte, then left join the cte so optional links do not multiply grain