Skip to content

Commit 1291d50

Browse files
authored
Merge pull request #3951 from DharshiBalasubramaniyam/leaderboard
PR not showing in the leaderboard
2 parents e3ed041 + 9e253c9 commit 1291d50

File tree

1 file changed

+2
-1
lines changed
  • blog/getting-started-with-microservices

1 file changed

+2
-1
lines changed

blog/getting-started-with-microservices/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ date: 2024-06-17
77
hide_table_of_contents: true
88
---
99

10+
1011
## 1. Understanding the importance Microservices
1112

1213
- Microservices are an architectural style that structures an application as a collection of small, loosely coupled services. Each service is self-contained, focused on a specific business functionality, and can be developed, deployed, and scaled independently. This modular approach to software design offers several benefits, including increased agility, scalability, and resilience.
@@ -790,4 +791,4 @@ That’s it! We have successfully developed a microservices architecture with a
790791

791792
## Conclusion
792793

793-
Microservices architecture is a design pattern that structures an application as a collection of small, loosely coupled services. Each service is self-contained, focused on a specific business functionality, and can be developed, deployed, and scaled independently. This modular approach to software design offers several benefits, including increased agility, scalability, and resilience.
794+
Microservices architecture is a design pattern that structures an application as a collection of small, loosely coupled services. Each service is self-contained, focused on a specific business functionality, and can be developed, deployed, and scaled independently. This modular approach to software design offers several benefits, including increased agility, scalability, and resilience.

0 commit comments

Comments
 (0)