Internal Developer Portals are reshaping the developer experience. What's the best way to get started? Do you build or buy? Tune in to see.
Agentic AI. It's everywhere. But what does that mean for developers? Learn to leverage agentic AI to improve efficiency and innovation.
Ever run code in CI/CD and builds pass only to fail during deployment? Smoke Test patterns in CI/CD pipelines using Infrastructure as Code (IaC) can ensure that apps are tested live in target environments which provide valuable insights pre-deployment.
Infrastructure as code (IaC) is the process of managing and provisioning cloud and IT resources via machine readable definition files and is a part of modern continuous integration pipelines. IaC enables organizations to provision, manage, and destroy compute resources using modern DevOps tools. IaC enables this by statically defining and declaring these resources in code, then deploying and dynamically maintaining these resources via code.
In this on-demand webinar, Angel Rivera, Developer Advocate for CircleCI, will demonstrate how to leverage IaC to provision infrastructure, deploy apps, test then destroy all the resources created in a single CI/CD pipeline run.