Tag: architecture
All the articles with the tag "architecture".
-
Normalize Early, Validate Later: Working with Multiple XML Dialects
Why normalizing multiple document formats into a single model at the boundary of your system simplifies everything downstream, from validation rules to testing to adding new formats.
-
Designing for Determinism in Async Processing Pipelines
Patterns for building async pipelines where the same input must always produce the same output, and the subtle ways determinism breaks if you're not careful.