You are here |
www.thepolyglotdeveloper.com | ||
| | | |
digitaldrummerj.me
|
|
| | | | Web Developer, Tester and Professional Speaker; passionate about good code, automated testing, devops, and presenting. | |
| | | |
danielmangum.com
|
|
| | | | 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
|
|
| | | | ||
| | | |
www.softdevtube.com
|
|
| | 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, |