Here you will find my blog mostly about front-end development

Creating type safe Smart Form Components in react-hook-form

Why I migrated from Jest to Vitetest in a React Application

Next.js is a popular React meta framework but not without its flaws

How do different front-end frameworks handle reactivity

How do different front-end frameworks handle HTML templating

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

Recreating the Matrix Rain effect in a HTML Canvas element using TypeScript and React

Somewhere in a parallel universe Steve Jobs reveals the latest addition to JavaScript.

Creating the fantasy CPU emulator using React and TypeScript.

Understanding the fantasy CPU emulator.

Looking at the proposed pipeline operator proposals, and comparing the Hack vs F# proposals.

Taking a closer look at lodash's chain, how it differs from using the native map, reduce and filter.

Creating a Typewriter effect using React, useEffect in combination with setInterval, and using a generator function.