Follow me on LinkedIn for daily Microsoft 365 insights

Dev Talk Episodes

Dev Talk is where we focus on the craft of building on the Microsoft stack — not just writing code, but engineering with intention. This is where we look at .NET, C#, TypeScript, Azure development, API design, solution architecture, ALM, Bicep / ARM, CI/CD, security-by-default patterns, dependency control, component models, performance optimisation, solution lifecycle, test automation and the shift toward cloud-native development as a default mindset rather than a niche specialty.

We do not treat “developer” as merely a role that types code.
We treat development as product engineering: understanding business context, modelling domains correctly, choosing the right abstraction level, validating assumptions, instrumenting for telemetry, building feedback loops, and coding with the idea that maintainability five years from now matters more than quick wins this sprint.

Dev Talk is also where we connect the pro-dev world with the rest of Microsoft’s platform. Low-code extension points, Power Platform pro-dev APIs, Fabric notebooks and data plane integration, Dynamics extensibility, Copilot orchestration patterns, Azure Functions, event-driven architectures, serverless boundaries, edge compute — and the real considerations of building software that lives inside a larger platform ecosystem.

Dev Talk is for people who care about code as an engineering discipline, not a feature factory. If it compiles, deploys, scales, integrates, instruments, or runs as part of the Microsoft cloud — it belongs in Dev Talk.
Aug. 13, 2025

Automating SharePoint Online with Site Scripts and PnP Provisioning

Stop hand-building SharePoint sites. Use Site Scripts/Site Designs for instant branding, lists, and layout, then extend with PnP PowerShell for permissions, web parts, and post-provision tweaks. Add source control, sandbox testing, and logging to make provisioning reliable, scalable, and audit-proo…
Aug. 12, 2025

Copilot Extensibility for Microsoft 365 Developers

Copilot is powerful—but out of the box it sees only Microsoft 365 content, missing the bulk of your organization’s knowledge in legacy wikis, CRMs, ticketing tools, and file shares. The fastest path to business-specific answers is Microsoft Graph Connectors. Unlike narrow plugins or brittle custom …
Aug. 11, 2025

Graph API Permissions & Consent Models Explained

Most Graph-powered apps fail at rollout not because of code, but consent. Dev tenants allow broad testing; production enforces tight policies that block risky scopes. The fix is understanding Graph’s two models—delegated (user-in-context) vs. application (app-only, org-wide)—and requesting the mini…
Aug. 10, 2025

Managing Git Integration with Microsoft Fabric Notebooks

Microsoft Fabric’s Git integration isn’t a backup—it’s the backbone of safe, scalable collaboration on notebooks, pipelines, and models. This guide explains why merge chaos happens, what actually syncs to Git (code/metadata) vs. what doesn’t (Lakehouse data), and the one switch that saves teams: ad…
Aug. 9, 2025

Implementing CI/CD for Power Platform with Azure DevOps Pipelines

Tired of manual, brittle Power Platform deployments? This guide shows how to build a reliable CI/CD pipeline with Azure DevOps that handles the real trouble spots: environment variables, connection references, service connections, and secure secrets. Learn exactly what a solution package includes (…
Aug. 9, 2025

Using Microsoft Graph for Custom App Integrations

Most Microsoft 365 automations fail for the same reason: they rely on fragile delegated permissions tied to human users—leading to session timeouts, MFA prompts, role changes, and broken jobs. The fix is shifting to app-only permissions with Microsoft Graph: run headless, least-privilege, auditable…
Aug. 7, 2025

Triggering Personalized Emails with Power Automate + D365

This episode explains why one-off “thank you” emails from Dynamics 365 (D365) fall flat—and how to replace them with adaptive customer journeys that boost replies, retention, and revenue. You’ll learn how to use D365 signals and Power Automate to trigger timely check-ins, tailored product tips, and…
Aug. 1, 2025

PowerShell Remoting Is NOT Just a Command

Your PowerShell Remoting isn’t “just a connection”—it’s the backbone of your M365 security (or your biggest liability). One sloppy session, a hard-coded credential, or a legacy auth toggle, and you’ve built an attack path right into production. Architect remoting like a system—least privilege, toke…
July 31, 2025

PowerShell vs Graph API: Who Wins When?

Stop Wasting Hours on Scripts: PowerShell vs Microsoft Graph—Exactly When to Switch (With Real Signals) Still cranking out CSVs while your tenants balloon in size? In this episode, we show the precise breakpoint where quick PowerShell wins turn into long-term pain—and when moving to Microsoft Gr…
July 31, 2025

M365 Branding Chaos? Graph Toolkit Fixes That

Stop Shipping Off-Brand M365 Apps: Graph Toolkit React Components That Fix Auth, People Search, and Calendars in Minutes Your Microsoft 365 front end shouldn’t look like a patchwork of plugins and half-broken OAuth. In this episode, we show how the Microsoft Graph Toolkit gives you trusted, pre-…
July 30, 2025

Nobody Explains Microsoft Graph Consent—Here’s What’s Missing

Stop blindly clicking “Grant admin consent.” This deep dive demystifies Microsoft Graph app-only permissions—who consents, which scopes you actually need, and how tokens really work in production. Learn least-privilege setups, admin consent gotchas, secret/cert rotation, managed identity, and audit…
July 30, 2025

Microsoft 365 CLI: The Shortcut No Manager Talks About

Ditch the tab-juggling and OS headaches. The Microsoft 365 CLI gives admins one cross-platform command set for SharePoint, Teams, Outlook, Planner, and more—on Windows, macOS, and Linux. Build portable automations, run bulk updates, wire into CI/CD, and output clean JSON for dashboards and audits. …
July 30, 2025

The Hidden Cost of Skipping DevOps in Power Apps

Your Power Apps aren’t breaking in prod because of bad code—they’re breaking because you’re skipping DevOps. Learn why “Publish” is not a rollback plan, why solution ZIPs are a trap, and how real ALM (source control, pipelines, managed solutions, env strategy) slashes outages, rework, and panic. Sh…
July 29, 2025

Microsoft Graph API: The Secret Control Panel

Microsoft 365 looks like apps—Outlook, Teams, SharePoint. The real power is the Microsoft Graph API: one gateway to automate onboarding, sync calendars, govern groups, and ship dashboards the admin centers can’t. In this episode, I show you how Graph actually works (endpoints, scopes, tokens), how …
June 21, 2025

Unleashing Innovation with Power Apps AI Builder: Transforming Low-Code with Intelligent Automation

Stop waiting on data scientists. Power Apps AI Builder drops ready-to-use AI—document processing, prediction, object detection, text models—straight into your apps and flows. Build it, ship it, retrain it, all inside the Power Platform with enterprise-grade security.