Our blog
Offering
our
perspective
Filter by :
Good Practices in Development: A Bet on the Future
Practices
09/02/2025

Good Practices in Development: A Bet on the Future

How many times have I heard someone exclaim, “But why did they do it like that?!” when referring to the code or architecture produced by another team? And how many times have I said it myself? This …
Scaling an Integration Practice
Integration
27/06/2024

How to Support Your Company’s Growth by Scaling an Integration Practice?

Implementing a new practice around a platform or technology follows a relatively classic pattern. Scaling this practice can be challenging without the right strategies: how to support the company’s …
Graph connectors demystified
Copilot
01/04/2024

Demystifying Microsoft Graph Connector

Microsoft Graph connectors play a fundamental role by opening Graph to data external to the Microsoft 365 ecosystem. Using a Graph connector in conjunction with Microsoft Search significantly …
How to choose your message broker
Azure
12/12/2022

How to choose your message broker

Anyone who has ever built a distributed system must have considered the issue of communication between the components of the system. A message broker can typically be used to provide certain …
Synchronous API
Azure
08/09/2020

Building synchronous APIs on an asynchronous event bus using Azure Service Bus

Creating an API can entail having to make synchronous tasks available, i.e. where the caller actively waits for a response before processing can continue. Asynchronous tasks (fire-and-forget, or …
solving nuget errors on vsts build server
Nuget
17/10/2018

Solving the ECONNREFUSED error with Nuget tasks on a VSTS private agent

Consider the following scenario : You use VSTS to build and deploy your developments You have set up a Nuget Feed in VSTS You rely on a private agent to perform the build operations In this …
btdf multiple binding files
BizTalk
08/10/2018

BTDF : handling multiple partial binding masters

When you work on a BTDF project, having multiple partial binding masters (i.e : the complete binding master of the BizTalk application is split in many different files) can be useful in several …
Azure
23/06/2017

SAS authentication in Azure API Management

In every API management tool, you must make a distinction between frontend authentication (or façade, ie: that exposed to the API consumers) and backend authentication (that exposed by the backend …