GitHub Copilot Workspace - First Impressions
A hands-on review of GitHub Copilot Workspace, a new AI-powered web environment for software design and development, based on initial testing.
A hands-on review of GitHub Copilot Workspace, a new AI-powered web environment for software design and development, based on initial testing.
Final part of a series on building an air quality alert system using Azure IoT, Functions, Cosmos DB, Anomaly Detector, and Twilio SMS.
A curated list of developer-focused sessions at Microsoft Ignite 2021, tailored for Australian developers, covering Azure, cloud-native, and low-code topics.
A tutorial on building a scalable, low-latency custom URL shortener service using Azure Functions and Cosmos DB.
A tutorial on building a serverless FAQ app using Blazor WebAssembly, Azure Functions, and Cosmos DB.
Explains how to implement custom JSON converters in .NET to handle type hierarchies when serializing/deserializing data for Cosmos DB.
Explains how to handle C# type hierarchies and inheritance when serializing/deserializing objects with the Cosmos DB .NET SDK and JSON.NET.
A guide to writing Azure Cosmos DB stored procedures in TypeScript using async/await by wrapping the callback-based JavaScript API.
A tutorial on building a globally-distributed URL shortener using serverless Azure Functions and Cosmos DB, defined entirely in a Pulumi TypeScript program.
A technical overview of the new .NET Cosmos DB SDK v3, covering setup, queries, and common pitfalls.
Guide to batch inserting data into Azure Cosmos DB using Python and stored procedures, addressing SDK limitations and common errors.
A tutorial on creating a serverless API proxy for Cosmos DB using Azure Functions without writing any code.