Claude-generating event sourced use cases in a vertical sliced architecture π
#dynamicconsistencyboundary #eventsourcing #verticalslicedarchitecture #specdrivendevelopment #eventmodeling #contextengineering
Claude-generating event sourced use cases in a vertical sliced architecture π
#dynamicconsistencyboundary #eventsourcing #verticalslicedarchitecture #specdrivendevelopment #eventmodeling #contextengineering
The opportunity of AI: focus even more on solving the problem! What we basically already (try to) do for years with paradigms as DDD π
www.thelinkedinengineer.com/p/stop-being...
#ddd #claude #problemsolving
"Use case driven EventSourcing - Let go of the Aggregate with the Dynamic Consistency Boundary (DCB) pattern."
See: github.com/GemberPHP
More about DCB itself: dcb.events
A new PHP Annotated π
blog.jetbrains.com/phpstorm/202...
The more AI is used in programming, the more I cannot 'unthink' about an 'AI Programming Paradox':
In order to be able to review AI generated code, you have to be an experienced developer, but you can never become an experience developer when all you do is reviewing AI generated code.
"Let go of the Aggregate - EventSourcing in PHP with the Dynamic Consistency Boundary (DCB) pattern."
github.com/GemberPHP #php #eventsourcing #dcb #ddd #cqrs
Easily build your GraphQL schema for webonyx/graphql-php using PHP attributes instead of large configuration arrays #php #graphql
github.com/jerowork/gra...
The error T_PAAMAYIM_NEKUDOTAYIM? :P
Diagram of 2 options: unrestricted legacy model events and translating legacy events into new model and republishing
Publishing events from legacy is a common way to incrementally modernize. You can expose it's data & capabilities without rewriting it.
But the events coming out of legacy represent your old model. And you will need to translate them into your new model.
1/4
#architectureModernization #ddDesign
#PHP 8.4 is released. Let the party begin!
New features, modernisation and clean up: the future is here.
Next stop: #PHP 8.5!
www.php.net/releases/8.4...
Bit related, there is also a TwigStan, static analysis for twig files based on PHPStan: github.com/twigstan/twi...