C# 14: The field Keyword – Or Should I Say: I Had a Dream?
Explains the new 'field' keyword in C# 14, which provides access to the auto-generated backing field of a property, bridging the gap between auto and full properties.
Explains the new 'field' keyword in C# 14, which provides access to the auto-generated backing field of a property, bridging the gap between auto and full properties.
A guide to implementing passwordless, cross-tenant authentication for Azure API Management using Managed Identities and Federated Credentials.
A guide to replacing tox/nox with uv and Just for testing Python projects against multiple Python versions, simplifying configuration.
PostgreSQL 19 adds direct COPY TO support for partitioned tables, improving usability and performance over the previous SELECT workaround.
Explains how to add and use metadata with fallback endpoints in ASP.NET Core routing, including nuances for MVC/Razor Pages.
A series exploring Ubiquitous Language in Domain-Driven Design, showing how a shared vocabulary bridges business and tech to improve software design.
Ayu Adiati shares her first no-code video tutorial contributions for Hacktoberfest, highlighting non-technical roles in open source.
Eleventy updates its Open Collective supporter facepile rules to give permanent credit to individual contributors, including one-time donors.
A guide to making Vim macros more enjoyable and effective, covering recording, editing, and replaying command sequences.
A beginner's guide to CSS layout techniques including Flexbox, Grid, and responsive queries for web development.
A developer simplifies a content scheduling system by replacing a cron job and state machine with a smarter database query using future publication dates.
Explains the 'edit workflow' in Jujutsu VCS, a version control system, highlighting differences from Git and practical commands.
A critical analysis of FUTO's funding practices, questioning their use of 'open source' and alleged promotion of problematic figures.
Compares using JSON module imports vs fetch() for loading JSON data in browsers, highlighting differences in error handling and caching.
Introduces Isolator, a .NET framework for running code in secure, isolated sandboxes, addressing the removal of AppDomains in .NET Core.
Explores the ITaskEventHandler for CFC-based scheduled tasks in ColdFusion, comparing it to traditional URL-based methods.
A collection of links and commentary on tech topics including AI, government software projects, and cybersecurity policy.
Guide on how to extend Windows 10 security updates for an extra year using Microsoft's Extended Security Updates (ESU) program.
A critique of the bureaucratic and low-agency culture hindering tech entrepreneurship in Europe, arguing for personal responsibility over resignation.
Explores the commercial Apache Iceberg catalog ecosystem, focusing on REST Catalog standards, optimization strategies, and architectural trade-offs.