Day 1,2,3 East peasy for now. Day 4 type Address = { address: string; city: string }; type PresentDeliveryList<T> = Record<keyof T, Address>; Learnt...
These tips are from my own experience. Add a backup method. I currently use a program called rclone to backup my stuff. I didn't want to install...
This tutorial assume basic knowledge of react-hook-form, check out their helpful tutorials first here if you are new....
I'll show you how to switch between git accounts on your machine. You might have a different git account for work and personal use, switching between...
Recently, I had to create to a stepper form for a website. A stepper form looks like this - source -...