3 followers
I'm a software developer trying to build sustainable software using Test Driven Development. I advocate for autonomous teams, continuous learning and failing fast.
I've been in the tech industry for over 20 years and whilst I've never strayed too far from coding, roughly half of my experience has been in...
Here are four different ways to define a typed function in TypeScript. //A const strLen: (str: string) => number = str => { return...
Node, JavaScript and Mocha ... ah, simpler times. I often find the configuration settings for Node, TypeScript and Jest a little confusing....
Inspired by this excellent video by devinsideyou, I thought I'd make my own list of things I would tell myself when I was starting out. It's an...
I’ve been asked to contribute to a Scala project and I’m documenting my journey learning Scala and making that contribution. This is part two. Here is...
I thought it might be interesting to document my journey from complete Scala beginner to contributing to a real Scala project (hopefully). I will...