Cache Docker Hub Images with Azure Container Registry
Describes how to configure artifact cache in Azure Container Registry, map Docker Hub and GHCR images to a private ACR namespace, and pull …
Tags
Posts gathered under this term.
Describes how to configure artifact cache in Azure Container Registry, map Docker Hub and GHCR images to a private ACR namespace, and pull …
This post records how a C# console app combines MSAL and Web Account Manager to complete interactive sign-in and acquire the Access Token r…
Explains how to convert legacy X-Request-Id and X-Trace-Id request headers to W3C Trace Context in ASP.NET Core to integrate with OpenTelem…
Microsoft.Extensions.Logging prints Scope as a string by default. This article shows you how to preserve structured output for Scope.
A summary of MSBuild basic concepts and extension methods
Summarizing the main pros and cons of intrusive linked lists and a reference implementation in C++
This article gives beginner readers an overview of the basic problems, common solutions, technical challenges, and learning directions for …
This article discusses core issues in large-scale cluster operations automation, including automatic fault detection, automatic remediation…
Starting from the CAP theorem and ACID properties, this article discusses the trade-offs among consistency, availability, and transaction d…
This article summarizes a practical subset of C++ features commonly used in systems programming, including recommendations on RAII, smart p…
Using lower_bound as an example, this article explains how to derive and verify a binary search implementation with safety and liveness ana…
Many people do not understand that different programming languages have different expressive power. That is why, after assembly language, w…
In practice, it is sometimes necessary to detect in advance whether arithmetic overflow will occur. C# provides the checked keyword to solv…
This question often comes up in interviews, and real-world projects also frequently need to address the same issue: how to determine whethe…
Images exported from PDF files with ImageMagick are usually not clear enough. Because GhostScript can parse the underlying PDF data, it can…
This article discusses the meaning of reference types through a C++ written-test question, and how to define types with polymorphic behavio…