Content

Getting into DevRel

Getting into DevRel

2021-08-27

What is Developer Relations, and how do you build a career in it? Chris is joined by Martin Woodward — Director of Developer Relations at GitHub and the person who brought Git to Microsoft — to explore the open source contribution funnel, what drives community leaders, the community-building skills that underpin a DevRel career, and how platforms like GitHub Actions achieve explosive growth through network effects.

Why you should care about Azure Front Door Standard and Premium

2021-08-26 · 10 min

Azure Front Door - It's an Azure Service that has been generally available for quite some time. It went Generally Available (GA) in April of 2019 after being in Public Preview since September 2018. It's had several updates since, including a slew of Web Application Firewall enhancements, Rules Engine support and much more. But did you know Microsoft released the Azure Front Door Standard and Premium SKUs in preview in Feburary of 2021? So, what are they? How do they compare to the aforementioned Azure Front Door offering? And when would you want to think about using Azure Front Door compared with Azure CDN? We'll be covering all of those points in this post.

How GitHub can help in planning, building and deploying a Podcast/Blog site

How GitHub can help in planning, building and deploying a Podcast/Blog site

2021-08-26

Chris is a Cloud Solution Architect at Microsoft. He'll explore how GitHub Actions can be used to deploy your own static sites (or other apps!) to Azure.

Why closed captions in your public speaking may make a difference

Why closed captions in your public speaking may make a difference

2021-08-25

Hearing impairment affects an estimated 430 million people worldwide — yet accessibility in public speaking is still an afterthought for most presenters. Kai Saata, a data consultant and cochlear implant user, joins Chris to explain why closed captions matter for audiences with hearing difficulties, how cloud-powered live transcription in tools like Microsoft Teams is changing inclusive communication, and what every speaker can do today to make their content accessible to more people.

V034 - Sailing the Sea of Thieves while talking Cloud

V034 - Sailing the Sea of Thieves while talking Cloud

2021-08-22

Chris and community members sail the Sea of Thieves while covering Azure updates including Government Top Secret GA, ASP.NET app migration tooling, and Forrester Wave recognition for streaming analytics. GitHub updates include 2FA enforcement for git operations, Git 2.33, and Discussions GA, while the crew discusses Azure certification prep strategies, career transitions into DevOps, and the open-source Cloud Katana security assessment tool.

43 - A Decentralized Reference Architecture for Cloud-native Applications

43 - A Decentralized Reference Architecture for Cloud-native Applications

Asanka Abeysinghe, Chief Technology Evangelist at WSO2, introduces the cell-based reference architecture — a vendor-neutral, decentralised framework for cloud-native applications. The session explores microservices governance challenges, how Domain-Driven Design scopes service responsibilities into well-bounded cells, and how the cell-based model aligns architecture, development, and DevOps teams into cohesive autonomous units built around business domains.

Discussing the Cloud with Chris Integration Platform

Discussing the Cloud with Chris Integration Platform

2021-08-19

Chris is joined by Karl Cooke (IrishTechie.com) for a deep dive into the CloudWithChris.com integration platform — a real-world Azure integration architecture built to automate content distribution to Twitter, LinkedIn, Facebook, and Reddit, and to amplify updates from the Azure, GitHub, and Azure DevOps blogs. The session walks through the full architecture: Azure Functions, Azure Service Bus topics and queues, Azure Table Storage, Azure Logic Apps, and a Vue.js management UI, plus a custom URL shortener for per-platform analytics.

How to use the Azure Well-Architected Framework in your projects

2021-08-18 · 5 min

You'll have probably spotted by now that cloud architecture is a passion area of mine, and a regular topic that features on Cloud With Chris. We've talked a lot about Cloud Design Patterns and requirements-driven engineering in the past, as well as the various pillars of software quality. But one area that hasn't been explored too much is the Azure Well-Architected Framework. So in this blog post, we'll explore that, and identify how it can be used in your own projects.

Find vulns in your code before they find you

Find vulns in your code before they find you

2021-08-18

Security vulnerabilities don't wait to be discovered — and developers are often unknowingly shipping them through open source dependencies. In this episode, Chris is joined by DeveloperSteve Coochin, Developer Advocate at Snyk, to explore the real-world state of vulnerabilities in modern applications. Steve shares findings from his research into the PHP ecosystem and explains how developers can shift vulnerability detection left — catching CVEs in dependencies before they reach production, by integrating tools like Snyk directly into their CI/CD pipelines and GitHub workflows.

How to use Managed Identity and APIM to call Azure Services from an APIM policy directly

2021-08-17 · 3 min

Back in June, I wrote a blog post on API Management and how you can use API Management policies to enforce access restriction policies. I was going to write a follow up post on how to use API Management policies in additional scenarios, but it's one of those scenarios where great minds think alike!