Explore >> Select a destination


You are here

remotesynthesis.com
| | www.rasulkireev.com
15.2 parsecs away

Travel
| | This is a reflection on my first volunteering experience at PyData 2019.
| | dylanbeattie.net
14.9 parsecs away

Travel
| | My experience running a workshop and speaking at Modern Frontends Live
| | localghost.dev
9.0 parsecs away

Travel
| | Conferences are a fantastic way to not only broaden your horizons when it comes to your job and your skills, but also meet excellent people who might lead you to a new role, or new experiences.
| | www.softdevtube.com
91.1 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,