From 4fd6e6adcf871af4f17216ec6f8c164cf88650bd Mon Sep 17 00:00:00 2001 From: "Katherine \"Kati\" Michel" Date: Sun, 21 Jul 2024 15:09:05 -0500 Subject: [PATCH] Update keeping-tabs-on-software-design-patterns-and-refactoring.md --- ...oftware-design-patterns-and-refactoring.md | 75 ++++++++++++------- 1 file changed, 47 insertions(+), 28 deletions(-) diff --git a/keeping-tabs-on-software-design-patterns-and-refactoring.md b/keeping-tabs-on-software-design-patterns-and-refactoring.md index 1e177b4..dedd39f 100644 --- a/keeping-tabs-on-software-design-patterns-and-refactoring.md +++ b/keeping-tabs-on-software-design-patterns-and-refactoring.md @@ -28,6 +28,8 @@ https://en.wikipedia.org/wiki/Software_design_pattern | Software design pattern https://www.redhat.com/architect/14-software-architecture-patterns | 14 software architecture design patterns to know | Enable Architect https://martinfowler.com/ieeeSoftware/whoNeedsArchitect.pdf | s5des.lo +https://javarevisited.blogspot.com/2021/09/microservices-design-patterns-principles.html#axzz7UN64FOOL | Top 10 Microservices Design Patterns and Principles - Examples + ## Clean Code, Architecture @@ -41,10 +43,6 @@ Thinking in Systems https://twitter.com/sarah_edo/status/1597598815959527425 | https://twitter.com/sarah_edo/status/1597598815959527425 -## Microservices - -https://javarevisited.blogspot.com/2021/09/microservices-design-patterns-principles.html#axzz7UN64FOOL | Top 10 Microservices Design Patterns and Principles - Examples - ## Software Architecture Tools @@ -296,7 +294,6 @@ stateful abstract data types. ## RISC-V and ARM @@ -304,7 +301,9 @@ 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 @@ -694,6 +693,48 @@ Channel Purger How can you keep 'left-over' messages on a channel from disturbin ### Patterns of Distributed Systems + + + + - - ### Refactoring Martin Fowler, Refactoring, Patterns, ThoughtWorks