Explore >> Select a destination


You are here

www.thepolyglotdeveloper.com
| | digitaldrummerj.me
12.6 parsecs away

Travel
| | Web Developer, Tester and Professional Speaker; passionate about good code, automated testing, devops, and presenting.
| | danielmangum.com
10.4 parsecs away

Travel
| | Building apps using Ionic is useful for the ability to build for both IOS and Android from the same codebase. However, mostly because Ionic is build on top of the Apache Cordova framework, it can be difficult to make sure your environment is configured with the required version of each build component. This is where Docker can be helpful. You can create a container that has a consistent environment and run it locally to build your project.
| | golb.hplar.ch
10.3 parsecs away

Travel
| |
| | www.softdevtube.com
71.9 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,