Showing results for ISE - ISE Developer Blog

Jan 18, 2024
4

Jest Mocking Best Practices

Annika Bassey Jake Reifer
Annika,
Jake

Best practices and common mocking scenarios for using Jest to unit test TypeScript applications.

CSEISE
Jan 11, 2024
2

Automate the capturing of test results from Application Insights

David Lee
David Lee

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
Dec 7, 2023
2

Centralizing Data with Delta Lake and Azure Databricks

Dor Lugasi-Gal
Dor Lugasi-Gal

In this post, we delve into a real-world case study on centralizing data with the power of Azure Databricks. Learn about the challenges, solutions, and decision-making processes that shaped this data centralization project.

CSEISE
Nov 30, 2023
1

Serving Swagger UI from a Golang Azure Function Custom Handler

Dexter Williams
Dexter Williams

Our team used Swaggo, a Golang Swagger tool, to expose an OpenAPI spec for a Azure Function hosted Golang API. This post describes what lead to the decision along with guidance on how to expose an OpenAPI spec for an Azure Function hosted Golang API.

CSEISE
Nov 16, 2023
1

ACI for jobs

Peter Lasne
Peter Lasne

This post shows using Azure Container Instances for job processing such as data generation and ingestion.

CSEISE