Jason
Member since Oct 12, 2017
- Profile: /members/13639-jason.htm
- Comments: 4
Recent Blog Comments By Jason
-
Considering HTTP Methods PUT And PATCH Indicators Of An Anemic Domain Model And A Leaky Abstraction
Posted on Jan 5, 2020 at 10:50 PM
@Michael, Alberto is fantastic, as well as event storming. If you haven't seen it yet, check out what Adam Dymitruk is doing with Event Modeling at eventmodeling.org... read more »
-
Considering HTTP Methods PUT And PATCH Indicators Of An Anemic Domain Model And A Leaky Abstraction
Posted on Jan 5, 2020 at 10:45 PM
@Ben, Cool, looks like Udi contributed to that CQRS/ES book I mentioned. I've started to go through it over this winter break and it's enjoyable. I like the structure of the book a lot, as a journey of software development.... read more »
-
Considering HTTP Methods PUT And PATCH Indicators Of An Anemic Domain Model And A Leaky Abstraction
Posted on Dec 30, 2019 at 4:54 PM
It sounds like you might dig Event Sourcing. Here's a pretty comprehensive look at CQRS + Event Sourcing: https://www.microsoft.com/en-us/download/details.aspx?id=34774 In 2019 I implemented an event sourced system which had me move to only using POST and GET http methods. I'm slowly working... read more »
-
Applying CSS Styles To Routable Child Views Using Simulated Encapsulation In Angular 4.4.4
Posted on Oct 12, 2017 at 9:25 AM
Hey Ben, thought it was worth mentioning that ::ng-deep also seems to be on its way out: https://github.com/angular/angular/issues/17867 Have you seen any other progress on the topic?... read more »