├── .gitignore ├── 2014-12_11.DDDBE_11_Modellathon.md ├── 2014.12.04.SoftwareAsNewtonianPhysics.md ├── 2015-04-01-Legacy.jpg ├── 2015.09.22.RandomThoutghtsAbout5DaysDownTime.md ├── 2016.02.03.DDD.Epiphany.md ├── 2016.02.21.DDD_EventStorming_Cynefin.part.01.md ├── 2016.02.22.DDD_EventStorming_Cynefin.part.02.md ├── 2016.02.22.DDD_EventStorming_Cynefin.part.02 └── Cynefin-EventStorming.TheQuestion.jpg ├── 2016.02.22.TheImpact.md ├── 2016.02.22.TheImpact ├── TheSystem.01.Ideal.png ├── TheSystem.02.ImplicitUsers.png ├── TheSystem.03.WhenThingGoWrong.png └── Users.puml ├── 2016.03.11.DDD.Models.context.md ├── 2016.05.01.A_Letter_To_Pieter.md ├── 2016.07.06.CBA.md ├── 2016.07.14.DomainDrivenDesignResources.md ├── 2016.10.16.FeebackLoop ├── feedbackloop.2.png ├── feedbackloop.png └── feedbackloop.xml ├── 2016.12.12.DDDEuPreparation ├── Image003.png ├── Image003.tif ├── Image004.jpg ├── Image004.tif ├── Image005.png ├── Image005.tif ├── Image006.png ├── Image006.tif ├── Image007.png ├── Image007.tif ├── Image008.png ├── Image008.tif ├── Image009.png ├── Image009.tif ├── Image010.png ├── Image010.tif └── Stories.md ├── 2017-03-28.poetry.impermanance.md ├── 2017.02.11.Talk.Idea.Diversity.md ├── 2017.12.18.GesSystemProjections ├── 2018.02.10.AboutBoundaries.md ├── 2018.05.25.BaBeyond2018.md ├── 2018.06.02.After.6000.hours.and.31.years.md ├── 2018.10.19.kandddinsky └── TamedEventualConsistency.pdf ├── 2018.11.16.buildstuff └── TamedEventualConsistency.pdf ├── 2019.02.02.SpaConference.md ├── 2019.08.09_expectations_for_an_event_store.md ├── 2019.08.16_StormingWithStickies.md ├── 2019.10.24.CQRS.Onion ├── CQRS.Onion.Simplified.png └── CQRS.Onion.drawio ├── 2019.10.29.CQRS.md ├── 2019.11.13.Zelazny.md ├── 2020.01.30.Levitation.png ├── 2020.05.09.AnErrandOnQuestions.md ├── 2020.05.09.AnErrandOnQuestions └── trigger.png ├── 2020.06.16.ReactionToOverworking.md ├── 2021.04.05.AnOpinionOnSystems.md ├── 2021.04.05.AnOpinionOnSystems ├── AnOpinionOnSystems.drawio ├── AnOpinionOnSystems.html ├── cqrs_saving.02.png ├── cqrs_saving.png ├── cqrs_saving.svg ├── systems_01.svg └── systems_composed.svg ├── 2021.04.30.OnPrinciples.md ├── 2022.02.10_my_vs_ours.md ├── 2022.03.23_common_ground.md ├── 2022.03.23_common_ground ├── common ground.drawio └── common ground.png ├── 2024-02-19-EventStoreDB-typical-usage.jpg ├── LICENSE ├── README.md └── analysis.md /.gitignore: -------------------------------------------------------------------------------- 1 | **/thumbs.db -------------------------------------------------------------------------------- /2014-12_11.DDDBE_11_Modellathon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2014-12_11.DDDBE_11_Modellathon.md -------------------------------------------------------------------------------- /2014.12.04.SoftwareAsNewtonianPhysics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2014.12.04.SoftwareAsNewtonianPhysics.md -------------------------------------------------------------------------------- /2015-04-01-Legacy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2015-04-01-Legacy.jpg -------------------------------------------------------------------------------- /2015.09.22.RandomThoutghtsAbout5DaysDownTime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2015.09.22.RandomThoutghtsAbout5DaysDownTime.md -------------------------------------------------------------------------------- /2016.02.03.DDD.Epiphany.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.03.DDD.Epiphany.md -------------------------------------------------------------------------------- /2016.02.21.DDD_EventStorming_Cynefin.part.01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.21.DDD_EventStorming_Cynefin.part.01.md -------------------------------------------------------------------------------- /2016.02.22.DDD_EventStorming_Cynefin.part.02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.22.DDD_EventStorming_Cynefin.part.02.md -------------------------------------------------------------------------------- /2016.02.22.DDD_EventStorming_Cynefin.part.02/Cynefin-EventStorming.TheQuestion.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.22.DDD_EventStorming_Cynefin.part.02/Cynefin-EventStorming.TheQuestion.jpg -------------------------------------------------------------------------------- /2016.02.22.TheImpact.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.22.TheImpact.md -------------------------------------------------------------------------------- /2016.02.22.TheImpact/TheSystem.01.Ideal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.22.TheImpact/TheSystem.01.Ideal.png -------------------------------------------------------------------------------- /2016.02.22.TheImpact/TheSystem.02.ImplicitUsers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.22.TheImpact/TheSystem.02.ImplicitUsers.png -------------------------------------------------------------------------------- /2016.02.22.TheImpact/TheSystem.03.WhenThingGoWrong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.22.TheImpact/TheSystem.03.WhenThingGoWrong.png -------------------------------------------------------------------------------- /2016.02.22.TheImpact/Users.puml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.02.22.TheImpact/Users.puml -------------------------------------------------------------------------------- /2016.03.11.DDD.Models.context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.03.11.DDD.Models.context.md -------------------------------------------------------------------------------- /2016.05.01.A_Letter_To_Pieter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.05.01.A_Letter_To_Pieter.md -------------------------------------------------------------------------------- /2016.07.06.CBA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.07.06.CBA.md -------------------------------------------------------------------------------- /2016.07.14.DomainDrivenDesignResources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.07.14.DomainDrivenDesignResources.md -------------------------------------------------------------------------------- /2016.10.16.FeebackLoop/feedbackloop.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.10.16.FeebackLoop/feedbackloop.2.png -------------------------------------------------------------------------------- /2016.10.16.FeebackLoop/feedbackloop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.10.16.FeebackLoop/feedbackloop.png -------------------------------------------------------------------------------- /2016.10.16.FeebackLoop/feedbackloop.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.10.16.FeebackLoop/feedbackloop.xml -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image003.png -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image003.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image003.tif -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image004.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image004.jpg -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image004.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image004.tif -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image005.png -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image005.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image005.tif -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image006.png -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image006.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image006.tif -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image007.png -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image007.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image007.tif -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image008.png -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image008.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image008.tif -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image009.png -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image009.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image009.tif -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image010.png -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Image010.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Image010.tif -------------------------------------------------------------------------------- /2016.12.12.DDDEuPreparation/Stories.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2016.12.12.DDDEuPreparation/Stories.md -------------------------------------------------------------------------------- /2017-03-28.poetry.impermanance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2017-03-28.poetry.impermanance.md -------------------------------------------------------------------------------- /2017.02.11.Talk.Idea.Diversity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2017.02.11.Talk.Idea.Diversity.md -------------------------------------------------------------------------------- /2017.12.18.GesSystemProjections: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2017.12.18.GesSystemProjections -------------------------------------------------------------------------------- /2018.02.10.AboutBoundaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2018.02.10.AboutBoundaries.md -------------------------------------------------------------------------------- /2018.05.25.BaBeyond2018.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2018.05.25.BaBeyond2018.md -------------------------------------------------------------------------------- /2018.06.02.After.6000.hours.and.31.years.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2018.06.02.After.6000.hours.and.31.years.md -------------------------------------------------------------------------------- /2018.10.19.kandddinsky/TamedEventualConsistency.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2018.10.19.kandddinsky/TamedEventualConsistency.pdf -------------------------------------------------------------------------------- /2018.11.16.buildstuff/TamedEventualConsistency.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2018.11.16.buildstuff/TamedEventualConsistency.pdf -------------------------------------------------------------------------------- /2019.02.02.SpaConference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2019.02.02.SpaConference.md -------------------------------------------------------------------------------- /2019.08.09_expectations_for_an_event_store.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2019.08.09_expectations_for_an_event_store.md -------------------------------------------------------------------------------- /2019.08.16_StormingWithStickies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2019.08.16_StormingWithStickies.md -------------------------------------------------------------------------------- /2019.10.24.CQRS.Onion/CQRS.Onion.Simplified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2019.10.24.CQRS.Onion/CQRS.Onion.Simplified.png -------------------------------------------------------------------------------- /2019.10.24.CQRS.Onion/CQRS.Onion.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2019.10.24.CQRS.Onion/CQRS.Onion.drawio -------------------------------------------------------------------------------- /2019.10.29.CQRS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2019.10.29.CQRS.md -------------------------------------------------------------------------------- /2019.11.13.Zelazny.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2019.11.13.Zelazny.md -------------------------------------------------------------------------------- /2020.01.30.Levitation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2020.01.30.Levitation.png -------------------------------------------------------------------------------- /2020.05.09.AnErrandOnQuestions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2020.05.09.AnErrandOnQuestions.md -------------------------------------------------------------------------------- /2020.05.09.AnErrandOnQuestions/trigger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2020.05.09.AnErrandOnQuestions/trigger.png -------------------------------------------------------------------------------- /2020.06.16.ReactionToOverworking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2020.06.16.ReactionToOverworking.md -------------------------------------------------------------------------------- /2021.04.05.AnOpinionOnSystems.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.05.AnOpinionOnSystems.md -------------------------------------------------------------------------------- /2021.04.05.AnOpinionOnSystems/AnOpinionOnSystems.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.05.AnOpinionOnSystems/AnOpinionOnSystems.drawio -------------------------------------------------------------------------------- /2021.04.05.AnOpinionOnSystems/AnOpinionOnSystems.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.05.AnOpinionOnSystems/AnOpinionOnSystems.html -------------------------------------------------------------------------------- /2021.04.05.AnOpinionOnSystems/cqrs_saving.02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.05.AnOpinionOnSystems/cqrs_saving.02.png -------------------------------------------------------------------------------- /2021.04.05.AnOpinionOnSystems/cqrs_saving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.05.AnOpinionOnSystems/cqrs_saving.png -------------------------------------------------------------------------------- /2021.04.05.AnOpinionOnSystems/cqrs_saving.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.05.AnOpinionOnSystems/cqrs_saving.svg -------------------------------------------------------------------------------- /2021.04.05.AnOpinionOnSystems/systems_01.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.05.AnOpinionOnSystems/systems_01.svg -------------------------------------------------------------------------------- /2021.04.05.AnOpinionOnSystems/systems_composed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.05.AnOpinionOnSystems/systems_composed.svg -------------------------------------------------------------------------------- /2021.04.30.OnPrinciples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2021.04.30.OnPrinciples.md -------------------------------------------------------------------------------- /2022.02.10_my_vs_ours.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2022.02.10_my_vs_ours.md -------------------------------------------------------------------------------- /2022.03.23_common_ground.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2022.03.23_common_ground.md -------------------------------------------------------------------------------- /2022.03.23_common_ground/common ground.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2022.03.23_common_ground/common ground.drawio -------------------------------------------------------------------------------- /2022.03.23_common_ground/common ground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2022.03.23_common_ground/common ground.png -------------------------------------------------------------------------------- /2024-02-19-EventStoreDB-typical-usage.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/2024-02-19-EventStoreDB-typical-usage.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/README.md -------------------------------------------------------------------------------- /analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ylorph/RandomThoughts/HEAD/analysis.md --------------------------------------------------------------------------------