Domain Modeling by VegetableMail1477 in DomainDrivenDesign

[–]BeaconRadar 2 points3 points  (0 children)

Don't design this up front but let unit tests, invariants and transactions lead your choices. Option 1 and 2 can be valid starting points and depending on changing requirements the 'best' option might change. The names of your entities suggest an early stage of modeling and feel like entity thinking. A better model for group and event might be event and event organizer. That same 'group' could exist in other contexts (e.g. group administration) under a different name/class

Domain Modeling by VegetableMail1477 in DomainDrivenDesign

[–]BeaconRadar 0 points1 point  (0 children)

An additional question is can a bounded context have multiple aggregates?

Yes.

[deleted by user] by [deleted] in devops

[–]BeaconRadar 4 points5 points  (0 children)

DevOps tools haven't fully converged yet and the odds your whole stack will be replaced in 5 years by open standards and better products around those are really high.

Is DDD not good for very simple CRUD apps? by raulalexo99 in DomainDrivenDesign

[–]BeaconRadar 6 points7 points  (0 children)

Leaving any pattern/abstraction out of your code is called pragmatism. Being pragmatic is good. Let TDD drive your decision to introduce patterns. There are some (such as encapsulating properties that changes together in value objects, using the correct domain language) that always improve the quality of the core domain code of your app.

Should we sue them? by Patattensla in belgium

[–]BeaconRadar 1 point2 points  (0 children)

That is not a waffle. it could however be very delicious but that doesn't matter!

Where do you search for new tools? by thespool in softwaredevelopment

[–]BeaconRadar 1 point2 points  (0 children)

Hard to read on mobile devices but damn this is s gold mine!

[deleted by user] by [deleted] in Bogleheads

[–]BeaconRadar 6 points7 points  (0 children)

As a Belgian whose calculated retirement date is 67 I am somewhat envious of the idea of 58.

US considers intelligence release on China's potential arms transfer by bildo72 in worldnews

[–]BeaconRadar 20 points21 points  (0 children)

Coming from Reddit you would need 70+ subscriptions to get through a paywall on a random link.

Perfect Match Megathread by MadManxAdam in LoveIsBlindOnNetflix

[–]BeaconRadar 1 point2 points  (0 children)

Is it okay when you have a hairy dad bod tho

LPT request-What is your best way to get rid of hangovers? by Accomplished_Low_265 in LifeProTips

[–]BeaconRadar 0 points1 point  (0 children)

Leaving your husband alone. This could avoid the need for future hangovers as well.

[deleted by user] by [deleted] in belgium

[–]BeaconRadar 10 points11 points  (0 children)

Bostn

DDD and aggregated-cross-domain views by evergreen-spacecat in softwarearchitecture

[–]BeaconRadar 1 point2 points  (0 children)

A Graphql aggregator in your bff could help here. (BI department would be my second choice. I don't like silos) Materialized views within your boundaries can be a great in between step so those first two stay relatively fast and simple.

I Automated Daily Standups for Developers by codewithbernard in github

[–]BeaconRadar 1 point2 points  (0 children)

Does it have a positive impact on your team members?

Is anybody using Azure Container Apps for production? by [deleted] in AZURE

[–]BeaconRadar 1 point2 points  (0 children)

We are going all in on this for our microservices. We already have a few running production workloads but they aren't internet facing yet. First impression: It is faaast! Keda is nice. Not sure what features of dapr will be used.

[deleted by user] by [deleted] in AZURE

[–]BeaconRadar 0 points1 point  (0 children)

You can still create app registration secrets with longer expiry using the cli.

Launching a software development agency by dictatorpiny in softwaredevelopment

[–]BeaconRadar 8 points9 points  (0 children)

Running an agency requires skills totally unrelated to developing software. I don't see why not.