Skip to content

Commit c58c16e

Browse files
authored
Merge pull request #1551 from CodeHarborHub/dev-3
Update Getting started with MERN for better understanding
2 parents 29289f6 + 4ecc879 commit c58c16e

File tree

9 files changed

+604
-692
lines changed

9 files changed

+604
-692
lines changed

blog/authors.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
ajay-dhangar:
22
name: Ajay Dhangar
3-
url: https://github.com/ajay-dhangar
3+
title: Founder of CodeHarborHub
4+
url: https://ajay-dhangar.github.io/
45
image_url: https://avatars.githubusercontent.com/u/99037494?v=4
56

6-
ajay-dhangar_2022:
7+
ajay-dhangar_2024:
78
name: Ajay Dhangar
8-
title: Software Engineer
9-
url: https://github.com/ajay-dhangar
9+
title: Software Engineer at OptimumAI
10+
url: https://www.optimumai.in/community
1011
image_url: https://avatars.githubusercontent.com/u/99037494?v=4
1112

12-
ajay-dhangar_2021:
13-
name: Ajay Dhangar
14-
title: Full Stack Developer
15-
url: https://github.com/ajay-dhangar
16-
image_url: https://avatars.githubusercontent.com/u/99037494?v=4
1713

1814
ajay-dhangar_2020:
1915
name: Ajay Dhangar
20-
title: Frontend Developer
16+
title: B.Tech (CSE) Student
2117
url: https://github.com/ajay-dhangar
2218
image_url: https://avatars.githubusercontent.com/u/99037494?v=4
2319

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

Lines changed: 592 additions & 678 deletions
Large diffs are not rendered by default.
-183 KB
Binary file not shown.
-22.3 KB
Binary file not shown.
-45.1 KB
Binary file not shown.
-27.4 KB
Binary file not shown.
-94 KB
Binary file not shown.

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,8 @@ Now let’s see how we can develop an Api-gateway for our application.
786786

787787
![img14](./images/image14.png)
788788

789-
Throughout this journey, we explored the core concepts of microservices, compared them to monolithic architectures, to developing microservices.
789+
That’s it! We have successfully developed a microservices architecture with a service registry, communication between microservices, and an API gateway. This modular approach to software design offers several benefits, including increased agility, scalability, and resilience. By breaking down complex applications into smaller, more manageable services, we can achieve faster development cycles, easier maintenance, and better scalability. Microservices architecture is a powerful design pattern that can help organizations adapt to changing business requirements and deliver innovative solutions to customers.
790790

791-
Thanks for taking the time to read our article.
791+
## Conclusion
792+
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.

docs/react/getting-started/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Runs the app in development mode. Open [http://localhost:3000](http://localhost:
145145

146146
<BrowserWindow>
147147
<div style={{textAlign: 'center'}}>
148-
<header style={{minHeight: '80vh', display:' flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', fontSize: 'calc(10px + 2vmin)'}}>
149-
<img src='/code-harbor-hub/img/docs/react/logo.svg' className="App-logo" alt="logo" />
148+
<header style={{display:' flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', fontSize: 'calc(10px + 2vmin)'}}>
149+
<img src='/img/docs/react/logo.svg' className="App-logo" alt="logo" />
150150
<br/>
151151
<p>
152152
Edit src/App.js and save to reload.

0 commit comments

Comments
 (0)