Explore >> Select a destination


You are here

jmmv.dev
| | abstractexpr.com
13.3 parsecs away

Travel
| | The C programming language is over 50 years old. Despite its age, it is still going strong. Many languages have tried to replace it. But so far none did succeed. To this very day, C is still the foundation on which all the software we use each and every day ultimately depends. But with such...
| | craigjb.com
16.3 parsecs away

Travel
| | Adventures in hardware hacking, low-level software, FPGAs, and more!
| | craigjb.com
16.3 parsecs away

Travel
| | Adventures in hardware hacking, low-level software, FPGAs, and more!
| | www.softdevtube.com
61.5 parsecs away

Travel
| Passing data through a pipeline of transformations is an alternative approach to classic Object-Oriented Programming (OOP). The LINQ methods in .NET are designed around this, but the pipeline approach can be used for so much more than manipulating collections. This presentation looks at pipeline-oriented programming and how it relates to functional programming, the open-closed principle,