Blog
Insights and commentary on Microsoft technology, AI, and modern software delivery from the Radimaging team.
Testing for Coded Apps (automated E2E testing to get high quality)
Overview : Automation testing using AI generally ends with "test rot". Kaizen Fix gets around test rot by switching the test source from the analysed system requirements to the code source as the logic to test. Why…
Read post →Simple Explanation of LLM's, Coding Agents
GitHub Copilot, Claude Code, and Cursor are not AI models! They are Coding Agents/Assistants. They are the developer experience layer that sits in your IDE and seamlessly accesses various…
Read post →Azure Container Jobs with Docker containing E2E Playwright testing
Overview : I recently did a great project with Playwright to continuously test Canvas Apps. This post outlines how I did it. Reporting : Every test suite run and the tests inside are documented in SharePoint lists.…
Read post →Client-Side vs Server-Side Rendering Websites
Web applications generally fall into the CSR or SSR. Feature Client-Side Rendering (CSR) Server-Side Rendering (SSR) Rendering location Browser Server Initial page load Slower Faster SEO Worse Better Server workload Lowe…
Read post →Code Apps (Power Platform)
Code Apps (Power Platform) look to be gaining momentum. I think they will work for corporate app development as they offer governance and ALM as part of the Power Platform. I saw this summary and thought it w…
Read post →AI infiltrates Development Segments so quickly
A decade ago, the companies that used Agile processes along these lines built the best software using CI/CD, and Automated Testing were the big winners. 5 Years ago, low-code and platforms provided governance and f…
Read post →Key Anthropic terminology for Ai (and Claude)
Overview : I have found that many people don't understand what Anthropic and Claude do, how they relate to each other, or how they fit into the AI industry. The key takeaway is that Claude has two main parts: Tooling (e.…
Read post →VSCode with Claude Code or GitHup Copilot
Overview : I have seen people really struggling with understanding that Claude is not GitHub Copilot (GHCP). And GitHub Copilot is not an LLM. Terminology : Claude by Anthropic is made up of various par…
Read post →

