Posts by this author

Dec 6, 2024
Post likes count2

Implementing Evaluation platform on Azure Machine Learning

Azure Machine Learning is known for training and deploying models, but can also be used for running experiments. This blog post will show us how we have implemented our Evaluation platform on Azure Machine Learning.

CSEMachine Learning
Jan 11, 2024
Post likes count2

Automate the capturing of test results from Application Insights

This post provides instructions on how to automate querying application insights test results using a script. It explains how to format the datetime, install the application insights extension, set the offset, and handle the query results. The script can be adapted to other scripting languages. The result is a reusable script that can output result...

CSEISE
Aug 1, 2023
Post likes count4

Best Practices for Performance Testing: A Guide for Developers

This post underscores the importance of performance testing in software development, based on insights from a project involving a high-throughput containerized workload. It highlights the necessity of establishing clear performance goals, early identification and collaboration with a Performance Engineer, effective use of Application Performance Mo...

CSE