/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

funcall.blogspot.com
| | mrcat.au
1.1 parsecs away

Travel
| | [AI summary] The author plans to participate in the Advent of Code 2023 programming challenge, sharing their solutions and code in various languages while emphasizing the learning and fun aspects over leaderboard competition.
| | jasonsackey.com
1.4 parsecs away

Travel
| | Astro description
| | henko.net
1.4 parsecs away

Travel
| | If you use AI to solve puzzles for you, you are kind of missing the point.
| | www.softdevtube.com
18.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,