Disclaimer: I am using stack to develop my Haskell projects, if you are using cabal, some things might be a little bit different. For a…
Writing Decoders and Encoders in Elm is considered a bit painful by many people, especially compared to languages like Haskell or Scala…
Make your images searchable in Notion! Check the repository for most up to date information out here. Notion is a great alternative to…
Notion is a great general purpose note taking App and a valid alternative to Evernote. I use it for almost anything. One thing I was unhappy…
This year me and eight colleagues from holidaycheck went to lambda world in Cadiz. From the amount of people going you can guess, that we…
With this commit vim-test now allows for running test in Haskell with Stack and HSpec. This is pretty neat as it allows to run the whole…
Basics Infix style Data Types Type constructor Data constructor newtype just a efficient wrapper around single value if then else pattern…