Skip to content

Commit 4297a88

Browse files
authored
Update index.html
More strong elements added
1 parent 58d0ab1 commit 4297a88

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,25 +61,25 @@ <h2>4. How the Characters relate to Each Other</h2>
6161
<h2>5. A Day in the Life of a Change</h2>
6262
<p>Let’s add a new feature: “Show real-time in-game leaderboards”.</p>
6363
<ol>
64-
<li>Code</li>
64+
<li><strong>Code</strong></li>
6565
<ul>
6666
<li>Write the leaderboard service in Go.</li>
6767
<li>Add a DSPy pipeline to pre-aggregate stats.</li>
6868
<li>Commit everything to git.</li>
6969
</ul>
70-
<li>CI Gate</li>
70+
<li><strong>CI Gate</strong></li>
7171
<ul>
7272
<li>Nix builds the Docker image (bit-for-bit reproducible).</li>
7373
<li>Terraform dry-run shows a new Redis cache.</li>
7474
<li>Tests pass → image is signed & pushed.</li>
7575
</ul>
76-
<li>GitOps Sync</li>
76+
<li><strong>GitOps Sync</strong></li>
7777
<ul>
7878
<li>Argo CD detects the new commit hash.</li>
7979
<li>Kubernetes manifests are applied; pods roll out blue-green.</li>
8080
<li>OPA policy ensures the service can’t talk to the payments DB.</li>
8181
</ul>
82-
<li>Observe</li>
82+
<li><strong>Observe</strong></li>
8383
<ul>
8484
<li>Prometheus sees p95 latency drop.</li>
8585
<li>Grafana dashboard auto-updates.</li>

0 commit comments

Comments
 (0)