Ordinal data: taking transformation invariance seriously
Explores the challenges of analyzing ordinal data, focusing on transformation invariance and the limitations of statistical comparisons.
Explores the challenges of analyzing ordinal data, focusing on transformation invariance and the limitations of statistical comparisons.
Explains how to use React 19's cache() API to prevent server component waterfall fetching and improve performance in Next.js.
Explains the layers of routing in Azure networking, debunking common misconceptions and detailing how NICs act as routers.
Developer explains why adding calendar 'owner' metadata sync to Pimsync was impractical due to WebDAV property structure and potential data conflicts.
A guide comparing library-first and framework-first approaches to learning React in 2025, considering the evolving ecosystem.
A comprehensive guide to different types of software testing, including unit, integration, and end-to-end tests, with practical JavaScript/Node.js examples.
A guide to parsing Markdown files with YAML frontmatter into strongly-typed C# objects for use in ASP.NET Core applications.
Announcing the official PostHog .NET SDK for ASP.NET Core, enabling user analytics and feature flag integration in .NET applications.
A developer shares talks on building safe AI agents for high-stakes industries using Go and durable execution, and announces an upcoming meetup.
Explains the pitfalls of poorly typed Python wrapper functions and how they can bypass static type checking, leading to runtime errors.
How to use Node.js's --watch flag to create simple, interactive TypeScript playgrounds for quick code experimentation.
A tutorial on integrating Keystatic CMS with the Astro static site generator to manage content for a blog.
Explains how Azure Proximity Placement Groups reduce latency for sensitive applications, with test results and considerations.
Explores the use of weak references in JavaScript, focusing on WeakMap and WeakRef for memory management and subverting abstraction control.
Explains gamma correction and why blending font colors in linear space is crucial for accurate anti-aliasing and visual quality.
A developer shares technical insights and techniques used to create the whimsical animations and interactive elements on their new course landing page.
A PowerShell script demonstrating how to call the Azure OpenAI chat completions API, including authentication and request formatting.
Explains why routing is critical for security in Azure networks and how misconfigurations can bypass firewalls.
A tutorial on building a simple interactive command-line interface (CLI) application using Node.js and TypeScript.
Explores the proposed null-conditional assignment operator (?.) in C# 14, a feature for simplifying null-checking before property assignment.