This commit is contained in:
Yi Byeongyong 2022-06-27 16:14:52 +09:00 committed by GitHub
parent 9a592130b2
commit 080c538614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7196,7 +7196,7 @@ Bonus: extract the last word of each line
</b></details> </b></details>
<details> <details>
<summary>What are the advantages of microoservices architecture over a monolithic architecture?</summary><br><b> <summary>What are the advantages of microservices architecture over a monolithic architecture?</summary><br><b>
* Each of the services individually fail without escalating into an application-wide outage. * Each of the services individually fail without escalating into an application-wide outage.
* Each service can be developed and maintained by a separate team and this team can choose its own tools and coding language * Each service can be developed and maintained by a separate team and this team can choose its own tools and coding language