From e7680eca82762cf398ea3a986fa1a06fb9e6bd13 Mon Sep 17 00:00:00 2001 From: BackAged Date: Tue, 31 May 2022 14:23:21 +0600 Subject: [PATCH] feat: add more resource --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0a55556..9c79b1e 100644 --- a/README.md +++ b/README.md @@ -173,6 +173,10 @@ Martin Fowler- Event Driven Architecture: https://www.youtube.com/watch?v=STKCRS Event Driven Architecture: https://martinfowler.com/articles/201701-event-driven.html +#### Hexagonal Architectures + +Hexagonal Architecture: https://netflixtechblog.com/ready-for-changes-with-hexagonal-architecture-b315ec967749 + #### Microservices Monolith Architecture: https://buttercms.com/books/microservices-for-startups/should-you-always-start-with-a-monolith/ @@ -183,6 +187,8 @@ Microservices: http://highscalability.com/blog/2018/4/5/do-you-have-too-many-mic Uber Nanoservices antipattern: https://www.youtube.com/watch?v=kb-m2fasdDY +Uber Domain oriented microservice: https://eng.uber.com/microservice-architecture/ + #### Load Balancing Load Balancer with Sticky Sessions: https://stackoverflow.com/questions/10494431/sticky-and-non-sticky-sessions @@ -252,3 +258,5 @@ Caching (See the README): https://github.com/ben-manes/caffeine/ Caching: http://highscalability.com/blog/2016/1/25/design-of-a-modern-cache.html Microsoft Caching Guide: https://docs.microsoft.com/en-us/previous-versions/msp-n-p/dn589802(v%3dpandp.10) + +Caching patterns: https://hazelcast.com/blog/a-hitchhikers-guide-to-caching-patterns/