Categories

engineering

The Role of dbt in Modern Data Transformation

4 minute read

dbt has become the standard for data transformation in modern data platforms. This article covers what makes dbt powerful, how to structure a dbt project, an...

Code Control in Data Platforms

2 minute read

Effective code control is the foundation of reliable data platforms. This covers Git branching strategies, code review practices, and how to apply them in da...

CI/CD for Data Platforms

2 minute read

CI/CD for data platforms goes beyond code deployment — it includes testing data quality, schema validation, and safe pipeline promotion. Here’s how to do it ...

Back to Top ↑

architecture

Understanding the Medallion Architecture

2 minute read

The Medallion Architecture organises data into Bronze, Silver, and Gold layers to progressively improve quality and accessibility. Learn how to implement it ...

Back to Top ↑

platform-engineering

Platform Engineering at Scale

2 minute read

Platform engineering is about enabling developer productivity through shared, self-service infrastructure. At scale, this requires automation, governance, an...

Back to Top ↑

data-quality

Back to Top ↑