moodmosaic

Blog

RSS | All Posts

Short intro to QuickCheck

2016-02-09

A concise introduction to QuickCheck property-based testing, demonstrating how to write and test properties like 'the reverse of reverse of a list is the list itself'.

Read more →

Write you some QuickCheck

2016-02-08

Learn how QuickCheck works by implementing a basic version from scratch. Follow along to become better at using property-based testing and see Quviq's QuickCheck in Erlang.

Read more →

Those pesky build servers

2015-10-08

Build servers can hurt productivity by introducing single points of failure, false positives/negatives, and configuration overhead - you may not need one after all.

Read more →

F# on Emacs with Spacemacs

2015-04-25

Set up F# development in Emacs using Spacemacs configuration, going beyond Visual Studio with fsharpbinding support for cross-platform F# editing.

Read more →