/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

initialcommit.com
| | markodenic.com
1.7 parsecs away

Travel
| | Free programming books, algorithms, public APIs, and much more.
| | www.softdevtube.com
2.6 parsecs away

Travel
| | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and
| | herbertograca.com
3.0 parsecs away

Travel
| | The work quality and efficiency of a crafter depends a lot on the tools at hand. In this chapter, Brooks makes a case for this statement validity for software developers as well and gives a list of essential tools needed for software development.
| | www.softdevtube.com
15.0 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,