Explore >> Select a destination


You are here

blog.ndk.io
| | studiofreya.org
2.6 parsecs away

Travel
| | [AI summary] This article provides a beginner's guide to setting up and running a Java 'Hello, World!' program using Java 9, covering JDK installation, environment variables, IDE setup with Eclipse, and command-line execution.
| | juandebravo.com
3.1 parsecs away

Travel
| | Juan de Bravo - Personal thoughts about technology (@juandebravo)
| | zignar.net
1.0 parsecs away

Travel
| | Personal weblog about programming, linux, life, the universe and everything
| | www.softdevtube.com
22.8 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,