ISE Developer Blog
Solving global tech challenges, sharing insights, and empowering developers
Latest posts
Jest Mocking Best Practices
Best practices and common mocking scenarios for using Jest to unit test TypeScript applications.
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 results in any format and reduce manual filtering errors.
Debugging Java Dapr-enabled Apps in GitHub Codespaces
To simplify the development and debugging of complex Java Dapr-enabled microservices we recommend leveraging Docker Compose to define all services including the Java Apps, each with its own Dapr sidecar, plus infrastructure/dependent services all these running in individual containers. Using a VS Code devcontainer with Docker-in-Docker support, enabling Java extensions, and installing Maven and OpenJDK. Creating a new GitHub Codespaces instance and finally employing VS Code to attach to a remote Java process for debugging purposes.
Centralizing Data with Delta Lake and Azure Databricks
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.
Serving Swagger UI from a Golang Azure Function Custom Handler
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.
Patterns for optimizing data retrieval from Cosmos DB
In this blog post, we share how our team improved the performance of read operations on documents stored in Cosmos DB.
ACI for jobs
This post shows using Azure Container Instances for job processing such as data generation and ingestion.
Saving CO2 using location and time shifting in Azure
Saving CO2 using location and time shifting in Azure
4 Key Tips: Production-Ready Spring Boot REST API with PostgreSQL
4 key tips when developing production ready Spring Boot REST API