From c94907d12f29fe8650601d536bff2e25dbbdc79f Mon Sep 17 00:00:00 2001 From: Mike Thompson Date: Fri, 13 Oct 2017 00:58:04 +1100 Subject: [PATCH] Improve FAQ entry. --- docs/FAQs/FullStackReframe.md | 8 +++++++- docs/MentalModelOmnibus.md | 14 -------------- 2 files changed, 7 insertions(+), 15 deletions(-) diff --git a/docs/FAQs/FullStackReframe.md b/docs/FAQs/FullStackReframe.md index c2f4ad7..4a409ee 100644 --- a/docs/FAQs/FullStackReframe.md +++ b/docs/FAQs/FullStackReframe.md @@ -7,7 +7,7 @@ my entire Client/Server stack. You'll want to investigate CQRS (vs REST). -### Notes +##### Notes 1. Perhaps watch [Bobby Calderwood's video](https://www.youtube.com/watch?v=B1-gS0oEtYc) 2. Look at his [reference implmentation](https://github.com/capitalone/cqrs-manager-for-distributed-reactive-services) or, perhaps, [this alternative](https://github.com/greywolve/calderwood) @@ -18,5 +18,11 @@ You'll want to investigate CQRS (vs REST). Greg Young might be your God and [Onyx](https://github.com/onyx-platform/onyx) may be useful. +### Further Related Links +Reactive PostgreSQL: +https://yogthos.net/posts/2016-11-05-LuminusPostgresNotifications.html + +Datalog All The Way Down +https://www.youtube.com/watch?v=aI0zVzzoK_E diff --git a/docs/MentalModelOmnibus.md b/docs/MentalModelOmnibus.md index 00a56db..9c43f9c 100644 --- a/docs/MentalModelOmnibus.md +++ b/docs/MentalModelOmnibus.md @@ -348,20 +348,6 @@ compelled by different kinds of forces at different times (gravity, convection, With this focus on interconnections, we have been looking on the "forces" part of the loop. The transport. -## Full Stack - -If you like re-frame and want to take the principles full-stack, then -these resources might be interesting to you: - -Commander Pattern -https://www.youtube.com/watch?v=B1-gS0oEtYc - -Datalog All The Way Down -https://www.youtube.com/watch?v=aI0zVzzoK_E - -Reactive PostgreSQL: -https://yogthos.net/posts/2016-11-05-LuminusPostgresNotifications.html - ## What Of This Romance? My job is to be a relentless cheerleader for re-frame, right?