Skip to content

Commit 89a699d

Browse files
committed
Test to identify the issue on Jekyll build
1 parent 3376c97 commit 89a699d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

_posts/2025-10-22-CMP-Setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Context Model Protocol (CMP) is a powerful framework for managing and utilizing
99

1010
You can set up CMP to be used in different environments, including local development and cloud platforms like Google AI Studio.
1111

12+
_Goal_: **Prove you can design scalable, decoupled systems**.
13+
1214
- Claude Desktop
1315
- Cursor
1416
- Visual Studio Code

_posts/2025-12-21-solution-architect.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ title: "Solution Architect"
33
date: 2025-12-21
44
---
55

6-
# Solution Architect
6+
## Role Definition
77

8-
> **Note:**
8+
>
99
> The solution architect is responsible for the design of the software solution.
10+
>
1011
1112
In this role, the solution architect is responsible not only for coding the solution, but also for the following topics:
1213

@@ -243,7 +244,7 @@ _Goal_: **Show deep expertise in testing**.
243244

244245
The testing pyramid is a model that suggests the different types of tests should be in a specific ratio. It is a way to balance the different types of tests and to ensure that the tests are comprehensive and effective.
245246

246-
![Test pyramid](./tests-pyramid.jpeg)
247+
![Testing pyramid diagram showing five levels of testing from bottom to top: Unit Tests (largest red base), Component Tests (orange), Integration Tests (yellow), API Tests (teal), and UI Tests (blue triangle at top). Manual Tests appear as a blue cloud above the pyramid. Left side shows arrow labeled More Isolation to More Integration. Right side shows arrow labeled Faster to Slower. Gray boxes on right contain icons representing End to End testing, integration workflows, component testing, and unit testing respectively. The pyramid illustrates that unit tests should form the foundation with fewer higher-level tests as you move up the hierarchy.]
247248

248249
Test coverage should be:
249250

0 commit comments

Comments
 (0)