Explore >> Select a destination


You are here

raymii.org
| | initialcharge.net
11.2 parsecs away

Travel
| | I've been on the search for the perfect retro gaming handheld for the past couple of years. I've modded a PlayStation Portable, used flash cartridges in my old Nintendo DS, and have purchased the Retroid Pocket 2+, and Retroid Pocket 3. None of these ever felt like the right setup for me, though. I had [...]
| | www.chrisritchie.org
10.5 parsecs away

Travel
| | Trying to find out how many files are in a Google Drive directory precipitates a short rant about the big picture.
| | www.jeremymorgan.com
13.4 parsecs away

Travel
| | A quick look at my virtualization setup, remotely accessed headless VMs on a Linux Server.
| | www.softdevtube.com
75.7 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,