fix: footnote in article

This commit is contained in:
Aldo Funes 2025-03-12 19:01:13 +00:00
parent 05dce6c649
commit 194b37282a
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,9 @@ updated = 2025-03-12
[taxonomies] [taxonomies]
tags = ["Infrastructure", "Automation", "Quality"] tags = ["Infrastructure", "Automation", "Quality"]
[extra]
social_media_card = "img/social_cards/blog_infrastructure_as_code.jpg"
+++ +++
# Introduction # Introduction
@ -69,8 +72,10 @@ it. On the other hand, provisioning it through code will make the process reusab
this server as code, is the better approach. Defining everything as code enables you to leverage speed to improve quality, much like Agile this server as code, is the better approach. Defining everything as code enables you to leverage speed to improve quality, much like Agile
uses speed to improve software quality by having tight feedback loops and iterating on that feedback. uses speed to improve software quality by having tight feedback loops and iterating on that feedback.
Infrastructure code can use declarative or imperative Infrastructure code can use declarative or imperative languages[^2].
languages[^2: "Imperative code is a set of instructions that specifies how to make a thing happen. Declarative code specifies what you want, without specifying how to make it happen."].
[^2]: Imperative code is a set of instructions that specifies how to make a thing happen. Declarative code specifies what you want, without
specifying how to make it happen.
# Infrastructure stacks # Infrastructure stacks

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB