Add content for Software Architecture (#1880)
* What is Software Architecture added some descriptions and links for learning Software Architecture * Update 100-what-is-software-architecture.md * Update 100-what-is-software-architecture.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/1883/head
parent
29481dac94
commit
0ffa66d3db
1 changed files with 6 additions and 1 deletions
@ -1,3 +1,8 @@ |
|||||||
# What is Software Architecture |
# What is Software Architecture? |
||||||
|
|
||||||
Describes how an application is built including its components, how they interact with each other, environment in which they operate and so on. |
Describes how an application is built including its components, how they interact with each other, environment in which they operate and so on. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.future-processing.com/blog/what-is-software-architecture-in-software-engineering/'>What is Software Architecture in Software Engineering?</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/an-introduction-to-software-architecture-patterns/'>An Introduction to Software Architecture Patterns</BadgeLink> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.infoq.com/articles/what-software-architecture/'>Software Architecture: It might not be what you think it is</BadgeLink> |
||||||
|
Loading…
Reference in new issue