From a2d06afbde3e967959556d5f0f6e65f8a96a10c3 Mon Sep 17 00:00:00 2001 From: "Katherine \"Kati\" Michel" Date: Sun, 21 Jul 2024 13:17:30 -0500 Subject: [PATCH] Update keeping-tabs-on-software-design-patterns-and-refactoring.md --- ...oftware-design-patterns-and-refactoring.md | 58 +++++++++++++++++-- 1 file changed, 52 insertions(+), 6 deletions(-) diff --git a/keeping-tabs-on-software-design-patterns-and-refactoring.md b/keeping-tabs-on-software-design-patterns-and-refactoring.md index 91783a6..1e177b4 100644 --- a/keeping-tabs-on-software-design-patterns-and-refactoring.md +++ b/keeping-tabs-on-software-design-patterns-and-refactoring.md @@ -70,6 +70,7 @@ https://opensource.com/open-organization/17/5/better-it-socratic-method?sc_cid=7 https://en.wikipedia.org/wiki/Socratic_method | Socratic method - Wikipedia --> + + + ## Compilers Book @@ -287,6 +298,13 @@ https://en.wikipedia.org/wiki/Von_Neumann_architecture https://en.wikipedia.org/wiki/Von_Neumann_programming_languages --> +## RISC-V and ARM + +RISC-V and ARM +https://en.wikipedia.org/wiki/RISC-V +https://www.arm.com/ +https://en.wikipedia.org/wiki/ARM_architecture_family + ## Protocols Network Communication Protocols Map @@ -372,12 +390,6 @@ https://en.wikipedia.org/wiki/HTTP/3#Comparison_with_HTTP/1.1_and_HTTP/2 https://en.wikipedia.org/wiki/HTTP/2 https://en.wikipedia.org/wiki/HTTP -## RISC-V and ARM - -RISC-V and ARM -https://en.wikipedia.org/wiki/RISC-V -https://www.arm.com/ -https://en.wikipedia.org/wiki/ARM_architecture_family ## Martin Fowler @@ -385,6 +397,9 @@ https://en.wikipedia.org/wiki/ARM_architecture_family Books https://martinfowler.com/books/ +https://martinfowler.com/architecture/ | Software Architecture Guide +https://martinfowler.com/microservices/ | Microservices Guide + Service Design Patterns Robert Daigneau https://www.amazon.com/gp/product/032154420X @@ -542,6 +557,16 @@ Base Patterns: * Record Set (508) --> +## Gregor Hohpe + + + ### Enterprise Integration Patterns + ### Refactoring