summaryrefslogtreecommitdiff
path: root/topics/engineering
diff options
context:
space:
mode:
authorMunyoki Kilyungi2024-09-25 21:33:58 +0300
committerBonfaceKilz2024-09-30 11:22:26 +0300
commita3a521604024605269bae3b05327a9338ebe0f62 (patch)
treec923948953916db37c094e229e64eb3663ef67c5 /topics/engineering
parent3276dd12d5bb55c40a203de2942e2cda4fe6c0ec (diff)
downloadgn-gemtext-a3a521604024605269bae3b05327a9338ebe0f62.tar.gz
Add extra ADR links for reference.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'topics/engineering')
-rw-r--r--topics/engineering/using-architecture-decision-records-in-genenetwork.gmi7
1 files changed, 5 insertions, 2 deletions
diff --git a/topics/engineering/using-architecture-decision-records-in-genenetwork.gmi b/topics/engineering/using-architecture-decision-records-in-genenetwork.gmi
index ccc9c61..43d344c 100644
--- a/topics/engineering/using-architecture-decision-records-in-genenetwork.gmi
+++ b/topics/engineering/using-architecture-decision-records-in-genenetwork.gmi
@@ -1,7 +1,7 @@
# Using Architecture Decision Records at GeneNetwork
* author: bonfacem
-* reviewed-by: fredm
+* reviewed-by: fredm, jnduli
> One of the hardest things to track during the life of a project is the motivation behind certain decisions. A new person coming on to a project may be perplexed, baffled, delighted, or infuriated by some past decision.
> -- Michael Nygard
@@ -50,4 +50,7 @@ Here are some examples of Genenetwork specific ADRs:
### References
-[0] Gough, J., Bryant, D., & Auburn, M. (2022). Mastering API Architecture: Design, Operate, and Evolve API-based Systems. O'Reilly Media, Incorporated.
+=> https://www.oreilly.com/library/view/mastering-api-architecture/9781492090625/ [0] Gough, J., Bryant, D., & Auburn, M. (2022). Mastering API Architecture: Design, Operate, and Evolve API-based Systems. O'Reilly Media, Incorporated.
+=> https://adr.github.io/ [1] Architectural Decision Records. Homepage of the ADR GitHub organization
+=> https://docs.aws.amazon.com/prescriptive-guidance/latest/architectural-decision-records/adr-process.html [2] Amazon's ADR process
+=> https://cloud.google.com/architecture/architecture-decision-records [3] Google Cloud Center Architecture Decision Records Overview