Mr. K Talks Tech

Mr. K Talks Tech

Creator
0 followers

Azure‑focused data engineering tutorials, architecture breakdowns, and DE terminology explained via videos/shorts

Stream Processing Explained in 2 Minutes
VideoMar 19, 2026

Stream Processing Explained in 2 Minutes

The video introduces stream processing as a fundamentally different paradigm from traditional batch analytics, emphasizing that data is handled the moment it arrives rather than waiting for scheduled aggregation. It frames the concept through vivid analogies—a hospital heart‑rate monitor and...

By Mr. K Talks Tech
Batch Processing Explained in 2 Minutes
VideoMar 3, 2026

Batch Processing Explained in 2 Minutes

Batch processing aggregates data over a defined time window before executing a single job, as illustrated by bank reconciliation and payroll cycles. In practice, batch jobs run on schedules ranging from every 15 minutes to weekly, offering predictability and cost efficiency....

By Mr. K Talks Tech
ETL Explained in 2 Minutes
VideoFeb 18, 2026

ETL Explained in 2 Minutes

The video “ETL Explained in 2 Minutes” breaks down the extract‑transform‑load process using a food‑factory analogy, illustrating how raw data from disparate sources must be cleaned before reaching a warehouse. It outlines the three stages: extraction from transactional databases, APIs or...

By Mr. K Talks Tech
The Core Storage and Architecture of Data Engineering - Explained in 10 Minutes
VideoFeb 9, 2026

The Core Storage and Architecture of Data Engineering - Explained in 10 Minutes

The video walks through the foundational storage paradigms and architectural patterns that underpin modern data engineering platforms, from raw data lakes to structured warehouses and the emerging lakehouse model. It explains that data lakes—often implemented with Azure Data Lake Storage or...

By Mr. K Talks Tech
OLTP vs OLAP Explained in 2 Minutes
VideoFeb 5, 2026

OLTP vs OLAP Explained in 2 Minutes

The video explains the fundamental distinction between online transaction processing (OLTP) and online analytical processing (OLAP) using a supermarket analogy. It shows how a checkout counter represents OLTP—rapid, accurate updates to inventory and payments—while end‑of‑day sales reports illustrate OLAP’s focus...

By Mr. K Talks Tech
Medallion Architecture Explained in 2 Minutes
VideoFeb 3, 2026

Medallion Architecture Explained in 2 Minutes

The video introduces the medallion architecture, a data‑engineering pattern that organizes datasets into three progressive layers—bronze, silver, and gold—to avoid overwriting raw inputs. It stresses that ingesting data should not be cleaned in a single pass because doing so erodes flexibility,...

By Mr. K Talks Tech