Added content to Software Architect (#2307)
* added content in Software Arquitect * Update content/roadmaps/114-software-architect/content/105-patterns-and-design-principles/102-cqrs-eventual-consistency.md * added content * Update content/roadmaps/114-software-architect/content/107-architectures/101-microservices.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2299/head^2
parent
dea1d6808d
commit
81e8bd6ea3
5 changed files with 16 additions and 7 deletions
@ -1,3 +1,6 @@ |
|||||||
# What is Software Architect? |
# What is Software Architect? |
||||||
|
|
||||||
An expert developer who design software solutions from the ground up, making high-level decisions about each stage of the process including technical standards, tools, design principles, platforms to be used, etc., leading a team of engineers to create the final product. |
An expert developer who design software solutions from the ground up, making high-level decisions about each stage of the process including technical standards, tools, design principles, platforms to be used, etc., leading a team of engineers to create the final product. |
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.redhat.com/architect/what-is-software-architect'>12 Skills a Software Architect Needs</BadgeLink> |
||||||
|
@ -1 +1,5 @@ |
|||||||
# Microservices |
# Microservices |
||||||
|
|
||||||
|
Microservices are an architectural approach to software development that allows the creation of a distributed application from deployable services that allow communication through a well-defined API. Being a solution to monoliths. |
||||||
|
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://developer.ibm.com/learningpaths/get-started-application-modernization/intro-microservices/introduction/'>Introduction to microservices</BadgeLink> |
||||||
|
@ -1 +1,3 @@ |
|||||||
# Client server architecture |
# Client server architecture |
||||||
|
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.simplilearn.com/what-is-client-server-architecture-article'>What is Client-Server Architecture</BadgeLink> |
||||||
|
Loading…
Reference in new issue