Explore >> Select a destination


You are here

harihareswara.net
| | ncorti.com
12.1 parsecs away

Travel
| | Announcing the Kotlin DevRoom at FOSDEM 2020 and how you can participate with your own session
| | opensource.googleblog.com
11.8 parsecs away

Travel
| | The 2024 GSoC program is open to students and to beginners in open source software development. Contributor applications will open on Monday, March 18
| | blog.martinig.ch
11.9 parsecs away

Travel
| | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management.
| | www.softdevtube.com
34.4 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,