March 26, 2025
An introduction to Functors in Haskell, exploring how fmap allows function application within wrapped contexts like Maybe and lists.
February 7, 2025
A short note on my haskell solution to Project Euler's problem 8
May 3, 2021
A summary of the encoding/json package in Go
April 8, 2021
A tip on how to optimise enum stringer interface
February 7, 2020
Vim’s absolute, relative and hybrid line numbers
January 10, 2020
My development gear setup
December 1, 2018
This article will show you how you can build small containers to make your Kubernetes deployments faster and more secure.
April 20, 2018
In this tutorial, I'll show you how easy it is to build a web application with Go and the Gin framework and add authentication to it.
April 19, 2018
An overview of how the replicator database works in CouchDB, and how to setup replication like a Boss.
March 6, 2018
The latest Go release, v1.10 arrived six months after V1.9. This release was stated in the change-logs and the Go blog. I'm gonna share some interesting changes I've found in Go 1.10 with you.