[…] Tip 💡: If you’re looking to test your Python code, I highly recommend starting with pytest in just 5…
On pytest in 5 minutes
[…] There are several ways to implement factories. The simplest is to use the root Entity constructor. It’s OK when…
On Factory Design Pattern
[…] More details on how to backup and restore the blog here. […]
On How to Backup and Restore WordPress blog
[…] we think about Domain Driven Design, what things do come first in mind? Is it Entities, Value Types, Aggregate…
On Simple Domain-Driven Design – Building Blocks
[…] Builder and Factory design patterns help with objects instantiation, however how they are different and when to use […]
On Factory Design Pattern
[…] More on how to make your automated tests awesome here. […]
On How to make tests AWESOME
Thanks, I have never seen someone explain this perfectly.
On Simple Domain-Driven Design – Building Blocks
[…] Event Sourcing is a pattern when everything that happens in a system is an event. All events are stored in the…
On Simple Domain-Driven Design – Building Blocks
[…] We can code this ourselves, but pytest has amazing autouse fixtures. You can read more about it here. We…
On pytest in 5 minutes
[…] of and many other aspects. If you need a quick refresher or intro to DDD, then you may refer…
On Simple Domain-Driven Design – Building Blocks