Skip to content

Commit edfd71f

Browse files
authored
Update index.html
1 parent d21d343 commit edfd71f

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,28 +64,30 @@ <h1>From Snowflake Servers to GitOps Nirvana</h1>
6464
Today I’d like to walk you—step by step—through why these concepts exist
6565
and how a small constellation of tools (<a
6666
href="https://git-scm.com/"
67-
title="Version control for code, configs; tracks changes, enables collaboration."
67+
title="Version control for code, configs; tracks changes, enables collaboration"
6868
target="_blank"
6969
rel="noopener"
7070
>Git</a
71-
>, <a href="https://nixos.org/" target="_blank" rel="noopener">NixOS</a>,
71+
>, <a href="https://nixos.org/" title="Declarative Linux distro for reproducible system configurations" target="_blank" rel="noopener">NixOS</a>,
7272
<a href="https://docker.com/" target="_blank" rel="noopener">Docker</a>,
7373
<a
7474
href="https://developer.hashicorp.com/terraform/"
75+
title="Code-driven cloud infrastructure provisioning for consistent, repeatable setups"
7576
target="_blank"
7677
rel="noopener"
7778
>Terraform</a
7879
>,
79-
<a href="https://kubernetes.io/" target="_blank" rel="noopener"
80+
<a href="https://kubernetes.io/" title="Automates container deployment, scaling, and management for reliable apps" target="_blank" rel="noopener"
8081
>Kubernetes</a
8182
>,
8283
<a
8384
href="https://argo-cd.readthedocs.io/en/stable/"
85+
title="Automates Kubernetes deployments by syncing with Git configurations"
8486
target="_blank"
8587
rel="noopener"
8688
>ArgoCD</a
87-
>, <a href="https://dspy.ai/" target="_blank" rel="noopener">DSPy</a>, and
88-
<a href="https://www.openpolicyagent.org/" target="_blank" rel="noopener"
89+
>, <a href="https://dspy.ai/" title="Framework for coding, testing, and reproducing LLM prompt pipelines" target="_blank" rel="noopener">DSPy</a>, and
90+
<a href="https://www.openpolicyagent.org/" title="Policy-as-code tool enforcing rules for secure, compliant configurations" target="_blank" rel="noopener"
8991
>OPA</a
9092
>) fit together to create a platform that deploys itself every time you
9193
hit <i>merge</i>.

0 commit comments

Comments
 (0)