FP - expression vs statement
Expression: by combining value and function, it will generate the value with some possible side-effect Statement: standalone unit of execution without return...
Expression: by combining value and function, it will generate the value with some possible side-effect Statement: standalone unit of execution without return...
The following command will import a table(column family) to the destination Cassandra node. 1 $ sstableloader -d [destination IP address] -p [port number] [t...
Tmux switcher with fzf
1. Functor -> Mappable 2. Currying -> Currying 3. Applicative -> Applicative 4. Monad -> Chainable 5. Monoid -> Aggregatable 6. Catamorphism -...
Monad is a binding function to connect two functions where are different types between returning value and input argument. So Monad will allow to compose two...