Explore >> Select a destination


You are here

cshubh.com
| | azdavis.net
3.5 parsecs away

Travel
| | Various varieties of function in programming languages.
| | www.softdevtube.com
3.5 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
| | dafoster.net
3.3 parsecs away

Travel
| | [AI summary] This article provides an interactive chart comparing programming languages' properties, highlighting their features, trade-offs, and unique aspects such as type systems, resource management, and domain-specific language support.
| | www.softdevtube.com
13.5 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,