Posts about haskell

| | | |

Deploying Haskell: Painless CI/CD with Travis, Docker and Digitalocean (or any linux VM)

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…


| |

HElm: Derive Elm Functions from Haskell Servant

Writing Decoders and Encoders in Elm is considered a bit painful by many people, especially compared to languages like Haskell or Scala…


|

Search In Your Notion Images – 🖼 to ✍ for Notion

Make your images searchable in Notion! Check the repository for most up to date information out here . Notion is a great alternative to…


| |

Sync your Kindle Highlights to Notion: 📓 + 🗒

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…


| | |

Lambda World 2019

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…


| |

Vim-test now supports haskell

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…


|

Haskell Cheat Sheet

Basics Infix style Data Types Type constructor Data constructor newtype just a efficient wrapper around single value if then else pattern…