Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Tips for better Linux experience as a dev.
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 multiple programs for each cloud provider like Drive, Dropbox, also there is not much support in case of...
How to upload files using react-hook-form in a React app?
This tutorial assume basic knowledge of react-hook-form, check out their helpful tutorials first here if you are new. https://react-hook-form.com/get-started/ Let's take an example of a form where you need to upload files. First we setup react-hook-f...

How to switch between different git accounts on your machine?
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 those accounts can be time-consuming and prone to error. It's also pretty boring to do. You need to ...

Stepper Form using react-hook-form and yup
Recently, I had to create to a stepper form for a website. A stepper form looks like this - source - https://material.angular.io/components/stepper/overview To create this using react-hook-form, follow these steps. Install the necessary dependenci...
