Lunar Eclipse
Another year another lunar eclipse. I was visiting friends in Wanaka and we headed out to Lake Hawea to watch the eclipse. It was a clear frosty night which gave good views of the galactic core intersecting the horizon.
Another year another lunar eclipse. I was visiting friends in Wanaka and we headed out to Lake Hawea to watch the eclipse. It was a clear frosty night which gave good views of the galactic core intersecting the horizon.
Continuous Delivery is a way of working which ensures our code is always in a releasable state. It encourages us to commit small iterative changes to our codebase, ensuring we are delivering value quickly to our customers and the likelihood of change failures and subsequent re-work is low. From a …
Here is yet another answer to the perennial question of who is accessing my website and what pages are they looking at? A long time ago this website ran Google Analytics but I got put off by the privacy impact it has on users. I’ve since switched to another client side tracking solution Goat …
Golden Hour over Wellington Harbour.
In the first post we built a basic crossword engine in F# using Fable, Feliz, and React. In this post we’ll refactor the code to make it more idiomatic F#.
First a recap on the data types which make up the …