Notes on building a coding agent April 25, 2025 My personal reflections on Thorsten's Ampcode article, which reveals how building AI coding agents can be more about leveraging powerful models than complex, custom code.
Functors: Identity, Composition, and fmap March 26, 2025 An introduction to Functors in Haskell, exploring how fmap allows function application within wrapped contexts like Maybe and lists.
Largest product in a series February 7, 2025 A short note on my haskell solution to Project Euler's problem 8
Enum Stringer Interface optimisation in Go April 8, 2021 A tip on how to optimise enum stringer interface
Building Small Containers for Kubernetes December 1, 2018 This article will show you how you can build small containers to make your Kubernetes deployments faster and more secure.
Building a Web App With Go, Gin and React 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.
The CouchDB Replicator Database - An Overview April 19, 2018 An overview of how the replicator database works in CouchDB, and how to setup replication like a Boss.