Alan Henry's Blog

Featured image for React Hooks

React Hooks

29 September 2024

Hooks were added to React in version 16.8. In this article I will look at each type of hook and give some examples of...

Read more...
Featured image for What is Jamstack?

What is Jamstack?

3 September 2024

Jamstack stands for JavaScript, APIs, and Markup. It emphasizes building fast, secure, and scalable websites and web...

Read more...
Featured image for Using focus-visible

Using focus-visible

19 August 2024

focus-visible lets you show focus styles only when they are needed, using the same heuristic that the browser uses to...

Read more...
Featured image for The SOLID Principles

The SOLID Principles

10 December 2023

SOLID is a set of five object-oriented design principles aimed at making software designs more understandable, flexible,...

Read more...