Azure Terraform: Part 7 – Terraform State
Explains the purpose and importance of the Terraform state file in managing Azure infrastructure, covering its contents, dependencies, and storage.
Explains the purpose and importance of the Terraform state file in managing Azure infrastructure, covering its contents, dependencies, and storage.
Explains the importance and best practices of modularizing infrastructure code in Terraform for better organization, reusability, and maintainability.
Explains how to integrate Amazon CodeCatalyst with Amazon VPC to deploy and manage resources in private subnets using CI/CD workflows.
Guide on integrating Azure Deployment Environments into CI/CD pipelines using Azure DevOps, Bicep, and CLI for automated sandbox deployment.
Explains the benefits and challenges of using multiple Terraform state files versus a single file for managing Azure infrastructure.
How maintainers can use GitHub Actions to automate issue management, contributor workflows, and other repository tasks.
Guide to creating isolated Azure sandbox environments for developers to deploy and test application changes using Azure Deployment Environments.
A guide to understanding Kubernetes core concepts by comparing traditional VM-based deployment patterns with modern container orchestration.
A tutorial on using the dotnet-sonarscanner CLI tool to analyze a .NET solution and generate reports with SonarQube.
A step-by-step guide to installing and running a local SonarQube instance for code quality analysis and experimentation.
Explains how to implement design-time validation and unit testing for Azure infrastructure using Bicep to improve IaC quality.
A recap of two AWS developer sessions from the AWS On Tour event in Milan, focusing on IDE productivity tools and streamlined DevOps with CodeCatalyst.
A recap of two AWS developer sessions from the AWS On Tour event in Barcelona, focusing on IDE toolkits and DevOps with CodeCatalyst.
A recap of two AWS sessions on developer productivity with the AWS Toolkit IDE integration and rapid deployment using Amazon CodeCatalyst.
Introduces Azure Quick Review (azqr), an open-source CLI tool for scanning Azure resources and generating compliance reports.
A tutorial on building Docker images and running ASP.NET Core applications inside containers using Dockerfile commands.
A guide to containerizing ASP.NET Core applications with Docker, covering installation, Dockerfiles, and deployment.
A monthly business retrospective from TinyPilot's founder covering revenue, product updates, and time management challenges in running a hardware company.
Guide on configuring AWS CodeBuild to run GitHub Actions within a private AWS subnet for secure database deployments.
Introducing kr8s, a new Python Kubernetes client library designed for simplicity and familiarity, inspired by kubectl.