EF Core 10.0: Global Query Filter Improvements
Explores new features in EF Core 10.0 for managing multiple named global query filters and selectively ignoring them.
Explores new features in EF Core 10.0 for managing multiple named global query filters and selectively ignoring them.
A developer shares their journey creating an open-source Java quiz tool while reflecting on certification exams and personal coding projects.
A critique of the 'pillars of observability' as a marketing term, arguing for a focus on technical 'signals' like traces, metrics, and logs instead.
A tutorial on building an AI agent using Google's Gemini, n8n workflow automation, and deploying it on Google Cloud Run with a PostgreSQL database.
A guide to writing strongly typed integration tests for ASP.NET Web APIs using the Kiota client generator and OpenAPI specifications.
A lecture on the foundational statistical concept of orderings and ordinal data, exploring their analysis and complications in fields like health research.
Explores using Dempster-Shafer theory to model probabilistic beliefs about sets based on quantified logical statements, as an alternative to Bayesian methods.
Explains the unreliability of Django signals in critical workflows and proposes a robust alternative using background tasks for fault tolerance.
A preview of Zig 0.16.0's new async I/O primitives and synchronization API, demonstrated through code examples.
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.
Compares DGX Spark and Mac Mini for local PyTorch development, focusing on LLM inference and fine-tuning performance benchmarks.
A technical comparison of the DGX Spark and Mac Mini M4 Pro for local PyTorch development and LLM inference, including benchmarks.
A cheatsheet for Plotnine, a Python data visualization package based on the grammar of graphics.
A developer shares their wishlist for future PHP features, including PHP editions for opt-in breaking changes and interface default methods.
Explores the deeper lesson of Chesterton's fence in software engineering: understanding why code exists, then deleting it if it's obsolete.
A developer rewrites their Neovim configuration using the Fennel Lisp language and migrates to the built-in vim.pack package manager.