Posts
- Scripting the Hell out of Trello with Haskell
Want to use Haskell for something real but don't want to risk it at work? This is how I do it.
- Homebrew Brewfile Dump with Haskell
This script creates a Brewfile using `brew bundle dump` and adds to that all the apps from `/Applications` that can be installed via Homebrew as casks.
- Crossposting to Medium via Command Line
Using a Haskell script to crosspost to Medium a blog post with a frontmatter as used in Jekyll markdown files
- From Kanbanery to Trello
Using a Haskell script to migrate a Kanbanery board to Trello
- Crossposting to DevTo via command line
Using a Haskell script to crosspost a blog post with a frontmatter as used in Jekyll markdown files
- Tweeting a Blog Post via command line
Using a Haskell script to post a tweet about a blog post with a frontmatter as used in Jekyll markdown files
- Scaffolding a Blog Post
Using a Haskell script to bootstrap a file from a template
- Scripting in Haskell and PureScript
Writing scripts with Haskell and PureScript is a good way of doing some functional programming at work