Seamless NuGet Publishing with GitHub Actions for Your Internal .NET Libraries
A guide to automating the publishing of internal .NET NuGet packages using GitHub Actions and GitHub Packages.
A guide to automating the publishing of internal .NET NuGet packages using GitHub Actions and GitHub Packages.
Compares the energy use of a ChatGPT query to streaming Netflix, putting AI's carbon footprint into perspective.
A developer's personal experiment with AI-driven software development using local LLMs, detailing setup, challenges, and initial impressions.
A critique of AI's role in software development, arguing that output is not productivity and that expertise remains essential for solving real problems.
A developer uses Claude Code to analyze and optimize shell startup time, achieving a 95% speed improvement through lazy loading techniques.
True Myth v9.3.0 release notes, detailing new inspect helpers for functional types and bug fixes for TypeScript developers.
Release notes for sqlite-utils 3.39, featuring bug fixes for plugin installation with uv and new functionality for custom SQL functions.
How to implement sortable UUID v7 GUIDs as primary keys in Entity Framework using a custom value generator.
Panel discusses the ROI of agentic AI investments, AI's impact on cybersecurity, and the EU's antitrust investigation into AWS and Microsoft.
C# 14 introduces the 'field' keyword, allowing developers to add logic to auto-properties without manually declaring a backing field.
Creating an accessible keyboard shortcut with Alpine.js to move focus to a form input using the 'f' key, avoiding autofocus issues.
Announcing elbruno.Extensions.AI.Claude v0.1.0-preview.2, a .NET library for integrating Claude AI models with Azure AI Foundry and Microsoft.Extensions.AI.
A guide to using Anthropic's Claude models in Microsoft Foundry with Microsoft.Extensions.AI via a custom HTTP handler for API format translation.
OpenAI releases GPT-5.1-Codex-Max, a new AI model focused on agentic coding tasks, featuring advanced context compaction for long-running work.
A developer explains his automated workflow using SQL, Datasette, and Observable to generate a Substack newsletter from his blog content.
Martin Fowler discusses the latest Thoughtworks Technology Radar, AI's impact on programming, and his recent tech talks in Europe.
Explains that .NET 10 makes the Program class public by default, eliminating the need for 'public partial class Program' declarations in WebApplicationFactory tests.
A guide to building Quarkus application container images using Cloud Native Buildpacks and OpenShift Builds, including setup and commands.
Analysis of a major Cloudflare outage caused by a database permissions change and software panic, quoting CEO Matthew Prince.
An introduction to the distributed actor model for building concurrent, resilient systems, explaining its core concepts and benefits.