GitHub

V002 - Weekly Technology Vlog #2 (Show Updates, Azure Updates, CloudFamily.info)
In this video, Chris lays out his second weekly technology vlog update talking about updates on Cloud With Chris (Weekly Vlogs, Blogs, Podcast Series episodes, Sessionize), Azure Updates, Community Updates (John Lunn aka JonnyChipz, Sarah Lean aka TechieLass, CloudFamily.info and Richard Hooper aka PixelRobots).

GitHub Codespaces, Visual Studio Code and Remote Containers
Imagine the scenario. You're a developer and you need to go and build some code. You need to install a number of dependencies, a code editor and perhaps a number of frameworks, only to find the code still doesn't compile on your machine. Probably because you're missing some frameworks or libraries. We've all been there. But perhaps, we don't have to be there. Stick around in this episode as we talk about Visual Studio Code, The Remote Containers Extension and GitHub Codespaces and how all of these can help solve that challenge.

V001 - Weekly Technology Vlog #1 (Blog, Hugo, Azure, GitHub & Azure DevOps)
In this video, Chris sets off his weekly technology vlog updates talking about some of the things he worked on over his December break including OSS Contributions. He also talks through some updates from the month of December across Azure, GitHub and Azure DevOps.

GitHub Issues and GitHub Discussions
In this episode, we'll be taking a look at GitHub Issues and GitHub Discussions which recently came out at GitHub Universe. Interested? Then stick around as we find out more about both of these topics!

GitHub Universe and GitHub Actions Deployments
In this episode, we're going to be taking a slight detour away from GitHub actions and focus on some of the announcements from GitHub universe last week. We're going to explore them both from the announcements, and also take a look at some of those features that have already been released. Stay tuned!

GitHub Actions and Azure - Deploying .NET Core code to Azure App Service
You have your .NET Core code. You have your application infrastructure ready. Now, it's time for us to deploy that application to Azure using GitHub Actions!

GitHub Actions and Azure - Deploying ARM templates with GitHub Actions
Have an application that you want to deploy to Azure in an automated way? Well, before we deploy the application code, we need some Azure Infrastructure for it to run on. In this video, we have you covered on how to deploy that infrastructure!

GitHub Actions and Azure - Getting started with GitHub Actions and Azure Login
Want to find out more about how GitHub Actions work? How about the Azure Actions that you might use in your first deployments in the platform? Then stick around, because this video is the one for you!

GitHub Actions and Azure - Source Controlling our Code using Git
Want to automate your application deployments into Azure? Heard about Git, GitHub or GitHub actions want to find out more? I'm starting a new series on how you can use GitHub Actions to deploy your applications into Azure! Interested? Then stick around to find out more.

10 - Exploring GitHub Actions to deploy Static Content and Azure Functions | Cloud with Chris
Recently, I've been doing a bit of work with GitHub Actions as well as Terraform for a pet project I've been working on. I've been building a multi-tenanted inventory app for my Yu-Gi-Oh card collection. In this session, we'll explore some of the GitHub actions that I have used to deploy the application content and various Microservices.