Skip to content

January 2026

Photo by Daniil Komov: https://www.pexels.com/photo/ai-assisted-code-debugging-on-screen-display-34804018/

Turn Application Insights Exceptions into Pull Requests: End-to-End Automation with Kilo Code

I’ve been diving deep into Kilo Code Cloud Agents lately, and I have to say that I absolutely love it. In a world where we’re moving towards cloud agents and no longer running code locally, this approach feels like a glimpse into the future. Today, I want to show you a fully automated solution that takes exceptions from Application Insights and automatically fixes it with a pull request. It’s …

Photo by Daniel Reche: https://www.pexels.com/photo/person-jogging-3601094/

Microsoft Test Platform (MTP) – New Way to Run Unit Tests

MTP is a lightweight alternative to good old VSTest for running unit tests in Visual Studio and CI/CD pipelines. It is an open source project and you can find the code from microsoft/testfx GitHub repository. Is it any good and should you start using it immediately? Well this blog post is here to help you find out.

General Testing Component Structure

Before we start looking more into MTP we need …