From 9c2e9c1be600e8b4bd0f4c102151ca9fbd7b6f26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Majowicz=20-=20Unlimitech?= <97938360+BartlomiejMajowicz@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:35:01 +0200 Subject: [PATCH] Fix spelling mistake (#4265) * Fix misspell. * Add missing link title. --- .../content/107-architectural-patterns/101-soa.md | 2 +- .../107-architectural-patterns/105-blackboard-pattern.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/101-soa.md b/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/101-soa.md index ac36538ad..271b47c35 100644 --- a/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/101-soa.md +++ b/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/101-soa.md @@ -1,6 +1,6 @@ # SOA -SOA (Service-Oriented Architecture) is an architectural pattern that is used to design and organize software systems as a collection of services that can be accessed over a network, these services are autonomous, self-contained units of functionality that can be reused and combined to create new functionality. SOA services are designed to be loosely coupled, meaning that they do not depend on the implementation details of other services, they communicate with each other through well-defined interfaces, usually using a protocol such as HTTP or SOAP. SOA provides several advantages over other architectural patterns, such as reusability, modularity, interoperability, and scalability. It can be implemented using a variety of technologies, such as Web Services, REST, and microservices.s +SOA (Service-Oriented Architecture) is an architectural pattern that is used to design and organize software systems as a collection of services that can be accessed over a network, these services are autonomous, self-contained units of functionality that can be reused and combined to create new functionality. SOA services are designed to be loosely coupled, meaning that they do not depend on the implementation details of other services, they communicate with each other through well-defined interfaces, usually using a protocol such as HTTP or SOAP. SOA provides several advantages over other architectural patterns, such as reusability, modularity, interoperability, and scalability. It can be implemented using a variety of technologies, such as Web Services, REST, and microservices. Learn more from the following links: diff --git a/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/105-blackboard-pattern.md b/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/105-blackboard-pattern.md index 2a9bf7b56..6d2f9ae3b 100644 --- a/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/105-blackboard-pattern.md +++ b/src/data/roadmaps/software-design-architecture/content/107-architectural-patterns/105-blackboard-pattern.md @@ -5,4 +5,4 @@ The Blackboard architectural pattern is a software design pattern that allows fo Learn more from the following links: - [Overview of Blackboard (design pattern)]() -- [](http://www.openloop.com/softwareEngineering/patterns/architecturePattern/arch_Blackboard.htm) +- [Architectural Patterns: Blackboard](http://www.openloop.com/softwareEngineering/patterns/architecturePattern/arch_Blackboard.htm)