Blog
No organisation ever knows what it wants, but it always knows when it wants it by
Looking at why the expectations of software teams is constantly changing yet deadlines remain fixed and how to cope.
Your code should be lazy
Advocating for the benefits of the return early and separation of concerns patterns through the analogy of code being lazy and not wanting to do any more work than absolutely necessary.
GraphQL Schema Stitching vs Apollo Federation
Evaluating the two approaches to combining multiple micro GraphQL APIs in a startup environment without impacting product timelines.
React directory structure
Discussing how a React component's logical structure can be reflected in its file structure to improve developer experience.