Talk in English - US at Pacific Northwest PHP Conference
View Slides: https://www.slideshare.net/secret/zG860I89D632Ol
Short URL: https://joind.in/talk/a0c6e
(QR-Code (opens in new window))
Being flexible to changes in business process makes our jobs easier, and it helps our applications adapt to those changes with minimal code changes. One of the biggest adaptions in our applications has been the addition of Event Sourcing to make a note of an Event that happened in the system. With these Events, we can affect change immediately, or even later. This is most helpful in our reporting interfaces. We can build, change, and throw away our reports very easily. This is much easier than our older reports being generated by large SQL queries. Attendees will learn: - idealogical differences between status flags and events - triggering events in your application - handling events to reflect the state of your application data - building reports from events that are easy to change
Comments
Comments are closed.
Very interesting! I can definitely use this for a current project...provided I can do a full rewrite.
Such a refreshing way of leveraging Events. Great presentation with contents.