Showing category results for CSE

Jun 1, 2023
Post likes count4

Building a custom workflow engine on top of Durable Task Framework DTFx

Spyros Giannakakis

In this post we write about how we implemented a custom workflow engine that supports DSL, workflow cancellation and closure on top of Durable Task Framework (DTFx), explaining the why behind our choices and discussing the challenges we faced.

CSE
May 17, 2023
Post likes count2

Getting to Know TypeScript Generics

Bryan

A guide to using TypeScript Generics as a way to create reusable logic that will work for a multitude of types.

CSEFrameworks
May 4, 2023
Post likes count3

Hitchhikers Guide to Workflow Engines

Felix Mönckemeyer

This guide explores workflow engines, their essential features, and types, while offering insights and evaluation criteria to help you choose the right solution for your specific use case.

CSE
May 2, 2023
Post likes count1

Data preparation at scale on Azure ML using Dask

Thomas Conté

In this post we will describe how we were able to run our Dask-based data preparation at scale on Azure ML Compute Clusters, using Dask-MPI and the native Azure ML MPI support.

CSE