home.social

#swarch — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #swarch, aggregated by home.social.

  1. Reposting from Kiva Journal‬:
    Looking for funding for your Southwestern archaeological or historical research? AAHS offers research grants up to $1,400 and travel grants up to $700. Applications accepted between January 1st and February 15th!
    aahs1916.org/grant/research-an

    #SouthwestArchaeology #ResearchGrant #SWArch #Funding

  2. Reposting from Kiva Journal‬:
    Looking for funding for your Southwestern archaeological or historical research? AAHS offers research grants up to $1,400 and travel grants up to $700. Applications accepted between January 1st and February 15th!
    aahs1916.org/grant/research-an

    #SouthwestArchaeology #ResearchGrant #SWArch #Funding

  3. Reposting from Kiva Journal‬:
    Looking for funding for your Southwestern archaeological or historical research? AAHS offers research grants up to $1,400 and travel grants up to $700. Applications accepted between January 1st and February 15th!
    aahs1916.org/grant/research-an

    #SouthwestArchaeology #ResearchGrant #SWArch #Funding

  4. Reposting from Kiva Journal‬:
    Looking for funding for your Southwestern archaeological or historical research? AAHS offers research grants up to $1,400 and travel grants up to $700. Applications accepted between January 1st and February 15th!
    aahs1916.org/grant/research-an

    #SouthwestArchaeology #ResearchGrant #SWArch #Funding

  5. Reposting from Kiva Journal‬:
    Looking for funding for your Southwestern archaeological or historical research? AAHS offers research grants up to $1,400 and travel grants up to $700. Applications accepted between January 1st and February 15th! aahs1916.org/grant/resear...
    #SouthwestArchaeology #ResearchGrant #SWArch #Funding

  6. Reposting from Kiva Journal:
    Researchers analyze a dog burial from the Kipp site using morphology and isotope analyses. Discover the insights gained on how the dog’s diet may have reflected the dietary practices of the people at Kipp. #SWArch #Kipp #NewMexico #ArchaeologyDogs buff.ly/4fbRvMS

  7. Reposting from Kiva Journal:
    Researchers analyze a dog burial from the Kipp site using morphology and isotope analyses. Discover the insights gained on how the dog’s diet may have reflected the dietary practices of the people at Kipp. #SWArch #Kipp #NewMexico #ArchaeologyDogs buff.ly/4fbRvMS

  8. Reposting from Kiva Journal:
    Researchers analyze a dog burial from the Kipp site using morphology and isotope analyses. Discover the insights gained on how the dog’s diet may have reflected the dietary practices of the people at Kipp. #SWArch #Kipp #NewMexico #ArchaeologyDogs buff.ly/4fbRvMS

  9. Sometimes it’s best not to overdo the "DDD" when shaping the boundaries in your software architecture.

    Using techniques like EventStorming you might achieve a clear conceptual model with well defined subdomains that domain experts agree with.

    But it’s also important to analyse data flows: What information does a subdomain need from other subdomains to apply rules and make decisions?

    Recently I hit this scenario...

    1/2

    **#ddDesign #ddd #swArch #eda**

  10. Sometimes it’s best not to overdo the "DDD" when shaping the boundaries in your software architecture.

    Using techniques like EventStorming you might achieve a clear conceptual model with well defined subdomains that domain experts agree with.

    But it’s also important to analyse data flows: What information does a subdomain need from other subdomains to apply rules and make decisions?

    Recently I hit this scenario...

    1/2

    **#ddDesign #ddd #swArch #eda**

  11. Sometimes it’s best not to overdo the "DDD" when shaping the boundaries in your software architecture.

    Using techniques like EventStorming you might achieve a clear conceptual model with well defined subdomains that domain experts agree with.

    But it’s also important to analyse data flows: What information does a subdomain need from other subdomains to apply rules and make decisions?

    Recently I hit this scenario...

    1/2

    ** **

  12. Sometimes it’s best not to overdo the "DDD" when shaping the boundaries in your software architecture.

    Using techniques like EventStorming you might achieve a clear conceptual model with well defined subdomains that domain experts agree with.

    But it’s also important to analyse data flows: What information does a subdomain need from other subdomains to apply rules and make decisions?

    Recently I hit this scenario...

    1/2

    **#ddDesign #ddd #swArch #eda**

  13. Sometimes it’s best not to overdo the "DDD" when shaping the boundaries in your software architecture.

    Using techniques like EventStorming you might achieve a clear conceptual model with well defined subdomains that domain experts agree with.

    But it’s also important to analyse data flows: What information does a subdomain need from other subdomains to apply rules and make decisions?

    Recently I hit this scenario...

    1/2

    **#ddDesign #ddd #swArch #eda**

  14. - are there any business rules or calculations that span all of this data?

    - does all of this data need to always be consistent?

    If you answer "no" to both, you should consider aggregating the data in the UI or a BFF.

    But you may also need to do advanced searching across the combined data. This could push you towards a single subsystem although a separate search-oriented subsystem is a common option (especially as you need to search across more diverse data).

    2/2

    #ddd #ddDesign #swArch

  15. - are there any business rules or calculations that span all of this data?

    - does all of this data need to always be consistent?

    If you answer "no" to both, you should consider aggregating the data in the UI or a BFF.

    But you may also need to do advanced searching across the combined data. This could push you towards a single subsystem although a separate search-oriented subsystem is a common option (especially as you need to search across more diverse data).

    2/2

    #ddd #ddDesign #swArch

  16. - are there any business rules or calculations that span all of this data?

    - does all of this data need to always be consistent?

    If you answer "no" to both, you should consider aggregating the data in the UI or a BFF.

    But you may also need to do advanced searching across the combined data. This could push you towards a single subsystem although a separate search-oriented subsystem is a common option (especially as you need to search across more diverse data).

    2/2

  17. - are there any business rules or calculations that span all of this data?

    - does all of this data need to always be consistent?

    If you answer "no" to both, you should consider aggregating the data in the UI or a BFF.

    But you may also need to do advanced searching across the combined data. This could push you towards a single subsystem although a separate search-oriented subsystem is a common option (especially as you need to search across more diverse data).

    2/2

    #ddd #ddDesign #swArch

  18. - are there any business rules or calculations that span all of this data?

    - does all of this data need to always be consistent?

    If you answer "no" to both, you should consider aggregating the data in the UI or a BFF.

    But you may also need to do advanced searching across the combined data. This could push you towards a single subsystem although a separate search-oriented subsystem is a common option (especially as you need to search across more diverse data).

    2/2

    #ddd #ddDesign #swArch

  19. Should you design APIs based on what you (the owning team) think is the best way to expose your domain, or do you make compromises based on the needs of your API's consumers?

    (API here refers to any element of the public contract of your service/subsystem/app/domain/context, such as HTTP endpoints or events.)

    #ddDesign #ddd #domainDrivenDesign #api #swArch

  20. Should you design APIs based on what you (the owning team) think is the best way to expose your domain, or do you make compromises based on the needs of your API's consumers?

    (API here refers to any element of the public contract of your service/subsystem/app/domain/context, such as HTTP endpoints or events.)

    #ddDesign #ddd #domainDrivenDesign #api #swArch

  21. Should you design APIs based on what you (the owning team) think is the best way to expose your domain, or do you make compromises based on the needs of your API's consumers?

    (API here refers to any element of the public contract of your service/subsystem/app/domain/context, such as HTTP endpoints or events.)

  22. Should you design APIs based on what you (the owning team) think is the best way to expose your domain, or do you make compromises based on the needs of your API's consumers?

    (API here refers to any element of the public contract of your service/subsystem/app/domain/context, such as HTTP endpoints or events.)

    #ddDesign #ddd #domainDrivenDesign #api #swArch

  23. Should you design APIs based on what you (the owning team) think is the best way to expose your domain, or do you make compromises based on the needs of your API's consumers?

    (API here refers to any element of the public contract of your service/subsystem/app/domain/context, such as HTTP endpoints or events.)

    #ddDesign #ddd #domainDrivenDesign #api #swArch

  24. I had a good day at the Global Software Architecture Summit in Barcelona.

    The highlights for me were Sonya Natanzon talking about architectural decision making and @vladikk talking about coupling and complexity.

    I've also enjoyed meeting so many new and familiar people. I'm sorry that I didn't have time to spend with everyone but I tried my best.

    #gsas2023 #softwareArchitecture #swArch

  25. I had a good day at the Global Software Architecture Summit in Barcelona.

    The highlights for me were Sonya Natanzon talking about architectural decision making and @vladikk talking about coupling and complexity.

    I've also enjoyed meeting so many new and familiar people. I'm sorry that I didn't have time to spend with everyone but I tried my best.

    #gsas2023 #softwareArchitecture #swArch

  26. I had a good day at the Global Software Architecture Summit in Barcelona.

    The highlights for me were Sonya Natanzon talking about architectural decision making and @vladikk talking about coupling and complexity.

    I've also enjoyed meeting so many new and familiar people. I'm sorry that I didn't have time to spend with everyone but I tried my best.

  27. I had a good day at the Global Software Architecture Summit in Barcelona.

    The highlights for me were Sonya Natanzon talking about architectural decision making and @vladikk talking about coupling and complexity.

    I've also enjoyed meeting so many new and familiar people. I'm sorry that I didn't have time to spend with everyone but I tried my best.

    #gsas2023 #softwareArchitecture #swArch

  28. I had a good day at the Global Software Architecture Summit in Barcelona.

    The highlights for me were Sonya Natanzon talking about architectural decision making and @vladikk talking about coupling and complexity.

    I've also enjoyed meeting so many new and familiar people. I'm sorry that I didn't have time to spend with everyone but I tried my best.

    #gsas2023 #softwareArchitecture #swArch

  29. Looking forward to our next in-person DDD London meet-up on the 10th August.

    A huge thank you to Schroders for hosting the event and making it possible.

    On the night, we’ll have talks from Michael Plöd and Yevgen Nebesov 🇺🇦, along with plenty of chances to network and socialise.

    Hope to see you there.

    #domainDrivenDesign #softwareArchitecture #teamTopologies #dddesign #swarch #meetup #london

    meetup.com/dddlondon/

  30. Looking forward to our next in-person DDD London meet-up on the 10th August.

    A huge thank you to Schroders for hosting the event and making it possible.

    On the night, we’ll have talks from Michael Plöd and Yevgen Nebesov 🇺🇦, along with plenty of chances to network and socialise.

    Hope to see you there.

    #domainDrivenDesign #softwareArchitecture #teamTopologies #dddesign #swarch #meetup #london

    meetup.com/dddlondon/

  31. Looking forward to our next in-person DDD London meet-up on the 10th August.

    A huge thank you to Schroders for hosting the event and making it possible.

    On the night, we’ll have talks from Michael Plöd and Yevgen Nebesov 🇺🇦, along with plenty of chances to network and socialise.

    Hope to see you there.

    meetup.com/dddlondon/

  32. Looking forward to our next in-person DDD London meet-up on the 10th August.

    A huge thank you to Schroders for hosting the event and making it possible.

    On the night, we’ll have talks from Michael Plöd and Yevgen Nebesov 🇺🇦, along with plenty of chances to network and socialise.

    Hope to see you there.

    #domainDrivenDesign #softwareArchitecture #teamTopologies #dddesign #swarch #meetup #london

    meetup.com/dddlondon/

  33. Looking forward to our next in-person DDD London meet-up on the 10th August.

    A huge thank you to Schroders for hosting the event and making it possible.

    On the night, we’ll have talks from Michael Plöd and Yevgen Nebesov 🇺🇦, along with plenty of chances to network and socialise.

    Hope to see you there.

    #domainDrivenDesign #softwareArchitecture #teamTopologies #dddesign #swarch #meetup #london

    meetup.com/dddlondon/

  34. I'm very happy to announce another in-person DDD London meetup, scheduled for the 4th September.

    We are honoured to welcome Wolfgang Goebl, who will be talking about a very interesting topic, and one that is relevant to many organizations at the moment: how to connect Domain-Driven Design and Organization Design.

    Hope to see you there for another great evening of learning and socializing.

    #london #meetup #swarch #orgdesign #dddesign

    meetup.com/dddlondon/events/29

  35. I'm very happy to announce another in-person DDD London meetup, scheduled for the 4th September.

    We are honoured to welcome Wolfgang Goebl, who will be talking about a very interesting topic, and one that is relevant to many organizations at the moment: how to connect Domain-Driven Design and Organization Design.

    Hope to see you there for another great evening of learning and socializing.

    #london #meetup #swarch #orgdesign #dddesign

    meetup.com/dddlondon/events/29

  36. I'm very happy to announce another in-person DDD London meetup, scheduled for the 4th September.

    We are honoured to welcome Wolfgang Goebl, who will be talking about a very interesting topic, and one that is relevant to many organizations at the moment: how to connect Domain-Driven Design and Organization Design.

    Hope to see you there for another great evening of learning and socializing.

    meetup.com/dddlondon/events/29

  37. I'm very happy to announce another in-person DDD London meetup, scheduled for the 4th September.

    We are honoured to welcome Wolfgang Goebl, who will be talking about a very interesting topic, and one that is relevant to many organizations at the moment: how to connect Domain-Driven Design and Organization Design.

    Hope to see you there for another great evening of learning and socializing.

    #london #meetup #swarch #orgdesign #dddesign

    meetup.com/dddlondon/events/29

  38. I'm very happy to announce another in-person DDD London meetup, scheduled for the 4th September.

    We are honoured to welcome Wolfgang Goebl, who will be talking about a very interesting topic, and one that is relevant to many organizations at the moment: how to connect Domain-Driven Design and Organization Design.

    Hope to see you there for another great evening of learning and socializing.

    #london #meetup #swarch #orgdesign #dddesign

    meetup.com/dddlondon/events/29

  39. Two new chapters of my book Architecture Modernization have just gone live.

    - Chapter 15: Architecture Modernization Enabling Teams

    - Chapter 16: Strategy and roadmaps

    These chapters include industry examples from @joaorosa, Scott Millett and David Gebhardt & Christoph Springer.

    livebook.manning.com/book/arch

    #swarch #architecturemodernization #archmodernization

  40. Two new chapters of my book Architecture Modernization have just gone live.

    - Chapter 15: Architecture Modernization Enabling Teams

    - Chapter 16: Strategy and roadmaps

    These chapters include industry examples from @joaorosa, Scott Millett and David Gebhardt & Christoph Springer.

    livebook.manning.com/book/arch

    #swarch #architecturemodernization #archmodernization

  41. Two new chapters of my book Architecture Modernization have just gone live.

    - Chapter 15: Architecture Modernization Enabling Teams

    - Chapter 16: Strategy and roadmaps

    These chapters include industry examples from @joaorosa, Scott Millett and David Gebhardt & Christoph Springer.

    livebook.manning.com/book/arch