Architecture
Reading Notes: Architecture Patterns with Python
→ 日本語版を読む<https://amzn.asia/d/0bk87uT:Architecture Patterns with Python>
This was the best technical book of 2024.
You can learn about the practice of DDD and Clean Architecture using Python as the subject.
Many books simply introduce concepts, but this book allows you to learn from actual code using TDD, and in Python at that.
I particularly learned a lot from the implementation of architecture patterns.
-
Domain objects
- Value Objects
- Entities
- Aggregates
-
Architecture patterns
- Repository pattern
- Unit of Work pattern
- Messaging Bus
- CQRS