Michael's Coding Blog

Image for Test Driven Development by Example - My thoughts

Test Driven Development by Example - My thoughts

January 22, 2025

A book that defines a series of key TDD behaviors and shows them in action!

Image for The way you write dotnet is about to fundamentally change

The way you write dotnet is about to fundamentally change

September 23, 2024

Recently I was lucky enough to finally get the opportunity to give my talk on Discriminating Unions!

How to make a button - Customisation

How to make a button - Customisation

March 12, 2022

Customisation is the final step in which all our hard work in the previous steps are put to good use, now comes the fun part!

How to make a button - Styling

How to make a button - Styling

March 11, 2022

The look and feel of a button typically comes from a designer, but you the developer must preserve accessibility.

How to make a button - Normalisation

How to make a button - Normalisation

March 10, 2022

The first step towards a truly awesome button is normalisation! Today we make all our elements look the same.