Memory-Mapped Files and Overlaid Structs
A guide to using memory-mapped files and overlaid structs in C# for efficient file I/O operations.
A guide to using memory-mapped files and overlaid structs in C# for efficient file I/O operations.
A tutorial on using the dotnet-sonarscanner CLI tool to analyze a .NET solution and generate reports with SonarQube.
Explains how to use Azure Compute Gallery for scalable, multi-tenant desktop image management in Azure Virtual Desktop deployments.
A developer's weekly learning log covering Azure Machine Learning, Prompt Flow, Microsoft Fabric, Copilot, and an LLM hallucination paper.
A guide on using Azure Database for PostgreSQL with the vector extension as a vector store for LLM applications, including setup and integration with LangChain.
Explains how C# 12's new primary constructor feature reduces boilerplate code, especially in Dependency Injection scenarios.
A guide to building a cost-effective, high-performance, and self-service data lakehouse architecture, addressing common pitfalls and outlining key principles.
Troubleshooting guide for common Windows service startup errors, including registry fixes and dependency management.
A developer explains their frustration with negative news and tech trends, leading them to build their own browser from scratch using Rust.
A step-by-step guide to installing and running a local SonarQube instance for code quality analysis and experimentation.
Author explains their move to Decodable to dive deeper into stream processing, Apache Flink, and work with experts in the field.
Explores how different database systems execute query expressions, comparing tree-walking interpreters, virtual machines, and JIT compilers.
A monthly retrospective from TinyPilot's founder covering business metrics, goal progress, and software development insights.
Explains why traditional debugging fails for LLMs and advocates for observability-driven development to manage their non-deterministic nature in production.
A guide to automating the cleanup of stale branches from a remote Git repository, covering generic approaches and provider-specific options.
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.