Death
The story of my mother's death
The story of my mother's death
An artefact of a human life. What remains, and who will keep it?
The Fibonacci sequence has an intrinsic relationship with Phi. Lets demonstrate it from first principles.
A dive into esoteric base number systems
Why does JavaScript get equality wrong and how could it be different?
How even the simplest systems present impossible questions
A simple approach to default options
How to solve `Object is of type 'unknown'` errors.
Mapping from one die size to another.
async/await vs promises.
An introduction to Memoization and how to use it.
Typical use-cases and rare edge-cases.
Rounding errors are inevitable.
Common testing patterns for creating confidence in your UI tests.
Why I don't use the 'fix' option.
any vs unknown in catch blocks.
Publishing to NPM can be daunting at first. In this guide we'll make it quick and easy.
What are all these question marks in my code?
It is functions all the way down.
Why you shouldn't use React.FC.
Common pitfalls of Dependency Arrays, and how best to use them.
DRY component logic and separation of rendering from state management.
You already understand generics... you just don't know you do.