Azure Front Door is a global entry point for web applications. It operates at Layer 7 (HTTP/S), using Anycast protocol to route users to the nearest Point of Presence (PoP), effectively accelerating your app performance via split TCP. Global Load Balancing WAF (Web Application Firewall) Protect against SQL Injection and XSS at the edge. Key […]
Read more โVue 3 Migration Build: Incremental Upgrades
Vue 3’s migration build lets you upgrade incrementally. Run Vue 2 code with Vue 3 runtime. Install Migration Build Config Process Install compat build Fix deprecation warnings Convert filters to methods Switch to Vue 3 proper
Read more โGraphQL with .NET: Hot Chocolate Library
Hot Chocolate is the premier GraphQL server for .NET. Unlike Rest APIs, GraphQL allows clients to ask for exactly what they need, solving over-fetching. Hot Chocolate 11 brings massive performance improvements and the “Banana Cake Pop” IDE. Schema Definition (Code-First) Handling Relationships (DataLoaders) The “N+1 Problem” is the enemy of GraphQL. Use DataLoaders to batch […]
Read more โAzure Logic Apps vs Power Automate: When to Use Which
Both automate workflows, but target different users. Here’s how to choose. Logic Apps Developer-focused Enterprise integration B2B connectors Azure portal or VS Code Power Automate Citizen developer M365 integration Desktop flows (RPA) Teams/SharePoint triggers Decision Power Automate for M365 users. Logic Apps for developers needing Azure integration and ISE.
Read more โDapr: Distributed Application Runtime Introduction
Dapr (Distributed Application Runtime) simplifies cloud-native development by abstracting away the complexity of distributed systems. It provides “building blocks” like Service Invocation, State Management, and Pub/Sub via a sidecar architecture. This means your code (C#, Go, Node) talks to localhost via HTTP/gRPC, and Dapr handles the infrastructure. The Sidecar Pattern Building Block: Pub/Sub Publish a […]
Read more โTypeScript 4.0 Released: Complete Overview
TypeScript 4.0 is here. Major features include variadic tuples, class property inference, and short-circuit assignment. Short-Circuit Assignment Unknown on Catch References TS 4.0 Release
Read more โ