Data Engineering

ETL, pipelines, architecture concepts

Database vs Data Warehouse and Dedicated vs Serverless SQL Pool in Azure: The Complete Guide

Master the differences between databases and data warehouses, OLTP vs OLAP, normalized vs star schema, row vs columnar storage. Plus detailed Dedicated vs Serverless SQL Pool comparison with cost calculations, decision framework, and real-world scenarios.

Database vs Data Warehouse and Dedicated vs Serverless SQL Pool in Azure: The Complete Guide Read More »

Building an SCD Type 2 Pipeline in Azure Synapse Data Flows: Full History with Hash-Based Change Detection

Build a complete SCD Type 2 pipeline using Synapse Data Flows. Every transformation explained: hash generation, lookup, conditional split, parallel expire+insert paths, dual sinks. Includes surrogate key strategy, first-run vs subsequent-run walkthroughs, point-in-time queries, and common errors.

Building an SCD Type 2 Pipeline in Azure Synapse Data Flows: Full History with Hash-Based Change Detection Read More »

SCD Type 1 Pipeline with Hash-Based Change Detection in Azure Synapse: Every Activity Explained

Build an SCD Type 1 pipeline with SHA-256 hash-based change detection using Synapse Data Flows. Every transformation explained: Source, Derived Column (hash), Select (SRC_ prefix), Lookup (left outer), Conditional Split (new/changed/unchanged), Alter Row (insert/update), Union, and Sink. Includes audit trail design, idempotency, and first-run vs subsequent-run walkthroughs.

SCD Type 1 Pipeline with Hash-Based Change Detection in Azure Synapse: Every Activity Explained Read More »

Azure Synapse Analytics Workspace Setup Guide: From Creation to Your First Pipeline

Complete guide to setting up Azure Synapse Analytics. Covers workspace creation, Synapse Studio walkthrough, Serverless SQL Pool, Dedicated SQL Pool, Spark Pool, building your first pipeline, Git integration, Managed VNet, RBAC roles, cost management, and when to use Synapse vs standalone ADF.

Azure Synapse Analytics Workspace Setup Guide: From Creation to Your First Pipeline Read More »

Cloud Computing Explained: On-Premises, Public, Private, Hybrid, IaaS, PaaS, SaaS, and the Shared Responsibility Model

Master cloud computing fundamentals. On-premises vs Public vs Private vs Hybrid cloud, IaaS vs PaaS vs SaaS with the pizza analogy, the Shared Responsibility Model across all service models, CapEx vs OpEx, Azure services mapped to each model, and real-world migration scenarios.

Cloud Computing Explained: On-Premises, Public, Private, Hybrid, IaaS, PaaS, SaaS, and the Shared Responsibility Model Read More »

Data File Formats in Azure Explained: CSV, Parquet, Delta, Avro, ORC, and JSON — When to Use Each

Master every data file format in Azure. CSV, JSON, Parquet, Delta Lake, Avro, and ORC compared with real-life analogies. Covers row vs column orientation, compression algorithms, schema evolution, small files problem, Medallion architecture format selection, and Delta Lake deep dive with ACID, time travel, MERGE, and OPTIMIZE.

Data File Formats in Azure Explained: CSV, Parquet, Delta, Avro, ORC, and JSON — When to Use Each Read More »

Understanding Azure Data Factory JSON: Pipelines, Datasets, Linked Services, and Triggers Decoded

Decode every JSON structure in Azure Data Factory. Covers Linked Services, Datasets, Pipelines (simple copy, metadata-driven, incremental, audit logging), Triggers, Integration Runtimes, and Data Flows. Learn to read, edit, and troubleshoot ADF JSON for Git integration and CI/CD.

Understanding Azure Data Factory JSON: Pipelines, Datasets, Linked Services, and Triggers Decoded Read More »

Scroll to Top