If you are getting started or are a seasoned IT professional dealing with building or deploying application code, you may have heard of containers. This is my note, along with a few links as I wrapped my head around the concept of a docker image, an image repository, and an image container. By the end … Continue reading Getting started with Docker
Tag: getting started
Getting started with Terraform
Provisioning and de-provisioning computing resources happen at a faster rate as the process of doing so become accessible. And cloud technologies like AWS and Azure have made it easy, cheap, and quick to do so. However, provisioning resources manually (although possible) is not scalable and also not efficient. Any organization pursuing its DevOps journey must … Continue reading Getting started with Terraform
Getting started with Azure Devops -create a release definition
This is part 8 of a multipart series on getting started with Azure DevOps. Please refer to the below links to access other notes in this series. Part 1: Getting started with Azure DevOps Part 2: Getting started with Azure DevOps -work items Part 3: Getting started with Azure DevOps -add a repo Part 4: … Continue reading Getting started with Azure Devops -create a release definition
Getting started with Azure Devops -create a build pipeline -Part 1 (YAML pipeline)
This is part 5 of a multipart series on getting started with Azure DevOps. Please refer to the below links to access other notes in this series. Part 1: Getting started with Azure DevOps Part 2: Getting started with Azure DevOps -work items Part 3: Getting started with Azure DevOps -add a repo Part 4: … Continue reading Getting started with Azure Devops -create a build pipeline -Part 1 (YAML pipeline)
Getting started with Azure Devops -create a build pipeline -Part 2 (Classic Editor)
This is part 6 of a multipart series on getting started with Azure DevOps. Please refer to the below links to access other notes in this series. Part 1: Getting started with Azure DevOps Part 2: Getting started with Azure DevOps -work items Part 3: Getting started with Azure DevOps -add a repo Part 4: … Continue reading Getting started with Azure Devops -create a build pipeline -Part 2 (Classic Editor)
Getting started with Azure DevOps -create a deployment group
This is part 7 of a multipart series on getting started with Azure DevOps. Please refer to the below links to access other notes in this series. Part 1: Getting started with Azure DevOps Part 2: Getting started with Azure DevOps -work items Part 3: Getting started with Azure DevOps -add a repo Part 4: … Continue reading Getting started with Azure DevOps -create a deployment group
My experiments with git and github
What is git? A few years back I heard about this super awesome distributed version control tool that did not need me to be connected to the server all the time I was working on code (I was/am a TFVC/Azure Devops user). So not being connected to the server sounded really cool because that was … Continue reading My experiments with git and github