Converting HTML to PDF is a common requirement in web applications. In this blog post, we'll explore...
GitHub, GitLab, and Bitbucket are like the three musketeers of version control. They all offer a wide...
The only way to stay motivated is to be around people who are doing something great daily. You can't...
Try to refactor your code whenever you get time. This is a very small post(actually my linkedin post...
Do you know any chrome extension to automatically close all inactive tabs after some time. Also i sh...
Hi, I am sick of googling "online resume builder". So I decided to make it from scratch. I ended up w...
Hi, I'm Harsh Vats, a full stack web developer and a designer. I'm in my 6th semester while writing...
The answer is, yes and no. While there’s no doubt that websites help restaurateurs build direct rela...
Let's read this article at my place :) If you just want to do image lazy loading without any underst...
A post by HARSH VATS
?. is known as the chaining operator in javascript. This operator is so usefull that after reading th...
One month before, I didn't knew about these ::after and ::before pseudo elements so i used to make an...
First of all let me tell you about myself. My name is Harsh Vats and I am a self-taught front-end web...
Copy the medium post link and open it in incognito mode of browser. You will then be able to read the...
Ramda Ramda is a cool JavaScript library for functional programming and currently has 18,000 Stars o...
All developers must have faced this problem when you have opened a link or tab in your browser in you...
Let's say you have a code <div id='parent'> <div id='child'>hello</div> </d...
How much do you rate my website on a scale of 1-10 and why? https://harshvats.vercel.app Don't count...
What is nodejs? Maybe you are trying to learn backend or server side languages and then yo...
We saw in the previous article about html basics. Now we will see some very common tags used inside b...
Let's start by writing some basic code. <!DOCTYPE html> <html lang="en"> <head>...
Do you see <meta charset="UTF-8"> in html heads. If you know what this charset does then don't...
For beginners this article will be good lesson and for experts it would a good revision so that you d...
Have your created your stunning website? But now don't know how to check how many visitors are coming...
In this post, I will tell you about CRA(create-react-app) vs CNA(create-next-app). First of all what...
https://codepen.io/HARSH_VATS/pen/oNbExwE Saw the animation above? It’s cool. Right? Although you ca...
Why prefer-const One Way to Do It: It is mental overhead to have to choose between let and const ever...
React is a modular Javascript library created by Facebook which helps to make web apps fast and effic...
https://thehiddenwiki.org is a website that provides you the onion links. Now what is an onion link??...