by Organisers @virtualddd | Jul 22, 2024
Short description Even is sometime is core now, keep it as a seperate boundry anyway. Examples one option is to have a discovery context which have search catalog and recommendations. But if you know that one of those things is going to be a key part of the business...
by Organisers @virtualddd | Jul 22, 2024
Short description Examples Context Use these at a strategic level when defining bounded context. When you want to seperate core domains from supporting and generic subdomains
by Organisers @virtualddd | Jul 22, 2024
Short description Sometimes dependencies are so generic that you don't want to invest time in it and you can either buy them off the shelf or use a SaaS functionality. You only oursource when there is enough competition in that market Examples Payment providers...
by Organisers @virtualddd | Jul 22, 2024
Short description When looking for boundries you can group things that make money and things that don't make money but provide some value to the user. Examples google has a search engine, but makes money out of ads. They don't get money from their users, but...
by Organisers @virtualddd | Jul 22, 2024
Short description When your domain model does not change quickly you can decide to use a ORM mapping framework (for instance: JPA, EntityFramework) in your domain. This way we don't need to create mapping between the domain model and the repository model....