ISE Developer Blog

Solving global tech challenges, sharing insights, and empowering developers

Latest posts

Apr 5, 2024
Post likes count 6

Develop Microsoft Teams multi-tenants application that enables access to a legacy software running on-premises

Julien Corioland

In this article, we describe how we built a multi-tenants Microsoft Teams application that is able to connect to a legacy software running on-premises at different customers', in a scalable, secure and reliable way.

Mar 29, 2024
Post likes count 0

Image manipulation experiments for Mobile Read Hero Images(MRHI) compatibility

Sushant,
Munish,
Kshitij

Introduction The Consumer Packaged Goods (CPGs) industry relies on multiple channels for selling the products and aims to provide a seamless buying experience for the consumer. With the advent of omni-channel retailing, Consumer Packaged Goods (CPGs) and retailers are striving towards providing the best possible experience to the customer alongside working on providing the most available information on the product they are selling on these touch points. On an e-commerce Channel which sells multiple products, the need for a compliant product (SKU) image is key. This is where a Mobile Ready Hero Image (MRHI) becom...

Mar 22, 2024
Post likes count 3

APIs load testing using K6

Ayman

In this post, We will go through the load testing concepts and how to use the K6 framework to perform load testing for API endpoints.

Mar 8, 2024
Post likes count 2

Plugins in Dataverse

Sweta Kumari

This post focusses on different technology options available for exporting data out of Dataverse based on an event-driven architecture. It also provides guidance on how to achieve it.

Mar 1, 2024
Post likes count 5

Crafting an Opinionated Logging and Error Handling Framework for Enhanced Observability in PowerShell

Maho Pacheco

Logging with PowerShell and share insights gained during our development journey, resulting in the development of a highly opinionated set of code to manage logging effectively.

Feb 23, 2024
Post likes count 1

Consuming Azure OpenAI resources in AKS with Workload Identities

Juan Burckhardt

This post will showcase the use of Azure OpenAI from AKS without the need for sharing secrets.

Feb 16, 2024
Post likes count 3

Streamlining Development through Monorepo with Independent Release Cycles

Pramita Winata

Streamlining Development through Monorepo with Independent Release Cycles

Feb 9, 2024
Post likes count 22

Engineering Document (P&ID) Digitization

Oscar Fimbres

Journey on how to solve engineering document digitization problem through a proposed method and the end-to-end solution.

Feb 1, 2024
Post likes count 8

APIs testing using HTTP files and Rest Client

Ayman

This post focuses on providing a comprehensive practical way to perform end-to-end testing of the API endpoints, using HTTP files and Rest Client