artificial-intelligence
Statistical Dreams: The Intimate History of AI
From ancient automatons to the Transformer age, this is the story of how we taught machines to think. We'll dive into breakthroughs like the Perceptron, Backpropagation, and Attention, taking a critical look at AI's origins, its dangers, and where it's headed next.
dagster
Data Engineering With Dagster Part Seven – Event-Driven Pipelines with Sensors
From Passive Pipelines to Reactive Workflows
So far, we’ve scheduled jobs based on time: “Run this every Monday” or
dagster
Data Engineering With Dagster Part Six – Partitioning & Backfills
Learn how to make your pipelines smarter by slicing them into manageable, date-based partitions and handling backfills like a pro.
dagster
Data Engineering With Dagster Part Five – Automating With Schedules
Dagster finally earns its “orchestrator” title - this part dives into jobs, asset selection, cron expressions, and how to wire everything into automated schedules.
dagster
Data Engineering With Dagster – Part Four: Resources, DRY Pipelines, and ETL in Practice
A deeper look at how Dagster handles reusable components like API clients and cloud connectors through resources - with best practices and cookie metaphors baked in.
dagster
Data Engineering With Dagster - Part Three: Definitions and Code Locations
How Dagster uses Definitions and Code Locations to scale cleanly across teams, assets, and environments.
dagster
Data Engineering With Dagster - Part Two: Dependencies, DuckDB, and Geo Heatmaps
Learning to wire assets together, load data into DuckDB, and build heatmaps with real NYC taxi data.
dagster
Data Engineering With Dagster - Part One: A Fresh Take on Orchestration
A student-hacker’s perspective on learning data engineering with Dagster: asset-centric thinking, orchestrator basics, and setting up the mental model.