Typescript & Terraform for beginners – Infrastructure as code (IaC)
Today I’m going to demonstrate how to spin up AWS Infrastructure using Typescript and Terraform. To spin up infrastructure using Terraform, usually we’ll have to write HCL (Hashicorp Configuration Language) manifests but with Terraform CDK we can spin up our own infrastructure with various Cloud providers (AWS, Google, Azure, etc) while using our favorite programming language
We’re going to take a look at VS Code Server which is currently in private preview. I’m going to walk…
We’re going to be exploring this amazing NodeJS library called chatgpt-prompts. This library allows you to use over 140+ amazing…