Azure Arc for Kubernetes extends Azure’s control plane to any conformant Kubernetes cluster – whether it’s running on-premises, in other clouds, or at the edge. After months of working with Arc in preview, I want to share practical insights on when and how to use it effectively. What Azure Arc Actually Does When you connect […]
Read more โMicrosoft Ignite 2020: Top Azure Announcements for Developers
Microsoft Ignite 2020 went fully virtual this year due to the pandemic, but that didn’t slow down the announcement pace. As someone who follows Azure closely, here are the announcements that matter most for developers and architects. Azure Communication Services This is potentially the biggest announcement for developers building communication features. Azure Communication Services (ACS) […]
Read more โVue 3 Composition API: Practical Examples and Patterns
Now that Vue 3 is released, let’s dive deeper into the Composition API with practical examples you can use in real projects. I’ve been using the Composition API in production for several months via the Vue 2 plugin, and these patterns have proven invaluable. Understanding Reactivity Fundamentals The Composition API introduces two main reactive primitives: […]
Read more โVue 3.0 ‘One Piece’ Released: Complete Overview
After over two years of development, Vue 3.0 “One Piece” has officially been released. This is the most significant update in Vue’s history, bringing fundamental improvements to the framework’s architecture, performance, and developer experience. As someone who has been following Vue since version 1.x, I’m excited to walk you through what makes this release so […]
Read more โSQL Server Temporal Tables: Time Travel Queries
Temporal tables automatically track history. Query what data looked like at any point in time. Create Temporal Table Query History Use Cases Audit trails Point-in-time recovery Slowly changing dimensions
Read more โAzure Front Door: Global Load Balancing and CDN
Azure Front Door provides global HTTP load balancing with built-in WAF and CDN. Features Global anycast network SSL offloading URL-based routing Session affinity WAF integration When to Use Multi-region apps Global users Need WAF protection URL routing across backends References Front Door Docs
Read more โ