Skip to content

Commit 8492f13

Browse files
authored
fix: typo in dx article
1 parent 399f5f0 commit 8492f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/1.posts/66.developer-experience-thoughts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The “Intuitive Vue framework” (as it’s called in the [Nuxt’s website](ht
4949
::div{ .col-span-2 }
5050
### Pulumi
5151

52-
With [Pulumi](https://www.pulumi.com/product/infrastructure-as-code/) you can author your infrastructure as code using programming languages like TypeScript/JavaScript, Python, Go, C#, or Java. The developer experience is nice because you don’t have to learn and use a clunky DSL (domain specific language) like HCL to write your infrastructure code. You can use a language your already know, benefit from its ecosystem and tooling, and . The developer experience is only [one of the reasons of using Pulumi instead of Terraform](https://techwatching.dev/posts/pulumi-vs-terraform#a-better-developer-experience) but I think it’s an important one because when doing IaC you don’t want to focus on the tools but on the complexity of configuring the infrastructure itself.
52+
With [Pulumi](https://www.pulumi.com/product/infrastructure-as-code/) you can author your infrastructure as code using programming languages like TypeScript/JavaScript, Python, Go, C#, or Java. The developer experience is nice because you don’t have to learn and use a clunky DSL (domain specific language) like HCL to write your infrastructure code. You can use a language your already know, and benefit from its ecosystem and tooling. The developer experience is only [one of the reasons of using Pulumi instead of Terraform](https://techwatching.dev/posts/pulumi-vs-terraform#a-better-developer-experience) but I think it’s an important one because when doing IaC you don’t want to focus on the tools but on the complexity of configuring the infrastructure itself.
5353
::
5454
![Screenshot of Pulumi's website highlighting "Infrastructure as Code in any Programming Language" with a "Get Started" button. The page promotes authoring in any language for cloud deployment, featuring languages like TypeScript, Python, Go, C#, Java, and YAML.](/posts/images/66.dx_pulumi.png){width="400" height="400" .rounded-lg.mx-auto .col-span-1}
5555
::

0 commit comments

Comments
 (0)