Explore >> Select a destination


You are here

blog.jak-linux.org
| | www.softdevtube.com
12.9 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
| | babashka.org
13.7 parsecs away

Travel
| | A categorised directory of libraries and tools for Babashka
| | akos.ma
12.3 parsecs away

Travel
| | My personal project during the pandemic was Conway, a project providing implementations of Conway's Game of Life in as many programming languages as possible.
| | www.softdevtube.com
49.2 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,