Differences between unknown and any in TypeScript
A brief explanation of the differences between unknown and any types in TypeScript.
Writing
Thoughts on frontend development, accessibility, and the craft of building for the web. There's also the occasional diversion into mountain biking and music.
A brief explanation of the differences between unknown and any types in TypeScript.
How to fix syntax error using Next.js PWA with protected routes.
My overview of the more common JavaScript array methods, including use-cases and examples.
An introductory guide to understanding state management in React by distinguishing between server and client state, and choosing the right tools for each.
A quick overview into the differences between null and undefined in JavaScript.