Videos

20 - The Anti-corruption layer, Gateway Aggregation and Gateway Routing patterns

20 - The Anti-corruption layer, Gateway Aggregation and Gateway Routing patterns

You've heard Peter and Chris talk about The Façade pattern previously. These patterns build upon the Façade concept. The façade layer could be used to translate requests between various subsystems, aggregate multiple backend requests into a single response and offload specialised functionality to a gateway proxy. Tune in and listen to Peter Piper join Chris Reddington, as they discuss The Anti-corruption layer, Gateway Aggregation and Gateway Routing patterns! This is another episode in the series of Architecting for the Cloud, one pattern at a time.

APIs Architecture Azure Application Gateway Azure Architecture Center Cloud Design Patterns Integration
19 - The Event Sourcing, Materialized View and CQRS Patterns

19 - The Event Sourcing, Materialized View and CQRS Patterns

The event sourcing pattern is a well-known pattern and has been around for some time. The idea is that you use an append-only store to record the full series of actions taken on the data. This combines well with the materialized view pattern, where a pre-populated view is generated over one (or more) data stores when the data isn't in an ideal format for querying. These two patterns are common patterns used in an event-driven architecture. Join Chris and Steph as they talk about both of these patterns and how they may be able to help. This is another episode in the series of Architecting for the Cloud, one pattern at a time.

APIs Architecture Azure Architecture Center Cloud Design Patterns Data Event-Driven Architecture
11 - The Geode Pattern - What is it and how can it be useful for my app?

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.

APIs Architecture Azure Architecture Center Cloud Design Patterns
18 - Tales from the Real World - Defying Gravity.. The magic behind Flight Simulator 2020

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...

Architecture Gaming
GitHub Issues and GitHub Discussions

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 GitHub Actions GitHub Discussions GitHub Issues
GitHub Universe and GitHub Actions Deployments

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!

.NET Core App Service DevOps GitHub GitHub Actions GitHub Discussions Manual Approvals
17 - The Throttling, Retry and Circuit Breaker Patterns

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.

APIs Architecture Azure Architecture Center Cloud Design Patterns
GitHub Actions and Azure - Deploying .NET Core code to Azure App Service

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!

.NET Core App Service DevOps GitHub GitHub Actions
GitHub Actions and Azure - Deploying ARM templates with 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!

ARM Templates DevOps GitHub GitHub Actions How To Infrastructure as Code Integration
GitHub Actions and Azure - Getting started with GitHub Actions and Azure Login

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!

DevOps GitHub GitHub Actions