My Coding Life
  • Github
  • Twitter
  • Home
  • Blog

Michael's Coding Blog

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.

How to make a button

How to make a button

March 09, 2022

Writing a good button for your website doesn't need to be hard, this post will show you the way!

Image for How to create a type that constrains characters

How to create a type that constrains characters

February 17, 2022

Using Template Literal Types to solve the typing challenge raised on Syntax episode 432

Next