Lead developer / Manager / Python lover / SQL nerd / AI & ML dabbler

The Testing Pyramid is Dead, here is something better...

March 19, 2024

For years the concept of the testing pyramid has reigned supreme: the idea that the number of tests should be inversely proportional to the breath of their scope. In short: lots of unit tests, very few end to end tests. This was first proposed by Mike Cohen in “Succeeding with Agile”, but really popularized by software demigod Martin Fowler. In recent times there has been a shift in thinking here, and one that I have adopted for both front and backend development.

Continue Reading →

React is king, and here are 5 reasons why

February 23, 2024

This author has long lamented the madness that is the JS ecosystem, with frameworks rising and dying off endlessly. Any dev who invested time in one of the main frameworks over the years has likely seen that knowledge become irrelevant in an alarmingly short space of time. Recent trends indicate that this is settling down, and that React is becoming the new overlord of all browser frameworks (and perhaps server side rendering too). I, for one, weclome our new insect overlords, and here is why:

Continue Reading →