
Going Native - Python
Sep 30, 2025 by John Todd  · 17 min read
From Dev to DevOps
Sep 29, 2025 by Victor Frye  · 10 min readPart of the Cloud-Native Development topic
Learning DevOps is not limited by technology skills. Here, we discuss the tooling and mindset that can help developers transition to DevOps engineers.
Learn More
Learn how to calling native code from C# using attributes and structs. With a little work it can be made cross-platform on Windows, Mac OS, and Linux. C# also provides a way to free memory automatically to reduce the chances of leaks.
Learn MoreGoing Native - Foreign Function & Memory API (FFM)
Sep 17, 2025 by John Todd  · 11 min read
Tracking AI system performance using AI Evaluation Reports
Sep 9, 2025 by Matt Eland  · 12 min readPart of the Building AI Agents topic
Learn how to build interactive AI evaluation reports in .NET to communicate model quality, boost transparency, and engage your team.
Learn MoreGoing Native - Java Native Interface (JNI)
Sep 8, 2025 by John Todd  · 16 min read
Add Structured Testing to Your AI Vibe - with promptfoo
Sep 6, 2025 by Dennis Whalen  · 11 min readPart of the Building AI Agents topic
When building AI applications with LLMs, many teams are still "vibe testing" their way to production. This guide shows how file-based prompts and comprehensive test scenarios build reliable review analysis systems that handle real-world complexity, allowing you to build a solid set of repeatable automated regression tests.
Learn More
Automate the testing of your LLM Prompts - with promptfoo
Aug 24, 2025 by Dennis Whalen  · 9 min readPart of the Building AI Agents topic
LLMs produce non-deterministic outputs, making traditional exact-match testing ineffective. How can you verify an application response is contextually accurate when the response can vary with every request? Let's take a look at promptfoo!
Learn More