Over the years I’ve come to realise that TypeScript has not one but several learning curves to it. Here’s how I think about it.
Read moreEmpty String Considered Harmful
The use of empty strings when used to indicate a null value or lack of value, when the language you're using has a better way to support that will, will lead to bugs and hard to maintain code. With very few exceptions, empty strings should be avoided at all costs.
Read moreProject: When's It At?
Whens it at is a Cloudflare worker serving a react front end to countdown for global events
Read more