41 Zombie Domains and a 10.7GB Memory Dump: Inside a FileSystemWatcher Storm Some cases arrive already on fire. This was one of them. The customer was a customer running a .NET application on Azure App Service. The application was recycling. Not occasionally, continuously. And it was leaking memory at a rate that had produced aContinue reading “Solving Memory Leaks in Azure App Services”
Tag Archives: AI
Avoiding Health Check Failures in Java Applications
The 30-Second Misconfiguration That Held a Deployment Hostage There is a special category of production bug that hides in plain sight. It doesn’t crash anything. It doesn’t throw an exception you can grep for. It just quietly prevents your infrastructure from doing what it’s supposed to do, and it waits patiently while you stare atContinue reading “Avoiding Health Check Failures in Java Applications”
Why You Should Challenge AI’s Confidence
When I first started working with AI tools, I was genuinely stunned. The power, the speed, the breadth of what it could do, it felt like someone had handed me a turbocharger for my brain. I dove in headfirst. Then it burned me. Not once. Not twice. AI confidently gave me wrong answers, fabricated references,Continue reading “Why You Should Challenge AI’s Confidence”
Understanding Azure App Service Application Initialization
Overview Application Initialization (AppInit) is an IIS module built into Azure App Service (Windows) that triggers application warm-up before instances begin serving production traffic. Without it, the first request after a restart, scale-out, or slot swap absorbs the full cold-start penalty: JIT compilation, cache priming, EF model building, and connection pool establishment. AppInit eliminates thatContinue reading “Understanding Azure App Service Application Initialization”
Harnessing Humor to Boost AI Adoption
Why Humor Might Be the Most Underrated Accelerator of AI Adoption Picture this: It’s 11pm. A developer is staring at a memory dump the size of a small novel, fueled by cold coffee and sheer spite. They ask their AI diagnostic tool what’s wrong. It responds: “Multiple memory allocation anomalies have been detected across severalContinue reading “Harnessing Humor to Boost AI Adoption”
Transform Frustration into AI Innovation
Chris Corder| Azure Senior Technical Advisor | Published Author & Speaker. Building AI-Powered Diagnostics for Cloud Systems | Azure • Networking • Performance January 2026 A few months ago, I wrote about how the most miserable task in your job might actually be your best AI automation opportunity. For me, that task was network packetContinue reading “Transform Frustration into AI Innovation”
Getting Started with Compound AI: A Practical Guide for CTOs
After publishing my article on the compound AI revolution, I received dozens of messages from CTOs and engineering leaders asking the same question: “This sounds transformative, but where do I actually start?” It’s the right question. Understanding that compound AI systems represent the future is one thing. Building one that delivers real business value isContinue reading “Getting Started with Compound AI: A Practical Guide for CTOs”
The AI-Augmented Nurse Practitioner: Transforming Primary Care Through Intelligent Partnership
The future of healthcare is not defined by artificial intelligence replacing clinicians, but by AI amplifying the uniquely human capabilities that make Nurse Practitioners (NPs exceptional caregivers. Over the coming decade, AI is poised to fundamentally reshape medical practice—restoring focus, time, and meaning to patient care. From Administrative Burden to Clinical Focus Nurse Practitioners spendContinue reading “The AI-Augmented Nurse Practitioner: Transforming Primary Care Through Intelligent Partnership”
The Compound AI System Revolution: Why the Future Isn’t One Model, It’s Orchestrated Intelligence
When you ask a modern AI coding assistant to build a web application, something fascinating happens beneath the surface. The system doesn’t just “think harder” and output code. Instead, it orchestrates a complex dance: analyzing your requirements, breaking them into subtasks, generating code for each component, running that code in a sandboxed environment, reviewing errorContinue reading “The Compound AI System Revolution: Why the Future Isn’t One Model, It’s Orchestrated Intelligence”
Understanding Loopback Connections in Cloud Apps
When Your Cloud App Calls Itself: The Hidden Cost of Loopback Connections Most performance issues don’t come from exotic bugs or mysterious cloud failures.They come from well-intentioned design decisions that quietly stop scaling. One of the most common—and least understood—examples I see in cloud applications is this: An application makes HTTP calls back to itself.Continue reading “Understanding Loopback Connections in Cloud Apps”