data-engineering (23 lessons)

Block 3: Calendar Optimization & Phase 4 Lessons

Artemis 8 lessons data-engineering

Block 1

Artemis 11 lessons data-engineering

Lessons Planned

Future lessons identified from the Claude Code usage insights analysis (64 sessions, 150 commits, May 2026). These are p...

Artemis data-engineering

Design System Migration

Migrating an existing multi-page site to a design system is a page-by-page operation, not a big-bang rewrite. The design...

Certification data-engineering

XML to JSON Migration

When migrating a live data format (XML to JSON), the key risk is not the conversion itself — it's proving that the new f...

Certification data-engineering

Idempotent Pipeline Design

Data pipelines fail — downloads timeout, parsers hit unexpected formats, database connections drop. Idempotency (running...

JobClass data-engineering

Multi-Vintage Query Pitfalls

Once a warehouse holds multiple vintages of the same dataset, every query must explicitly decide whether it wants the la...

JobClass data-engineering

The Multi-Vintage Challenge

When loading multiple vintages of the same dataset, dimension tables must deduplicate on business key alone — not on bus...

JobClass data-engineering