Better react-hook-form Smart Form Components
Creating a betterSmart Form Components for react-hook-form that are type safe in TypeScript
Creating a betterSmart Form Components for react-hook-form that are type safe in TypeScript
The reasons I migrated my unit test framework from Jest to Vitest
Recounting my personal experiences using Next.js and listing my gripes with / the downsides of Next.js.
Comparing the reactivity systems of React, Vue, Angular and Svelte.
Comparing the template languages of React, Vue, Angular and Svelte.
10 Debugging tips for beginning programmers that I wish I knew when I started programming
A tutorial on how to create the game tetris in Typescript using a HTML Canvas element
A tutorial on how to create the Matrix Rain effect in a HTML Canvas element using TypeScript and React
Why using a const lambda to create functions is misleading, and when and why to use the lambda function instead of the function keyword.
Creating a fantasy CPU emulator with React and TypeScript part 2
Creating a fantasy CPU emulator with React and TypeScript part 1
Taking a look at the proposed pipeline operator in JavaScript, seeing why it is useful, and comparing the Hack vs F# proposals. Plus getting both sides of the debate.
Comparing lodash's chain method versus the native methods of Array in JavaScript, and see how chain works under the hood.
How to create a Typewriter effect in React using useEffect, CSS animations, and a generator function.