In praise of the stacked pull request
Explains how stacked pull requests can speed up development by enabling parallel work and avoiding large, hard-to-review PRs.
Explains how stacked pull requests can speed up development by enabling parallel work and avoiding large, hard-to-review PRs.
Distinguishes reckless 'vibe coding' from disciplined, AI-assisted professional software engineering, proposing 'agentic engineering' as a better term.
A developer explores using AI coding agents like Claude to automate software development, research, and experimentation, focusing on implementing AlphaGo from scratch.
Deno Sandbox is a new hosted sandbox product from the Deno team, part of Deno Deploy, allowing code execution via Python and JavaScript libraries.
Deno Sandbox is a new hosted sandbox service from Deno Deploy, allowing secure code execution with features like secret management and resource limits.
Apple's Xcode 26.3 Release Candidate introduces new agentic coding tools, integrating AI agents from OpenAI and Anthropic to assist developers.
Author's session on SQL Server Contained Availability Groups selected for SQLBits 2026 conference, covering best practices and gotchas.
Explains how to use Git worktrees and AI agent skills to enable parallel coding workflows, allowing multiple AI agents to work on different features simultaneously.
A guide to persisting conversational AI agent sessions in .NET using the Microsoft Agent Framework, Redis, and Blazor to solve stateless API problems.
Explores Lyapunov's two methods for stability analysis in dynamical systems, focusing on linearization vs. potential functions.
Monthly job board for database professionals, featuring direct hiring posts from companies for February 2026 roles.
A daily tech link roundup covering AI tools, web development, .NET, PowerShell, and industry news from February 3, 2026.
Explains how to send messages to Azure Service Bus directly from Azure API Management using the new send-service-bus-message policy.
Explains how to use the CSS `text-size-adjust` property to respect user's system font scaling for better web accessibility.
A deep dive into using the System.Diagnostics.Metrics source generators in .NET for creating strongly-typed, boilerplate-free telemetry code.
GExperts Code Formatter now shows context-sensitive previews for each settings tab, making it easier to see the effect of formatting options.
A detailed comparison of personal cloud backup tools, focusing on security, accessibility, and key features for consumers.
A quiz game that tests your knowledge of Java version history by identifying the smallest version where a given code snippet is valid.
An interview with Eleventy creator Zach Leatherman on the realities of funding, sustainability, and growth for open-source developer tools.
A proof-of-concept for building a real-time emergency alert system on Azure using Drasi for reactive data processing and CAP protocol.