Episodes

Interested in becoming a guest on the show? Sign up!

Have ideas for a new episode topic, or perhaps a new series? Tweet me on Twitter!

Johnny Hooyberghs
DeveloperSteve Coochin
Will Eastbury
Martin Woodward
Glen Small
Marcel Lupo
Lee Williams
Vanessa Bruwer
Asanka Abeysinghe
Isaac Levin
Steph Martin
Thomas Thornton
33 - External Config and Claim Check Pattern - Easier Management and Externalising Payloads

How often do you think about the configuration of your applications across environments/regions/deployment boundaries? What if that configuration was stored somewhere externally but centralised, to make management easier? That’s the idea behind the external config pattern! How about another scenario - What about those times where you’ve wanted to use a messaging service, but your payload is too big? Thought about externalising that payload too? Well, that’s the Claim-check pattern! Join Peter and Chris as they talk about both of these patterns in this episode of Cloud with Chris!

Episode

April 2, 2021
Cloud Drops - Git 101 - Why use Git, and how to get started

Have you ever had a scenario where you need to maintain versions of a set of files? Or have you needed to collaborate on files with colleagues in some way? That’s a common scenario for developers, infrastructure engineers or data scientists/developers. It’s an increasingly common problem. Some people solve this using file shares or FTP Servers with numerous files, v1, v2, v2-final, but that doesn’t scale and is quite a messy approach. Surely there is a better way? That’s where a Version Control System can really help you. One such option is Git. Git is a distributed version control system, which means that rather than relying on a central location to host and store the entire set of files and history, each machine has a full version of the codebase and history locally. This means each user can be productive locally and independently on their own machine. Git is also optimised to be very lightweight and perfomant.

Episode

March 30, 2021
V013 - Weekly Technology Vlog #13 (Lots of Azure, DevOps & GitHub) Blogs, Quick-fire Azure Updates

In this video, Chris provides an update on the Azure Blogs (lots of great updates this week), a quick-fire round of Azure Technology Updates, dives into the Azure DevOps Blog and GitHub Blogs. Then we cover a VERY busy week of Cloud with Chris over the last week, and what’s coming up talk-wise over April (It’s looking to be a packed month!)

Episode

March 28, 2021
32 - Accelerate .NET to Azure with GitHub Actions

GitHub Actions makes it easy to automate all your software workflows, now with world-class CI/CD. Build, test, and deploy your code right from GitHub. Make code reviews, branch management, and issue triaging work the way you want. With .NET Core bringing a cross platform approach, getting your applications to the Cloud is easier than ever. In this session we will learn the different ways to deploy our .NET applications to the cloud and how we can use GitHub Actions to make it faster!

Episode

March 26, 2021
Cloud Drops - How does Git work behind the scenes?

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.

Episode

March 24, 2021
Cloud Drops - Introducing and Setting up Git LFS (Large File Storage)

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!

Episode

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

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.

Episode

March 22, 2021
31 - Deploying to Azure through Terraform Cloud

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!

Episode

March 19, 2021
Cloud Drops - Introduction to GitHub Codespaces

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.

Episode

March 16, 2021
V011 - Weekly Technology Vlog #11

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.

Episode

March 15, 2021