Sscreshinscresh.hashnode.dev·Aug 15 · 7 min readRecovering Two-Phase Commits with SQLAlchemyA database transaction can keep related changes consistent within one database. Once a business operation spans several databases, the application must also handle failures between them. Consider movi00
Sscreshinscresh.hashnode.dev·May 28, 2024 · 7 min readValue Objects: Mastering Data Validation in PythonAlthough DDD (Domain-Driven Design) is not widely adopted in the Python community, there are several resources on how to implement this approach in the language. However, relatively few of them focus 00