devword.net

Category: Getting started

  • Getting started with Azure Pipelines

    Getting started with Azure Pipelines

    Azure DevOps is a SaaS solution for your git repositories, wikis, artifact repository and more. One part of it is Azure Pipelines, for your CI/CD pipelines. We will show you how can quickly build your first pipeline with Azure DevOps. Azure Pipelines is a part of Azure DevOps with which you can create CI and…

  • Getting started with AWS CDK v2

    Getting started with AWS CDK v2

    With the AWS CDK you can easily build your infrastructure on AWS as Infrastructure-as-Code. Instead of writing long CloudFormation templates in YML you can write short, to the point code to create an S3 bucket, deploy a Lambda or create a CloudFront distribution. We will walk you through everything you need to know to get…