Explore >> Select a destination


You are here

stribny.name
| | blog.miguelgrinberg.com
6.6 parsecs away

Travel
| | miguelgrinberg.com
| | fnordig.de
9.1 parsecs away

Travel
| | Personal website of Jan-Erik Rediger
| | dygalo.dev
4.7 parsecs away

Travel
| | It is an article about using property-based testing in the scope of web applications. It covers the new tool named Schemathesis that generates test cases for applications based on Open API schemas.
| | www.softdevtube.com
32.9 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,