Rate Limiting in ASP.NET Core
Explains rate limiting strategies in ASP.NET Core, including fixed window, sliding window, token bucket, and concurrency limiters.
Explains rate limiting strategies in ASP.NET Core, including fixed window, sliding window, token bucket, and concurrency limiters.
Explains service discovery in .NET 8, covering the built-in NuGet package, configuration, and integration with HttpClient.
Explains a cross-platform quirk in .NET's Uri.TryCreate method where a relative path string is treated as a valid absolute URI on Linux but not on Windows.
Learn to schedule GitHub Coding Agents weekly using GitHub Copilot CLI and GitHub Actions to automate performance regression detection and issue creation.
Author's method for effectively reading technical books, including multiple read-throughs, coding along, and doing exercises.
Author shares a structured method for reading technical books effectively, focusing on understanding concepts and practical coding.
A hands-on tutorial exploring Dremio Cloud Next Gen's new free trial, covering its lakehouse platform, AI features, and SQL capabilities.
A guide to enabling syntax highlighting and Prettier formatting for HTML templates inside JavaScript web components using a specific VS Code comment.
A curated list of recommended sessions for Microsoft Ignite 2025, focusing on cloud-native tech, AI, Azure, and DevOps.
The author draws parallels between historical perpetual motion claims and modern superintelligence hype, exploring a theoretical link between information theory and thermodynamics.
Introduces new range syntax for CSS style queries, allowing comparisons like > and < for responsive component styling.
An analysis of scaling HNSW vector indexing in Redis, covering new contributions for efficient deletions and parallel queries across distributed nodes.
Experiment testing if AI vision models improve SVG drawings of a pelican on a bicycle through iterative, agentic feedback loops.
Using AI coding agents to automate repetitive plugin upgrades for Datasette 1.0, running six parallel sessions.
Guide to installing custom Roboto fonts in CommandBox Docker images and Windows ColdFusion for CFImage text rendering.
A rant about the concept of 'enshittification' - the perceived decline in quality of products, services, and online platforms, including the role of AI.
A guide to enabling trailing slash support in Blazor Static URLs through configuration tweaks for better routing and SEO.
Learn how to use Azure Arc and Azure Policy to audit and enable the Windows Recovery Environment (WinRE) on Windows Servers for improved recovery and resilience.
Explains new PostgreSQL 19 features for synchronizing sequences via logical replication, including ALL SEQUENCES support and a sync worker.
Introduces ScannedIsolationHost for .NET's Isolator, enabling white/black list control over plugin assembly and type references.