"Good engineering management" is a fad
Analysis of how engineering management trends shift with business cycles, highlighting core skills that remain constant.
Analysis of how engineering management trends shift with business cycles, highlighting core skills that remain constant.
C# 14 introduces user-defined compound assignment operators (like +=), allowing custom types to define in-place operation logic for better performance and domain-specific behavior.
Explains how to implement the onMissingTemplate() event handler in a ColdFusion Application.cfc to handle requests for missing CFML templates.
C# 14 introduces partial constructors and events, enabling cleaner code organization and better integration with source generators.
C# 14 introduces the 'field' keyword, allowing developers to add logic to auto-properties without manually declaring a backing field.
A technical guide sharing key lessons and architectural insights from migrating a traditional hub-and-spoke network to Azure Virtual WAN.
C# 14 allows using modifiers like 'ref' and 'out' on lambda parameters without explicitly stating the type, reducing code noise.
Armin Ronacher discusses challenges in AI agent design, including abstraction issues, testing difficulties, and API synchronization problems.
An explanation of how reducers work in programming, with a practical code example from a live coding stream.
A developer shares their experience using Rust for a real-world project to create a resilient, scheduled health monitoring component.
A guide to building product evaluations for LLMs using three steps: labeling data, aligning evaluators, and running experiments.
Olmo 3 is a new fully open-source large language model from AI2, featuring training data, code, and unique interpretability for reasoning traces.
A developer explores the intersection of spiritual practice and code by building a contemplative, non-gamified Bible study tool, kjvstudy.org.
A software architect's humorous account of a client derailing a professional Power BI dashboard project with a chaotic, self-built data model.
Creating an accessible keyboard shortcut with Alpine.js to move focus to a form input using the 'f' key, avoiding autofocus issues.
A summary of key Azure IaaS and Azure Local announcements from Microsoft Ignite 2025, focusing on infrastructure, networking, and sovereign cloud updates.
How to set default code block languages in Mkdocs for automatic Python syntax highlighting in documentation.
Microsoft Intune's Multi Admin Approval feature now secures critical device actions like wipe, retire, and delete, requiring a second admin's approval.
C# 14 introduces new implicit conversions for Span<T> and ReadOnlySpan<T>, reducing boilerplate and improving code readability.
Analyzes LLM APIs as a distributed state synchronization problem, critiquing their abstraction and proposing a mental model based on token and cache state.