The purpose of this Spotlight is to demonstrate the use of the DoWhile module to loop within a Composable DataFlow. Our scenario: The Fibonacci sequence is one of the best-known…
Posts published by “Todd Cioffi”
The purpose of this Spotlight is to demonstrate the mechanics of a simple, classic For loop within a Composable DataFlow. Our scenario: We are told to expect delivery of a…
DRY When building out any logical process, it is common to imagine reusability of components that you have built. Whether that is making a copy for yourself to take in…
Adding comments Composable DataFlows can span the range from simple tasks accomplished with a small number of easily-traceable modules to broad, complex, even nested tasks that become harder to follow…
Changing Wire Type Some people like the default curvy connectors between the modules in a Composable DataFlow, but some would like a different look. Did you know that those connectors…
The purpose of this Spotlight is to explore how one could compare modules and evaluate which to use within a Composable DataFlow. This Spotlight illuminates the first lab of the…