Chris Reddington

Chris Reddington

Chris is a Cloud Solution Architect at Microsoft UK, working with customers in the Manufacturing & Resources industry.

By day, he works with stakeholders in start-ups and enterprises from developers and system admins through to Heads of Division and CTOs on accelerating their journey to the cloud, while actively listening and working with the Azure Engineering teams to further improve the Azure Platform. His primary technical areas of focus are Cloud Architecture, Cloud Native Solutions (including Kubernetes) and DevOps tooling and principals.

Chris has presented at several internal and external events including Microsoft Tech Ready, Microsoft Ignite and several Microsoft Tech Summit events.

Upcoming Episodes

In this session, Chris is joined by Chris Ayers! Chris gives insight on how you start implementing feature flags, You’ll be leaving this session wanting to separate your releases from your deployments! You will have an understanding of What feature flags are, The types of feature flags, Best practices around feature flags, Implementing feature flags using, Feature Toggles, Azure Application Configuration and Launch Darkly.

Episode

December 17, 2031

ToolUp Tuesday is all about showing the thought process and decisions made when creating an application. Join Chris and Matt as they build a new application from the ground up, including development processes, tooling, service choices and architectural decisions!

Episode

December 24, 2031

Overwhelmed at keeping up to date with Azure? Or how about keeping a pulse on the Latest GitHub news, Azure DevOps and more? In this episode, Chris provides a summary of updates on the latest Azure DevOps News, GitHub updates and new announcements in Azure. And if that wasn’t enough, he also gives a roundup of the latest on Cloud With Chris - including episodes, blog posts, open source projects and community work! Let Chris do the hard work keeping you on top of everything! Grab some snacks. Grab a drink. Come along and tune in for a relaxed and informative learning session!

Episode

January 1, 2032

Past Episodes

Are you now working with source code? Whether that’s Application Code, Infrastructure as Code, Database Schemas or Data Science workbooks as code, you may have heard of a term ‘Continuous Integration’ (CI). This is the process of regularly merging code, and running a series of automated builds/tests/checks to ensure that quality remains high in your production codebase. Find out more in this video.

Episode

July 20, 2021

In this video, Chris provides another update on Cloud with Chris, updates on what’s coming soon and Azure related news!

Episode

June 14, 2021

In this video, Chris provides another update on Cloud with Chris, updates on what’s coming soon and the Azure, Azure DevOps and GitHub news!

Episode

June 6, 2021

Have you heard about Azure Event Grid, but not exactly sure what it is or how you could use it? In this Cloud Drop, we’ll create an event-driven process using Azure Event Grid, Azure Storage Queues and Azure Functions. Get ready to learn all about Event-Driven workflows, Event-Handlers, Topics, Subscriptions and more!

Episode

May 15, 2021

You may have heard about Software Code or Infrastructure as Code. Well, in this video, we’ll be talking about pipelines as code. If you’re familiar with tools like Azure DevOps, Circle CI, GitHub, GitLab and Jenkins, you may notice a trend where these platforms are allowing you to define your pipelines as code. Throughout this video, we’ll be defining a multi-stage pipeline in Azure DevOps, and picking up some tips along the way.

Episode

May 11, 2021

Have you wanted to get started learning Azure, but you’re not quite sure where to start? Then you need to check out Microsoft Learn! Microsoft Learn is a hub for learning content, including modules and learning paths, information around the official Microsoft certifications, and a curated video platform called learn tv.

Episode

April 5, 2021

Windows Terminal is a modern application that allows you to use your command-line of choice, whether that is the Windows Command Prompt, PowerShell, PowerShell Core, Windows Subsystem for Linux or the Azure Cloud Shell. This Cloud Drop shows you how to install Windows Terminal, and some tips/tricks in making you productive in Azure!

Episode

April 3, 2021

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

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

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

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

Have you implemented caching within your application and need a better way to maintain consistency between your cache and datastore? Or maybe you haven’t adopted caching yet, and intrigued on what patterns you could use to do so? Then take a look in this session as Chris explores how caching can improve your access to information in your data store, using the cache aside pattern.

Episode

March 12, 2021

Want to get started with the Azure CLI in Azure Cloud Shell or on Containers, Linux, macOS or Windows? Then check out this bite-sized video from the Cloud With Chris Cloud Drops series on Installing, Upgrading and Auto-Upgrading the Azure CLI.

Episode

March 10, 2021