Skip to main content
  1. Tags/

Azure

Dev Tunnels: Test Webhooks and Share Local Apps Without a Deploy

Quick Takes · Apr 4, 2026 · 5 min read
If you read the Cloudflare Tunnel post, you know the problem: localhost does not accept webhooks, OAuth providers reject http://localhost as a redirect URI, and showing a client work-in-progress means a deploy. Cloudflare Tunnel is a solid solution, but it requires a Cloudflare account and domain setup.
Dev Tunnels: Test Webhooks and Share Local Apps Without a Deploy

Azure App Registration: A Complete Guide from Zero to Working App

Deep Dive · Jan 10, 2026 · 12 min read
If you have ever tried to call the Microsoft Graph API, integrate with SharePoint, or add “Sign in with Microsoft” to an application, you hit the same wall: you need an App Registration. It is the first thing you do, and if you get it wrong, nothing else works.
Azure App Registration: A Complete Guide from Zero to Working App

.NET Architecture at Scale: Visual Guide to Modern Design Patterns

Deep Dive · Jul 5, 2025 · 46 min read
.NET Architecture at Scale: Visual Guide to Modern Design Patterns # ⚡ Performance Note: This article contains 16 comprehensive patterns with visual diagrams. For faster loading, consider bookmarking specific sections or using the “Find in Page” (Ctrl+F) feature to jump to relevant patterns.
.NET Architecture at Scale: Visual Guide to Modern Design Patterns