Azure Policy Exemptions Added to Resource Graph
Azure Resource Graph now includes Policy Exemptions data, enabling cloud-scale queries and analysis with KQL examples provided.
Azure Resource Graph now includes Policy Exemptions data, enabling cloud-scale queries and analysis with KQL examples provided.
Explores .NET 8's new UnsafeAccessorAttribute for faster, AOT-friendly reflection, comparing it to traditional methods with benchmarks.
Explains the Dirichlet distribution as a multivariate extension of the Beta distribution, with applications in Bayesian statistics and regression models.
Explores the concept of discriminated unions in C#, their implementation using generic Results classes, and their application in ASP.NET Core Minimal APIs.
Explains how browsers expand click targets for accessibility and provides WCAG guidelines for developers to ensure accurate user interactions.
Announcing the official paper and electronic version of the 'Practical MongoDB Aggregations' book, published by Packt with new content.
A guide to automatically converting SVG files to PNG during the build process in .NET projects using MSBuild and the Svg.Skia.Converter tool.
A critique of the Hyprland Wayland compositor's toxic community culture, citing hateful behavior and lack of moderation.
A hands-on guide that teaches distributed systems concepts by building a fantasy-themed text-based MUD game using Elixir, Phoenix, and LiveView.
A SwiftUI tutorial on how to make a multiline TextField dismiss the keyboard when the return key is pressed, using FocusState and custom modifiers.
A quick tutorial on using the R magick package to remove backgrounds from AI-generated art, making images transparent.
A guide to using PowerShell scripts to automatically delete merged or stale local Git branches, cleaning up your repository.
A technical analysis and lab test of the throughput capabilities of Azure Firewall's Basic SKU, comparing it to higher tiers.
A guide to reverse engineering .NET apps compiled with Native AOT, explaining the challenges and tools needed for analyzing native executables.
A developer explains how a simple typo in JavaScript code caused a major billing issue, arguing for the business necessity of type safety.
Explains how to implement design-time validation and unit testing for Azure infrastructure using Bicep to improve IaC quality.
A tutorial on building a Python chat app using Azure OpenAI's 'Add your data' feature and vector search with Azure Cognitive Search.
A weekly tech learning digest covering Microsoft Fabric, AI topics, computer vision, Azure AI Document Intelligence, embeddings, and vector search.
A developer reflects on how their opinions on software development practices like comments, testing, IDEs, and remote work have evolved over time.
A tutorial on building full CRUD REST APIs using Flask and FastAPI with the Psycopg2 PostgreSQL adapter, comparing it to ORMs.