Skip to content

Archive

Writing

Long-form writing on engineering practice. Architecture with the rationale on the table, not just the result.



2026

20 May

Make the Easy Thing the Right Thing

When you start copying infrastructure code for the third time, you've already waited too long. A note on extracting shared patterns into a library, and being kind to future-you.

17 Apr

Building a Mathematics Interpreter in F#: From Parser to Symbolic Calculus

How we built a full interpreter with symbolic differentiation, six number types, and interactive graph plotting, and what the architectural decisions reveal about building extensible systems.

13 Apr

Building an Event-Driven Health Tracker with Three Lambda Functions

How we built a health tracking platform with event-driven notifications, scheduled jobs, and auto-completing goals, and why decoupling what happens from when it happens made everything simpler.

04 Apr

Building WeatherWise: A Weather Platform That Tells You What to Do

Building a weather platform that transforms raw API data into prioritised, actionable recommendations, and the full-stack architecture that supports it.

24 Mar

Alive to Guess Again

Karl Popper argued that a theory which can't be proven wrong isn't really saying anything. The same is true of engineering practices: if you aren't actively trying to break them, you don't know whether they're working.

17 Mar

The Pragmatist's Razor

Cargo cult engineering is adopting practices without understanding. But there's an equal and opposite failure: the engineer so principled they forget they're building software for people, not for architecture diagrams.

15 Mar

The Teacher and the Doer

I started code reviewing for a junior developer a few months ago. It taught me more about my own understanding than I expected, and revealed a model of learning that changes how I think about software knowledge.

14 Mar

Cargo Cult Software Engineering

Richard Feynman warned about scientists who follow the form of science without the substance. The same problem is everywhere in software: teams adopting practices they don't understand, hoping the results will follow.

13 Mar

Building a Portfolio That Practices What It Preaches

How I deployed an Angular 21 SSR app on AWS Lambda, and why every architectural decision was really a statement about how I think software should be built.