PureScript Date and Time guide

I’ve been writing for a while a small guide on how to handle dates and times in PureScript.

Adding live css and js reload to Yesod

By default Yesod does live reloading when editing .hs files or Shakespeare template files. When working directly with js or css files this doesn’t happen and we’re forced to manually reload the browser at every change.

A quick overview of Purescript package managers as of October 2018

In this post I want to give a very quick overview of Purescript’s package managers and some tools related to them.

Optional elements and properties in Halogen

Since Halogen’s HTML, properties and classes are all arrays, dealing with optional elments might not be immediatly obvious to the less experienced Purescript coder (like me!).