Videos

11 - The Geode Pattern - What is it and how can it be useful for my app?
You may have heard of patterns like the retry pattern, circuit breaker, CQRS or bulkhead. But have you heard about the Geode pattern? Join Chris and Will Eastbury in this session as they talk through how this pattern can help improve latency and increase availability for your application.

18 - Tales from the Real World - Defying Gravity.. The magic behind Flight Simulator 2020
Have you tried Flight Simulator 2020 and been impressed by how well it maps to the real world? Joined other users in the simulator on a journey and encountered other 'live' aircrafts, or changing weather conditions? This is powered by the Cloud! Join Chris and Cam as they embark on a journey of discovery, and a quick lap around the skies...

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!

17 - The Throttling, Retry and Circuit Breaker Patterns
How are you thinking about handling load on your application, scaling out perhaps? But what about if you're building a multi-tenant service and worried about safeguarding resources on a per tenant basis? What happens if there's a temporary blip, and there are issues that impact the stability of the application? Then tune in to this episode where Chris is joined by John Downs, talking about the Throttling, Retry and Circuit Breaker Patterns. This is another episode in the series of Architecting for the Cloud, one pattern at a time.

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.

16 - The Backends for Frontends and Strangler Pattern with Peter Piper
Developing applications for new platforms, and struggling to manage your API estate? Finding you have to refactor, or in a scenario where your code isn't clean? Want to decouple your backend APIs from your clients, and figure out how you can move from a legacy set of APIs to modern APIs? Then tune in and listen to Peter Piper join Chris Reddington, as they discuss the Backend for Frontends and Strangler Pattern, with an honourable mention to the Façade pattern as well! This is another episode in the series of Architecting for the Cloud, one pattern at a time.