harshvats.hashnode.devHow to increase your user base from 0 to 1000Introduction Starting something new is tough, especially getting people to use what you made. This guide will show you easy ways to get your product from 0 users to 1000. We'll focus on making a good product, using social media, being found on Google...Nov 16, 2023·3 min read
harshvats.hashnode.devCrack this google interview question using javascript. Valid mountain array problemThere's a very good problem on leetcode, about valid mountain array. Problem is: Given an array of integers arr, return true if and only if it is a valid mountain array. Recall that arr is a mountain array if and only if: arr.length >= 3 There exists...Aug 5, 2021·2 min read
harshvats.hashnode.devHow to lazy load images in html with pure Javascript? — by Harsh VatsIf you just want to do image lazy loading without any understanding of the concepts involved because maybe this is your first time and you have to use in it your project then don’t worry at all. I can assure you this article will give you everything ...Oct 20, 2020·3 min read