Cloud Computing

Part 3 Azure DevOps

Part 3 Azure DevOps: How to Set up a Testing Plan

Code bugs are detrimental for your application development. That’s why you should create a thorough testing plan.It allows you to test your code and check if it meets the requirements. Learn how to set up a testing plan in Azure DevOps, create and define one, and turn work items into tests.

How to Install Terraform on AWS EC2

How to Install Terraform on AWS EC2

This tutorial will help you get started using Terraform on a commonly used cloud virtual machine: the AWS Elastic Compute Cloud 2 (EC2) instance. You’ll learn how to install it, connect it to AWS, then provision some infrastructure and finally destroy it.

Part 2 Azure DevOps:

Part 2 Azure DevOps: How to Create a Release Pipeline

Welcome back to part 2 of our 3 part series on Azure DevOps! In the last article, you learned how to set up a project repository and create a build pipeline. In this article you’ll learn how to set up an Azure release pipeline. We’ll go over the environments, what they’re used for, and how to build out a basic release pipeline.

How to Break a String in YAML

How to Break a String in YAML over Multiple Lines

YAML is a human-readable data serialization format. You can use it to store data for programs, and as an alternative to XML. YAML files are often used to store configuration files. YAML also allows you to break a string over multiple lines, which can be helpful when the string is too wide for our screen. Learn how to break a YAML string over multiple lines in this article.

Part 1 Azure DevOps

Part 1 Azure DevOps: Setting up a Repo and Creating a Build Pipeline

In this first part of a three-part Azure DevOps tutorial series, you’ll set up a repo to store all your code and create a build pipeline. This article will give you everything you’ll need to start software development in Azure DevOps. In the next article, you’ll learn how to set up a release pipeline. Finally, in the third you’ll learn how to set up QA testing. Each tutorial will help you understand Azure DevOps basics that you’ll need for every software project.

Scroll to Top