Last active
August 29, 2015 14:16
-
-
Save fgarcia/09667f7c88e12ea81412 to your computer and use it in GitHub Desktop.
Revisions
-
Francisco Garcia revised this gist
Mar 7, 2015 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,9 @@ Mathias Verraes is one of my first references for beginners of Event Sourcing, his blog is full of goodness. As starting video: http://verraes.net/2014/03/practical-event-sourcing/ Some talks of Emanuele DelBono like https://www.youtube.com/watch?v=Vn34CdkLa3g http://de.slideshare.net/emadb/wroclove-rb For a VERY basic start, Ruby focused: https://ianunruh.com/2013/08/event-sourcing-ruby.html -
Francisco Garcia created this gist
Mar 7, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ Mathias Verraes is one of my first references for beginners of Event Sourcing, his blog is full of goodness. As starting video: http://verraes.net/2014/03/practical-event-sourcing/ Some talks of Emanuele Bonoj like https://www.youtube.com/watch?v=Vn34CdkLa3g For a VERY basic start, Ruby focused: https://ianunruh.com/2013/08/event-sourcing-ruby.html ... but that is just part of the story. References for a bigger picture about how to use the technique is way too broad