Blog Posts

Recent posts

FP - expression vs statement

less than 1 minute read

Expression: by combining value and function, it will generate the value with some possible side-effect Statement: standalone unit of execution without return...

Monad - Definition of Monad with Monoid

less than 1 minute read

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...