#domainmodel результаты поиска
[Blog] TDM: I'm temporal #EventSourcing #DDD #DomainModel #TopDomainModel blog.scooletz.com/2017/05/01/top…
[Blog] Top Domain Model #EventSourcing #DDD #DomainModel #TopDomainModel blog.scooletz.com/2017/04/24/top…
[Blog] TDM: I've been pivoting all night long #EventSourcing #DDD #DomainModel… blog.scooletz.com/2017/05/08/top…
when the SMEs bring the business concepts, the devs bring teh tech and paradigms they meetup at the #domainModel they converse in the #ubiquitousLanguage then they collab to produce dope software #ddDesign
Read about entities inside the #domainmodel goo.gl/8QFTbH @danbjson @DanielDeogun @DanielSawano #DDD
❓How tackle eventsourcing at scale successfully ?? D-8: Come and See David Schmitz @koenighotze "Event Sourcing - You are doing it wrong": buff.ly/312ratz ➡️ A few tickets left: buff.ly/2JK3YtB #microservices #domainmodel #EventSourcing #EventDriven
Nobody cares about content. Your client needs to scratch an itch, perform a task. Get to know the domain, the words they use and how they’re related. That’s the focus of your content strategy and the start/map of your IA @MikeAtherton #domainmodel #ontology #Omnix19
What's your favorite tool chain to solve tricky programming tasks? Mine is paper & a pencil... #DomainModel @Sclable
[BLOG] Domain-Driven Design & Enterprise Architecture ow.ly/V8hIn #entarch #domainmodel @soniavaessler
Proposing a method to automatically generate source code files from a use case model and a domain class diagram named #USLSCG: “Automated #CodeGeneration from Use cases and the #DomainModel” by Minh-Hue Chu, Anh-Hien Dao. ACSIS Vol. 33 p. 75–81; tinyurl.com/yc6j4ffa
NEW #muCon London 2019 #SkillsCast: @mufridk shares the experiences he and his team encountered while developing patient record systems for Norwegian hospitals, using a domain model in a multi-language environment. Click here for video: bit.ly/2WcGxNu #domainmodel #ddd
Want to learn how you can apply #DDD & put the #DomainModel to work? Join @ziobrando's workshop on 20-23rd Feb bit.ly/2kWdwaP
Keen to learn about strong #DomainModel & programming best practices? Join @ziobrando workshop on 20-23rd Feb bit.ly/2kI6R17
Domain Modeling is always a fun exercise #DomainModel #SoftwareEngineering #programming #rubyonrails
Join us at #mucon for a fast and concise lightning talk with @mufridk! Learn how to bridge the gap in domain models within multi-language environments. Grab your ticket here: bit.ly/30g5zyK #domainmodel #ubiquitouslanguage #architecture #ddd
"Developing a Good #DomainModel for a complex business problem is difficult but wonderfully satisfying." @martinfowler #PEAA
🤔 In Domain-Driven Design, should you create small aggregates that only enforce necessary invariants, even if it means duplicating roots? Or stick with one large aggregate, risking resource waste? Balance is key! #DDD #SoftwareArchitecture #DomainModel ift.tt/VKakvPy
Understand the Domain: Start by deeply understanding your legacy system's domain. This involves identifying the business entities, processes, and rules. Use this knowledge to map out your existing system's domain model. #DomainModel #LegacyUnderstanding
Unit Testing: Focus on testing individual units of your domain model - entities, value objects, and domain services. Ensure they behave correctly in isolation. #UnitTests #DomainModel
Define Bounded Contexts: Break down your system into areas where business terms are uniformly understood. Each context should have its own model. #BoundedContext #DomainModel
Implementing an ACL isn't just about data translation; it's about preserving your domain's ubiquitous language. Each interaction with the legacy system should be mapped to your domain's terms. #UbiquitousLanguage #DomainModel
What is a domain model is and how to create one that works well with an #API? Well it is like a map for your web app, showing the data you have, how it's related, and what can be done with it. Check out this article to create a well-designed #DomainModel bit.ly/3UrzqCJ
@AndreaBizzotto I also wonder why models need to contain serialization logic. What if the app does not use a network at all? Is it for local database storage or future extensions? Or is it for testing purposes? I would love to hear your thoughts on this. #domainmodel
@AndreaBizzotto I agree with your statement that models should be always immutable. It makes them more consistent and reliable. But I wonder how you came up with this rule and why other companies don’t follow it. Do they have different trade-offs or challenges? #domainmodel
Look at the different strategies for #DomainModel Validation when using #Either. By @PoisonedYouth droidcon.com/2023/08/14/dif…
Discovering the Domain Architecture | Microsoft Press Store microsoftpressstore.com/articles/artic… #DDD #DomainModel #Layering
Domain Modeling is always a fun exercise #DomainModel #SoftwareEngineering #programming #rubyonrails
Als bijna jaarlijkse traditie gaf collega Patrick Durant opnieuw zijn knowledge night “domain modelling”. 💡 Eerst even de theorie herhalen om daarna zelf aan de slag te gaan met een domeinmodel voor de fictieve app “ThumbsUp”. 👍 #DomainModel #KnowledgeNight #KnowledgeSharing
Domain Specific Languages aviontechnology.net/domain-specifi… #notation #domainmodel #Serialisation #visualstudio
A deployment unit encapsulates part, or whole, or multiple #DomainModel implementations. A #DomainModel implementation can be divided in one or multiple modules (Module is one of #DDDesign tactical building blocks)
A #BoundedContext is the Context of usage of a #DomainModel with a surrounding Boundary indicating what is in context or not. The Context is people and their productions driven by the model.
I've done a talk some months ago at @swcraftlyon #DDDesign meetup, using some definitions about #DomainModel from an extracted article of @danbjson, @DanielDeogun and @DanielSawano #securebydesign @ManningBooks, and #BoundedContext also (see pics below)
@magalyazevedo @AvivaCanadaTech @SmithDebbie @benisotta #hackathon #domainmodel @AvivaCanada @AvivaInnovation
[Blog] TDM: I'm temporal #EventSourcing #DDD #DomainModel #TopDomainModel blog.scooletz.com/2017/05/01/top…
[Blog] Top Domain Model #EventSourcing #DDD #DomainModel #TopDomainModel blog.scooletz.com/2017/04/24/top…
Read about entities inside the #domainmodel goo.gl/8QFTbH @danbjson @DanielDeogun @DanielSawano #DDD
[Blog] TDM: I've been pivoting all night long #EventSourcing #DDD #DomainModel… blog.scooletz.com/2017/05/08/top…
This is where #DDD and Philosophy meet. In 1967 Karl Popper introduced the concept of the "3 worlds" we all live on as a way of looking at reality. A #DomainModel is an example of World 3
Proposing a method to automatically generate source code files from a use case model and a domain class diagram named #USLSCG: “Automated #CodeGeneration from Use cases and the #DomainModel” by Minh-Hue Chu, Anh-Hien Dao. ACSIS Vol. 33 p. 75–81; tinyurl.com/yc6j4ffa
Want to learn how you can apply #DDD & put the #DomainModel to work? Join @ziobrando's workshop on 20-23rd Feb bit.ly/2kWdwaP
Keen to learn about strong #DomainModel & programming best practices? Join @ziobrando workshop on 20-23rd Feb bit.ly/2kI6R17
I've done a talk some months ago at @swcraftlyon #DDDesign meetup, using some definitions about #DomainModel from an extracted article of @danbjson, @DanielDeogun and @DanielSawano #securebydesign @ManningBooks, and #BoundedContext also (see pics below)
What's your favorite tool chain to solve tricky programming tasks? Mine is paper & a pencil... #DomainModel @Sclable
❓How tackle eventsourcing at scale successfully ?? D-8: Come and See David Schmitz @koenighotze "Event Sourcing - You are doing it wrong": buff.ly/312ratz ➡️ A few tickets left: buff.ly/2JK3YtB #microservices #domainmodel #EventSourcing #EventDriven
[BLOG] Domain-Driven Design & Enterprise Architecture ow.ly/V8hIn #entarch #domainmodel @soniavaessler
NEW #muCon London 2019 #SkillsCast: @mufridk shares the experiences he and his team encountered while developing patient record systems for Norwegian hospitals, using a domain model in a multi-language environment. Click here for video: bit.ly/2WcGxNu #domainmodel #ddd
Combining #DDDesign and #HexagonalArchitecture, I traditionally have 4 layers in my #DomainModel implementations: Definition, Persistence, Boundary and Infrastructure. Adapters are in: - Persistence: data owned by the model - Boundary: incoming model usage, needed ext. models 1/2
Join us at #mucon for a fast and concise lightning talk with @mufridk! Learn how to bridge the gap in domain models within multi-language environments. Grab your ticket here: bit.ly/30g5zyK #domainmodel #ubiquitouslanguage #architecture #ddd
Nobody cares about content. Your client needs to scratch an itch, perform a task. Get to know the domain, the words they use and how they’re related. That’s the focus of your content strategy and the start/map of your IA @MikeAtherton #domainmodel #ontology #Omnix19
when the SMEs bring the business concepts, the devs bring teh tech and paradigms they meetup at the #domainModel they converse in the #ubiquitousLanguage then they collab to produce dope software #ddDesign
Something went wrong.
Something went wrong.
United States Trends
- 1. Good Thursday 25.1K posts
- 2. Happy Friday Eve N/A
- 3. #thursdayvibes 1,908 posts
- 4. #Talus_Labs N/A
- 5. #thursdaymotivation 1,156 posts
- 6. Luka 73.1K posts
- 7. #ThursdayThoughts 1,207 posts
- 8. Lakers 83.4K posts
- 9. #River 4,398 posts
- 10. Wemby 28.2K posts
- 11. Vatican 10.8K posts
- 12. Unplanned 6,159 posts
- 13. Captain Kangaroo 1,226 posts
- 14. Marcus Smart 6,704 posts
- 15. Blazers 9,632 posts
- 16. Russ 11.8K posts
- 17. Richard 46.4K posts
- 18. Ayton 17.8K posts
- 19. Shabbat 7,156 posts
- 20. Shroud 5,860 posts