Content

DevOps in a Cloud World

DevOps in a Cloud World

2021-03-25

Chris joins Mert Yeter on the MSHowTo show talking all things DevOps, including CI/CD tools, Azure DevOps and GitHub, Azure Development related tooling, and the importance of monitoring as part of a DevOps approach!

Using Git LFS to version Podcast Audio files and trigger releases to production with GitHub Actions

2021-03-24 · 11 min

For some time, I've been using GitHub actions to update the content of my site (i.e. pages, descriptions, metadata, etc.). Through Hugo, these content updates automatically update the RSS feeds. This then makes the episodes appear in podcast services such as Apple Podcasts, Google Podcasts and Spotify. However, throughout that time I have been manually uploading the podcast files to my storage account. It wasn't a significant overhead, but I kept thinking that there must be a better way to do this. And, there is - I've implemented it! This blog post will walk you through why I've made these changes, how I made them and what the result is.

Cloud Drops - How does Git work behind the scenes?

Cloud Drops - How does Git work behind the scenes?

2021-03-24

Have you ever wondered how Git works behind the scenes? We'll go ahead, initialise an empty folder as a Git repository and explore the .Git folder that is created.

Cloud Drops - Introducing and Setting up Git LFS (Large File Storage)

Cloud Drops - Introducing and Setting up Git LFS (Large File Storage)

2021-03-23

Have you ever considered storing large binary files in your Git repositories? There are times where you may want to do this, e.g. for my podcast cloudwithchris.com to store my podcast files. Git LFS is an extension to Git which replaces large files with text pointers inside Git. Listen in to find out why you should care, how it works and what it is!

V012 - Weekly Technology Vlog #12 (Busy week, and quite a few blog posts to cover!)

V012 - Weekly Technology Vlog #12 (Busy week, and quite a few blog posts to cover!)

2021-03-22

This marks 3 months of the weekly vlogging! Chris talks about last week's very busy week (New content/talks every single day!). A new Cloud Drop episode on GitHub Codespaces, Part 4 of using GPG Keys to sign your Git Commits & GitHub, Welsh #Azure User Group and Using #Terraform #Cloud with Azure. As well as a series of #Azure Blogs, #Azure Updates, #DevOps Blog Updates and #GitHub Updates.

31 - Deploying to Azure through Terraform Cloud

31 - Deploying to Azure through Terraform Cloud

2021-03-19

You may have heard of Terraform, but are you aware of Terraform Cloud or Terraform Enterprise? In this session, Chris will give a rundown of how he has used Terraform Cloud as the underlying engine to deploy some of his own projects onto Azure. Prepare to get meta as we even look how Terraform can help set up Terraform Cloud in this episode of Cloud with Chris!

How GitHub can help in planning, building and deploying a Podcast/Blog site

How GitHub can help in planning, building and deploying a Podcast/Blog site

2021-03-18

Chris is the producer and host of his podcast CloudWithChris.com. He uses GitHub to version control the site's source code, GitHub Actions to build and deploy the site to Azure and other clouds, and GitHub Issues/Boards to plan the episode backlog. In this session, we'll explore how GitHub can be used to deploy your own workloads to Azure

Using GPG Keys to sign Git Commits - Part 4

2021-03-17 · 5 min

Part 4 - The final part (at least for now, until I find somewhere else that we can expand on with this)! This part will focus on porting the keys that we have recently generated onto our YubiKey device. I own a YubiKey NEO, so i'll be using that.

Cloud Drops - Introduction to GitHub Codespaces

Cloud Drops - Introduction to GitHub Codespaces

2021-03-16

Have you ever had to setup a development environment from scratch? You have to install a ton of dependencies, probably a few tools along the way as well. It's not fun, it takes a lot of time and it prevents you from being productive. This is where GitHub Codespaces comes in.

V011 - Weekly Technology Vlog #11

V011 - Weekly Technology Vlog #11

2021-03-15

Almost 3 months of vlogging! Chris talks about his recent episodes, and upcoming content. This upcoming week is full of DevOps, with the completion of the GitHub, Git and GPG Key series. On Friday, he'll be releasing an episode on using Terraform Cloud to deploy to #Azure. Lots of great community goodness this week, including an Azure Thames Valley meetup on Tuesday, and lightning talks at the Welsh Azure User Group on Thursday. All that, before we even start thinking about the Azure Blog/Updates, Azure DevOps Blog and GitHub Blog! Time to tune in and get up to date.