Our blog
Offering
our
perspective
Filter by :
Databricks in Azure
Azure
12/05/2026

Azure Databricks: Architecture, Integration, and Best Practices

In recent years, cloud data architectures have evolved significantly. Where we once had a succession of specialized tools — ETL, Data Warehouse, analytical engines — modern platforms aim to unify …
DevOps
24/04/2026

Git Submodules: Sharing and Versioning Code Across Multiple Git Repositories

Git Submodules are a Git feature that allows you to embed a Git repository inside another repository. This approach is particularly useful when multiple projects need to share a common library while …
Azure
15/04/2026

Hub & Spoke Architecture

At a time when cloud adoption is widespread, especially in large enterprises, it is essential to design a secure and maintainable network architecture. This not only helps protect against external …
Automatic Tagging in Azure
Azure
20/03/2026

Automatically Tag Your Azure Resources

When deploying Azure resources, tagging often takes a back seat. Tags are forgotten, incomplete, or applied inconsistently across teams, which quickly complicates cost tracking, platform readability, …
Super Duck
Azure
29/01/2026

Query your Azure Data Lake using DuckDB

DuckDB is a high-performance, in-process SQL OLAP (Online Analytical Processing) database management system. Unlike traditional client-server databases, DuckDB runs embedded within your application – …
Validation mecanism for quality
DevOps
24/12/2025

Improving code quality with SonarQube

In most software projects, discussions tend to focus heavily on features, deadlines, and production releases. Code quality, on the other hand, is discussed far less often. Yet it is a topic that can …
Lego Layers
Azure
05/12/2025

Three-Layer Architecture for Your IaC with Terraform and GitHub

When deploying Infrastructure as Code with Terraform and GitHub at an organizational scale, you often fall into one of two traps: either giant “shared skeletons” that block everyone, or a wild …
Melter working
.Net
06/11/2025

Integrating .NET Code in Standard Logic Apps

When using standard Azure Logic Apps, sometimes the available actions are not sufficient for the workflow’s data handling. The workflow may require more hands-on treatment or transformation. In these …
swiss knife
.Net
07/10/2025

IOptions pattern in Azure Functions

The IOptions pattern is a mecanism provided by .NET to cleanly inject configuration into your application services. It allows you to automatically bind strongly-typed C# classes to a section of the …
Link Logic App to File Share
Azure
17/09/2025

Automating a File Share Connection deployment for a Standard Logic App

Azure Storage Mount is a feature that allows you to attach a local File Share to a Logic App Standard. This link enables the use of File System operations and connects a Standard Logic App to a file …
Solid bridge in the jungle
Azure
05/09/2025

Securing connection between Storage Accounts and Function Apps

In Azure, securing the connections between Storage Accounts and a Function App is crucial. These connections are used to store source code and secrets, among other things. But they can also become a …
illustration chunked request
API Management
20/08/2025

Chunked HTTP Requests in Azure

When sending an HTTP request, it is possible to transmit the data block by block (chunked). This makes it possible to avoid dealing with the total size of the data being exchanged and to send the …