Introduction Building SPA’s I have been involved in several web application projects implemented as a single-page application (SPA) with a REST API interface to the backend in recent years. In all of these cases, the SPA was built with React and the Flux/Redux design pattern. Since my background is heavily .NET and Azure-centric, the API […]
Building Modular Pipelines in Azure Data Factory using JSON data
Azure Data Factory (ADF) pipelines are powerful and can be complex. In this post, I share some lessons and practices to help make them more modular to improve reuse and manageability. Why Modular Pipelines? Pipelines are composed of activities, as the number of activities and conditions increases, the difficulty in maintaining the pipeline increases as […]