HARSH VATS

HARSH VATS @harshvats2000

About: Web developer from India who thinks he is funny. Proud IITian. And a lover of PWAs😍. Web Developer with an eye for design. Frontend Engineer @Sotaog

Location:
India
Joined:
Jul 9, 2020

HARSH VATS
articles - 29 total

Creating a Next.js API to Convert HTML to PDF with Puppeteer (Vercel-Compatible)

Converting HTML to PDF is a common requirement in web applications. In this blog post, we'll explore...

Learn More 12 1Oct 11 '24

Github VS Gitlab Vs Bitbucket

GitHub, GitLab, and Bitbucket are like the three musketeers of version control. They all offer a wide...

Learn More 5 0Jan 6 '23

How to stay motivated and focused as a developer?

The only way to stay motivated is to be around people who are doing something great daily. You can't...

Learn More 13 3Jun 5 '21

Please refactor your code.

Try to refactor your code whenever you get time. This is a very small post(actually my linkedin post...

Learn More 35 20Mar 18 '21

Any chrome extension to delete inactive tabs?

Do you know any chrome extension to automatically close all inactive tabs after some time. Also i sh...

Learn More 11 10Mar 8 '21

Rate my resume out of 10.

Hi, I am sick of googling "online resume builder". So I decided to make it from scratch. I ended up w...

Learn More 46 44Feb 20 '21

How to get more web development clients in the early stages in India.

Hi, I'm Harsh Vats, a full stack web developer and a designer. I'm in my 6th semester while writing...

Learn More 14 6Feb 3 '21

Do restaurants really need a website?

The answer is, yes and no. While there’s no doubt that websites help restaurateurs build direct rela...

Learn More 19 5Dec 20 '20

How to lazy load images in html with pure Javascript?

Let's read this article at my place :) If you just want to do image lazy loading without any underst...

Learn More 20 9Nov 4 '20

Will Typescript be more used than Javascript after 5 years??

A post by HARSH VATS

Learn More 6 1Oct 12 '20

Optional chaining in javascript (?.)

?. is known as the chaining operator in javascript. This operator is so usefull that after reading th...

Learn More 9 0Sep 27 '20

::after and ::before in CSS

One month before, I didn't knew about these ::after and ::before pseudo elements so i used to make an...

Learn More 9 0Sep 2 '20

How web developers can earn money by freelancing in India?

First of all let me tell you about myself. My name is Harsh Vats and I am a self-taught front-end web...

Learn More 96 16Aug 25 '20

How to read unlimited medium articles for free?

Copy the medium post link and open it in incognito mode of browser. You will then be able to read the...

Learn More 14 1Aug 22 '20

10 best Javascript libraries in 2020.

Ramda Ramda is a cool JavaScript library for functional programming and currently has 18,000 Stars o...

Learn More 88 5Aug 20 '20

How to share links between devices?

All developers must have faced this problem when you have opened a link or tab in your browser in you...

Learn More 6 16Aug 14 '20

How to center align a div horizontally and vertically both.

Let's say you have a code <div id='parent'> <div id='child'>hello</div> </d...

Learn More 11 1Jul 22 '20

How do you rate my website?

How much do you rate my website on a scale of 1-10 and why? https://harshvats.vercel.app Don't count...

Learn More 46 49Jul 15 '20

What is nodejs?

What is nodejs? Maybe you are trying to learn backend or server side languages and then yo...

Learn More 11 0Jul 15 '20

HTML tags | HTML tutorial

We saw in the previous article about html basics. Now we will see some very common tags used inside b...

Learn More 27 4Jul 15 '20

HTML basics | HTML tutorial

Let's start by writing some basic code. <!DOCTYPE html> <html lang="en"> <head>...

Learn More 9 0Jul 15 '20

What is UTF-8 in html head?

Do you see <meta charset="UTF-8"> in html heads. If you know what this charset does then don't...

Learn More 29 5Jul 14 '20

All about arrays in javascript

For beginners this article will be good lesson and for experts it would a good revision so that you d...

Learn More 36 11Jul 13 '20

How to see who is visiting your site?

Have your created your stunning website? But now don't know how to check how many visitors are coming...

Learn More 25 0Jul 12 '20

CRA vs CNA.When to use create-react-app and when nextjs?

In this post, I will tell you about CRA(create-react-app) vs CNA(create-next-app). First of all what...

Learn More 43 8Jul 11 '20

Typewriter text animation with just html, CSS and JavaScript?

https://codepen.io/HARSH_VATS/pen/oNbExwE Saw the animation above? It’s cool. Right? Although you ca...

Learn More 8 2Jul 11 '20

When to use const and when not?

Why prefer-const One Way to Do It: It is mental overhead to have to choose between let and const ever...

Learn More 4 2Jul 10 '20

What is React and why to use it?

React is a modular Javascript library created by Facebook which helps to make web apps fast and effic...

Learn More 6 0Jul 10 '20

What is thehiddenwiki.org??

https://thehiddenwiki.org is a website that provides you the onion links. Now what is an onion link??...

Learn More 4 3Jul 9 '20