Week 27, year 2022
- Is keeping dates in UTC really the best solution? - In many projects, the approach to dates is quite nonchalant. People do as they want. When on-premise systems were king, the common problem… [Event-Driven by Oskar Dudycz]
- Legacy Displacement: Revert to Source - Legacy systems often act as integration hubs, ingesting source data to pass on to downstream systems. A new downstream system can decouple itself from legacy by finding the source of data to the legacy and integrating directly to that instead. Ian Cartwright, Rob Horn, and James Lewis describe this Revert to Source pattern, explaining that this part of legacy displacement often also allows a new system to take advantage of upgrades to source data that the legacy had neglected. [Martin Fowler]