Explore >> Select a destination


You are here

opensource.googleblog.com
| | blog.endlessnetwork.com
11.6 parsecs away

Travel
| | GUADEC (the GNOME Users And Developers European Conference) is the GNOME community's largest conference, bringing together hundreds of users, contributors, community members, and enthusiastic supporters for a week of talks and workshops around free open source software. This year's GUADEC conference brought together a diverse group of open-source experts, who discussed the new innovative programs, technology and ideas that are paving the way in open source, accessibility, and feasibility.
| | babeljs.io
8.7 parsecs away

Travel
| | For the first time, Babel is participating in Summer of Code!
| | randyfay.com
12.3 parsecs away

Travel
| |
| | www.softdevtube.com
32.6 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,