[notes] My CDN Subdomain Setup
A technical guide explaining how to set up a custom CDN subdomain using Backblaze B2 for storage and Cloudflare for DNS and URL rewriting.
A technical guide explaining how to set up a custom CDN subdomain using Backblaze B2 for storage and Cloudflare for DNS and URL rewriting.
Explains C# 14's new Interceptors feature, allowing compile-time method call replacement without runtime overhead.
Practical guide to using C# 14 interceptors with a Source Generator for automatic correlation header propagation in HttpClient.
Explains gRPC's persistent connection challenges during failover and offers solutions like HTTP/2-aware load balancers.
Explores how people and team ownership, not just technical patterns, are key to untangling and preventing messy 'ball of mud' software architecture.
Learn how to officially deprecate methods in Node.js libraries using the built-in `util.deprecate` function to provide runtime warnings.
How to trigger Raycast's confetti animation from the command line using a custom shell script and the raycast:// protocol.
How to enable syntax highlighting for CSS and HTML inside JavaScript template strings in VS Code using specific comments and extensions.
A guide to parakeet-mlx, a project porting NVIDIA's Parakeet ASR model to Apple's MLX framework for fast, local audio transcription.
A curated summary of recent blog posts from Microsoft's .NET, Azure DevOps, GitHub, and Visual Studio blogs, covering updates, previews, and new features.
A guide to testing Azure Bicep IaC templates using automated, ephemeral environments created in GitHub Actions for reliable deployments.
Analysis of GPT-5.1's new adaptive thinking features, model routing system, and safety benchmarks from the system card addendum.
A developer explores using Claude Code and custom Skills to build a personal AI tool for managing and prioritizing a backlog of emails.
Explores three techniques for implementing multitenancy in EF Core applications, focusing on tenant isolation strategies and context configuration.
Fixing a misleading Azure AD group permission error during DACPAC deployment in Azure DevOps, related to schema creation.
A curated collection of articles on software architecture, development practices, Java updates, and testing strategies for tech professionals.
Announcing jMolecules 2.0, a Java library update introducing a stereotype metamodel to help developers write architecturally evident code.
Discussion on Kubernetes' suitability for AI workloads and Google's new AI agent technology, following KubeCon 2025.
A guide to building a local, privacy-focused RAG system using Java to query internal documents like Confluence without external dependencies.
A developer explains how knowledge of garbage collection theory helped solve an incremental parsing performance problem in a text editor project.