I’m writing another book!
Author announces a new book on data structures and algorithms, available via Manning's Early Access Program with a 50% discount.
Author announces a new book on data structures and algorithms, available via Manning's Early Access Program with a 50% discount.
Explores new features in EF Core 10.0 for managing multiple named global query filters and selectively ignoring them.
A critique of the 'pillars of observability' as a marketing term, arguing for a focus on technical 'signals' like traces, metrics, and logs instead.
Explores using Dempster-Shafer theory to model probabilistic beliefs about sets based on quantified logical statements, as an alternative to Bayesian methods.
A lecture on the foundational statistical concept of orderings and ordinal data, exploring their analysis and complications in fields like health research.
Introducing ClientIsolationHost, a new component for the Isolator framework that enables executing sandboxed code plugins on remote machines over TCP/IP.
Learn how to use Background Responses in .NET's Microsoft Agent Framework to maintain AI agent state and resume interrupted tasks using continuation tokens.
PostgreSQL 19 adds a new %S prompt variable to psql to display the current search_path, aiding users who frequently work with multiple schemas.
EF Core 10.0 introduces partial updates for JSON columns using ExecuteUpdate/ExecuteUpdateAsync, with examples for SQL Server.
Explains how to categorize business domains (Core, Supporting, Generic) using Domain-Driven Design to guide software architecture and team organization.
Chrome 143 introduces anchored container queries, allowing CSS to detect and style elements based on which anchor positioning fallback is used.
A developer rewrites their Neovim configuration using the Fennel Lisp language and migrates to the built-in vim.pack package manager.
A summary of recent blog posts from Microsoft's .NET, Azure DevOps, GitHub, and Visual Studio teams, covering new releases, preview features, and updates.
Explains how to fix missing custom logs in .NET Isolated Azure Functions by adjusting the default Application Insights logging filter.
Explains the Store and Forward resiliency design pattern for handling service dependencies in tech systems like payments and telecom.
The author details migrating their personal blog to 11ty and Cloudflare Pages for easier content management and consolidation.
Explains how Claude Code's new 'skills' feature works, detailing their folder structure, tool definition, and invocation process.
A comparison of the new TUnit framework with xUnit and NUnit for C# unit testing, covering features like parallel execution and a unified [Test] attribute.
Explores advanced .NET string handling techniques like SearchValues<T> for performance and FormattableString for formatting.
Explores how public blockchains are disrupting traditional financial intermediation, enabling direct access to financial rails and forcing incumbents to react.