Explore >> Select a destination


You are here

rgarg.blogspot.com
| | www.claudiokuenzler.com
3.7 parsecs away

Travel
| | Yet another tech blog - made in Switzerland.
| | benrutter.codeberg.page
3.1 parsecs away

Travel
| | [AI summary] A developer from southern England writes about software development and open source projects with a blog post featuring dithered forest imagery.
| | stuvel.eu
2.3 parsecs away

Travel
| | UPDATE 2019: The described page about photography is gone from my website, as well as the Flickr RSS feed link. I still am a photographer, though, so check out stuvelfoto.nl for my work.
| | www.softdevtube.com
12.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,