Euler function
Explores the Euler function and its connection to the probability of random matrices being invertible over finite fields.
Explores the Euler function and its connection to the probability of random matrices being invertible over finite fields.
Experiment using GitHub Copilot CLI with GPT-5-mini via BYOK to build a Windows tray app, highlighting that code generation is cheap but quality gates are expensive.
Explores the psychology of software teams, debunking myths about developer productivity and advocating for team collaboration over individual brilliance.
Fixes AKS NAP ZRS disk PV zone scheduling issue using a Kubernetes mutating admission webhook as a temporary workaround.
EF Core 11.0 introduces JsonPathExists and JsonContains for querying JSON columns without raw SQL.
Explains Apache Iceberg metadata tables for querying table internals using SQL, covering snapshots, files, manifests, partitions, and practical use cases.
Learn about the new ConfigurationIgnoreAttribute in .NET 11 that prevents configuration binding on specific properties.
A list of 26 practical tips for engineering managers covering organization, team events, 1:1s, alignment, and more.
A hands-on look at C# union types in .NET 11 preview, including setup, polyfill, and examples.
Daily tech news roundup covering ASP.NET, Android 17 beta, VS Code updates, AI models like Claude Opus 4.7, and .NET development.
Explains upcoming JDK restrictions on final field mutation via reflection and how to adapt dependency injection, serialization, and other code.
Delphi IDE Explorer now works as a standalone component explorer for any Delphi application, allowing runtime inspection and editing of components.
How an AI workflow evolved from manual prompts to automated skills, memory, and verification for more efficient code generation.
Analysis of AI coding agent criticism, arguing that non-users' abstract critiques lack practical experience.
Originally posted on trent.ai on April 11th 2026. India’s AI momentum: the future belongs to developers who can balance automation with judgment, secu
Explains why FluentValidation upgrade past 11.4 broke a gRPC validation package and how the author fixed it.
Microsoft's March 2026 Azure IaaS and Azure Local updates: AVS node retirements, WAF ruleset changes, and AWS S3 to Azure Blob migration preview.
Argues against using data-testid in tests, advocating for role-based selectors to improve accessibility and test maintainability.
EF Core 11.0 introduces a single command to create and apply migrations, streamlining development workflow.
EF Core 11.0 fixes issues with using complex types as JSON columns in entity hierarchies using TPT or TPC inheritance mapping strategies.