-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.
0 commit comments