I hereby claim:
- I am albohlabs on github.
- I am alboh (https://keybase.io/alboh) on keybase.
- I have a public key ASC_h_lIaTJVBtQnkFHtNXV6Jm3ivRhXI3FMKbvVvib6SQo
To claim this, I am signing this object:
| #!/usr/bin/env sh | |
| ## | |
| # This is script with usefull tips taken from: | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # | |
| # install it: | |
| # curl -sL https://raw.github.com/gist/2108403/hack.sh | sh | |
| # |
| // https://raw.githubusercontent.com/donnut/typescript-ramda/master/ramda.d.ts | |
| // https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/lodash/lodash.d.ts | |
| declare namespace fp { | |
| interface Dictionary<T> { | |
| [index: string]: T; | |
| } | |
| interface CurriedFunction1<T1, R> { |
I hereby claim:
To claim this, I am signing this object:
| * general fp and js | |
| * Oh Composable World https://www.youtube.com/watch?v=SfWR3dKnFIo | |
| * Why Why Functional Programming Matters Matters http://raganwald.com/2014/12/20/why-why-functional-programming-matters-matters.html | |
| * Functional Programming for JavaScript People https://medium.com/@chetcorcos/functional-programming-for-javascript-people-1915d8775504#.3sya7ojxb | |
| * article series about fp in general https://medium.com/javascript-scene/composing-software-the-book-f31c77fc3ddc | |
| * Curry and Function Composition https://medium.com/javascript-scene/curry-and-function-composition-2c208d774983 | |
| * Handling null and undefined in JavaScript https://medium.com/javascript-scene/handling-null-and-undefined-in-javascript-1500c65d51ae | |
| * Lenses https://medium.com/javascript-scene/lenses-b85976cb0534 | |
| * book about fp in general https://mostly-adequate.gitbook.io/mostly-adequate-guide/ | |
| * funny eccentric video series about the books :ausrufezeichen: https://www.youtube.com/watch?v=h_tkIpwbsxY&list=PLK_hdtAJ4KqX0JOs_KMA |