Explore >> Select a destination


You are here

juandebravo.com
| | coderwall.com
9.5 parsecs away

Travel
| | [StackOverflow](http://stackoverflow.com/users/3272411)
| | www.softdevtube.com
7.1 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,
| | dev.clintonblackburn.com
8.3 parsecs away

Travel
| | I finally solved a WordPress problem that's bugged me for the past few weeks! MITCNC has a number of pages under the /programs/ path that describes our various initiatives and lists the volunteers in charge of them. Many of these pages are custom templates with hard-coded content, and require a Git commit and deploy to update. We want to get back to doing updates in WordPress Admin so that any of our volunteers can make content changes. My solution to this problem is to implement a custom post type, and use custom fields to provide the data for various page components.
| | www.rubyguides.com
14.9 parsecs away

Travel
| Ruby blocks are anonymous functions that can be passed into methods. But how do you use blocks? What's the difference between procs & lambdas? What does "yield" do? Find the answers here!