A Whole Bunch of Good Songs Vol 2
I mentioned last year about the mixtapes my brother used to make. Well, just the other week, my mom mentioned that she still had a bunch of her tapes and that my brother’s mixtapes might be in amongst them and sure enough, I found the very tape that I remember most. Named aptly, A Whole Bunch of Good Songs Vol 2.
I wasn’t entirely sure when my brother put together this tape but given that no song seems to have been made after 1982, I’d say I have my answer. I would’ve listened to this tape pro...
Take me to this post.
April 05, 2026
Evaluating AI Agents with Microsoft.Extensions.AI.Evaluation in C#
Evaluating AI Agents with Microsoft.Extensions.AI.Evaluation in C#
Shipping an AI agent without an evaluation strategy is like deploying an API without tests -- you have no idea whether it works until something breaks in production. Evaluating ai agents microsoft extensions ai evaluation in C# gives you a systematic way to measure agent quality, catch regressions before they reach users, and build confidence in LLM-powered applications. This article walks through a real working .NET application ...
Take me to this post.
April 05, 2026
Observer Pattern Real-World Example in C#: Complete Implementation
Observer Pattern Real-World Example in C#: Complete Implementation
Most observer pattern tutorials wire up a "WeatherStation" that prints temperature to the console and stop there. That's great for understanding the concept, but it doesn't help when you're building a system where inventory changes need to trigger emails, update dashboards, reorder stock, and create audit records -- all without coupling those responsibilities together. This article builds a complete observer pattern real-world ex...
Take me to this post.
April 05, 2026
curl Command in Linux with Examples
curl is more than just a download tool. This practical guide covers HTTP headers, API testing, authentication, SSL inspection, timing analysis, and real-world one-liners that sysadmins actually use.Continue reading......
Take me to this post.
April 05, 2026