Botello: Get Your Build Logs Out of CI/CD and Into the Hands of AI
Introducing Botello, an open-source .NET library that captures MSBuild logs as OpenTelemetry traces for AI analysis and observability.
Introducing Botello, an open-source .NET library that captures MSBuild logs as OpenTelemetry traces for AI analysis and observability.
New PostgreSQL 18 and SQLite features allow developers to copy database statistics to replicate production query plans in dev environments.
New PostgreSQL 18 and SQLite features allow developers to copy database statistics to test production query plans without moving large datasets.
Guide to configuring antivirus exclusions for optimal BizTalk Server performance, based on Microsoft best practices.
A daily roundup of tech links covering TypeScript 6.0 RC, VS Code extensions, .NET patterns, AI coding tools, WebGPU, and Windows Insider builds.
A developer explains why they switched to Test-Driven Development (TDD) and how it improved their coding process, with a focus on testing inputs/outputs.
Explores how modern LLM coding agents adapt to new or private tools, challenging the 'Choose Boring Technology' assumption.
Explores how modern LLM coding agents adapt to new or private tools, challenging the 'Choose Boring Technology' assumption.
Author details using Quarto to write a technical book on data visualization with R and ggplot, focusing on its advantages and workflow.
A thought-provoking article questioning which programming languages are best for AI-generated code, including options like machine code and Idris.
A minimal demo of implementing and using AI Agent Skills in .NET, including prompt, Python, and C# based skills.
A technical guide on implementing a secure contact form for a static site using Cloudflare Workers and Google reCAPTCHA v3.
A personal recap of attending the meet.js Summit 2026, a JavaScript and web development conference, focusing on community and AI-heavy talks.
Explains how to use Azure Policy to automate onboarding of Azure Subscriptions for cross-tenant management via Azure Lighthouse.
Discusses verifying mathematical identities using point-checking, Python, and formal methods, relating to programming and proofs.
A quote from Joseph Weizenbaum on how simple AI programs can cause delusional thinking in people, shared on a tech blog.
A quote from Joseph Weizenbaum on how simple computer programs can induce delusional thinking in people, shared on a tech blog.
Microsoft Azure IaaS and Azure Local updates for March 2026, covering Sovereign Cloud, confidential VMs, and networking features.
Automating Microsoft DNS record creation for VMs in VCF 9 Supervisor using the ExternalDNS service.
Explores differentiable memory using attention mechanisms and linear algebra, with a practical implementation in Jax/Optax.