Skip to content
ITNotes ITNotes

From Terminal to Cloud

  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
  • AI
  • DevOps
  • HomeLab
  • Linux
  • Networking
  • Programming
  • English
    • English
    • Tiếng Việt
    • 日本語
Home » cloud
DevOps tutorial - IT technology blog
Posted inDevOps

CDK for Terraform (CDKTF) with Python: Deploy Cloud Resources Without Writing HCL

September 3, 2026
CDK for Terraform (CDKTF) lets you define cloud infrastructure using Python instead of HCL — while keeping Terraform's state management and provider ecosystem intact. This guide walks through installation, writing your first Python stack, deploying to AWS, and verifying the result.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

AWS CDK with TypeScript: Build Cloud Infrastructure Without Writing a Single Line of YAML

June 12, 2026
CloudFormation YAML gets unmanageable fast. AWS CDK lets you define AWS infrastructure in TypeScript — with type safety, loops, and reusable constructs that generate the CloudFormation template automatically. This guide walks through building a real S3 + Lambda + API Gateway stack from scratch.
Read More
DevOps tutorial - IT technology blog
Posted inDevOps

Infrastructure as Code with Pulumi and TypeScript: Manage Cloud Resources Like Real Code

April 7, 2026
Pulumi lets you define cloud infrastructure using TypeScript instead of YAML or HCL — giving you loops, types, unit tests, and reusable components. This guide walks through installing Pulumi, writing your first AWS resources in TypeScript, managing multiple environment stacks, and verifying deployments with previews and stack outputs.
Read More
Copyright 2026 — ITNotes. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top