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 retur...
Expression: by combining value and function, it will generate the value with some possible side-effect\ Statement: standalone unit of execution without retur...
The following command will import a table(column family) to the destination Cassandra node.
Tmux switcher with fzf
1. Functor -> Mappable\ Currying -> Currying\ Applicative -> Applicative\ Monad -> Chainable\ Monoid -> Aggregatable\ 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...