├── .gitignore ├── AppBuilders CH 2018 ├── Appbuilders.key └── README.md ├── Functional Swift 2017 ├── README.md └── Types.key └── LICENSE /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /AppBuilders CH 2018/Appbuilders.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodaFi/Presentations/HEAD/AppBuilders CH 2018/Appbuilders.key -------------------------------------------------------------------------------- /AppBuilders CH 2018/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodaFi/Presentations/HEAD/AppBuilders CH 2018/README.md -------------------------------------------------------------------------------- /Functional Swift 2017/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodaFi/Presentations/HEAD/Functional Swift 2017/README.md -------------------------------------------------------------------------------- /Functional Swift 2017/Types.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodaFi/Presentations/HEAD/Functional Swift 2017/Types.key -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CodaFi/Presentations/HEAD/LICENSE --------------------------------------------------------------------------------