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 โSearch Results for: name
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 โNode.js 14 LTS: New Features and Improvements
Node.js 14 becomes LTS in October. Here’s what’s new for production use. Top Features Optional chaining and nullish coalescing Diagnostic reports GA Experimental async local storage V8 8.1 with better performance Optional Chaining References Node 14 Release
Read more โBuilding Teams Apps with SPFx and React
SPFx web parts can run as Teams tabs. Here’s how to build a Teams-aware component. Detect Teams Manifest References SPFx for Teams
Read more โTerraform with Azure: Complete Module Development
Terraform modules make infrastructure reusable. Here’s how to build production-ready Azure modules. Module Structure Variables Usage
Read more โAzure Functions Durable Entities: Stateful Serverless
Durable Entities bring actor-model programming to Azure Functions. Store state reliably without a database. Entity Example Calling Entities Use Cases Shopping carts Game state Rate limiting counters Aggregations
Read more โ