Explore >> Select a destination


You are here

chelseatroy.com
| | www.chrisritchie.org
10.9 parsecs away

Travel
| | Parsing RSS feeds to find peers.
| | henrikwarne.com
9.0 parsecs away

Travel
| | I really liked A Philosophy of Software Design by John Ousterhout. It is compact and short, only 170 pages, so it is a quick read, but it contains many good ideas. The focus is on how to structure systems to make them easy to understand and work with. The author is a professor of Computer...
| | blog.pragmaticengineer.com
10.7 parsecs away

Travel
| | This is a collection of software engineering and engineering management books that I have read and would recommend to others. See also my list of 100 tech book recommendations for software engineers, EMs and PMs. Note that none of the below links are affiliate links or sponsored. See my ethics
| | www.softdevtube.com
89.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,