Upgrading eShopLite to Aspire 9.4 and GPT-5 with Azure AI Foundry
A guide to upgrading an eShopLite project to use .NET Aspire 9.4 and GPT-5 models via Azure AI Foundry for cleaner code and deployment.
A guide to upgrading an eShopLite project to use .NET Aspire 9.4 and GPT-5 models via Azure AI Foundry for cleaner code and deployment.
A guide for CTOs on measuring the business impact of tech initiatives, moving beyond productivity to focus on real outcomes.
Analysis of OpenAI's new gpt-oss models, comparing architectural improvements from GPT-2 and examining optimizations like MXFP4 and Mixture-of-Experts.
Martin Fowler shares insights on AI coding assistants, highlighting productivity gains and the importance of development philosophy and code durability.
A guide for CTOs on improving impact intelligence to connect tech work to business outcomes, with actionable steps and examples.
Explores how Agentic AI is transforming IT operations (ITOps) by moving beyond traditional AIOps to automate tasks like service desk and knowledge management.
A guide for CTOs on measuring the business impact of tech initiatives, moving beyond productivity metrics to connect work to outcomes.
Explains the difference between restart_lsn and confirmed_flush_lsn in PostgreSQL replication slots for troubleshooting and optimization.
An experiment testing the limits of autonomous AI code generation for a Spring Boot app, revealing current limitations and the need for human oversight.
Life After Dog By Ben Nadel Published 2025-08-04 in Life — Comments (11) I never wanted a dog — I wanted a simple life. My wife was the one who wanted
Benchmarking GPU vs CPU performance for local AI image generation in C# using the TransformersSharp library and Hugging Face models.
Advanced guide to React Query selectors for fine-grained subscriptions and performance optimization in React applications.
Advice on when and why to form a computer performance engineering team, based on the author's experience at Netflix and Intel.
A developer builds a personal AI workflow using LangGraph, focusing on integrating human-in-the-loop processes.
A developer shares how AI tools helped reverse-engineer and optimize a slow API endpoint, moving from a complex transaction script to a domain model.
An introduction to Lean, a programming language for formalizing mathematics, using a simple proof of 2=2 as an example.
Compares how major cloud providers (AWS, Azure, Google, Oracle) are addressing European data sovereignty concerns with new sovereign cloud solutions.
Analysis of Spotify's AI-generated band and the shift towards AI-native content creation, questioning the future of human creators.
A tutorial on creating a per-letter faded text effect using a combination of CSS and a small amount of JavaScript for dynamic styling.
Learn how to use TransformerSharp to run Hugging Face text generation and text-to-image models locally in C# applications.