Skip to content

Commit 7cd6428

Browse files
authored
Update index.html
nearly there with italics
1 parent 4297a88 commit 7cd6428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<h1>From Snowflake Servers to GitOps Nirvana</h1>
2929
<p><em>A beginner-friendly tour of the declarative stack that actually runs itself — 04 Aug 2025</em></p>
3030

31-
<p>You’ve probably heard the buzzwords: GitOps, NoOps, immutable infrastructure. Today I’d like to walk you - step by step - through why these concepts exist and how a small constellation of tools (NixOS, Terraform, Docker, Argo CD, Kubernetes, DSPy, and a pinch of policy-as-code) fit together to create a platform that deploys itself every time you hit <em>merge</em>.</p>
31+
<p>You’ve probably heard the buzzwords: GitOps, NoOps, immutable infrastructure. Today I’d like to walk you - step by step - through why these concepts exist and how a small constellation of tools (NixOS, Terraform, Docker, Argo CD, Kubernetes, DSPy, and a pinch of policy-as-code) fit together to create a platform that deploys itself every time you hit <i>merge</i>.</p>
3232
<hr>
3333
<h2>1. The Problem We’re Solving</h2>
3434
<p>In the old world, a server was a pet: lovingly hand-fed config files, patched on Sundays, and inevitably different from every other server. The result?</p>
@@ -40,7 +40,7 @@ <h2>1. The Problem We’re Solving</h2>
4040
<hr>
4141
<h2>2. The North Star: Everything as Code</h2>
4242
<p>Instead of pets, we want cattle - identical, replaceable, and defined in text files that live in Git.</p>
43-
<p>If Git is the single source of truth, the rest of the stack becomes a conveyor belt that turns that truth into running software.</p>
43+
<p>If Git is the <i>single source of truth</i>, the rest of the stack becomes a conveyor belt that turns that truth into running software.</p>
4444
<hr>
4545
<h2>3. The Cast of Characters and Their Jobs</h2>
4646
<p>Table: A Declarative Software Stack</p>

0 commit comments

Comments
 (0)