kshubham07.hashnode.devThe Thundering Herd ProblemWe have all applied for jobs online. Usually, when a recruiter announces a new role, they use an automated portal or a company email to handle the massive influx of applications safely. But suppose a 1h ago·4 min read
kshubham07.hashnode.devJavascript Interview CheatSheetIn this article, I am going to discuss some of the most important Js topics. Js is unlike any traditional language, It behaves slightly differently than C, C++, python, or any other programming language. In this article, I will try to simplify some...Sep 11, 2022·5 min read
kshubham07.hashnode.devGetting Started with Tailwind CSSWhat is Tailwind CSS? We all want to have a magic wand that makes our lives easier in our childhood. Sadly we can't get that in real life. But Tailwind CSS is no less than a Magic Band for you if you struggle with CSS. As per official documentation T...Sep 6, 2022·3 min read
kshubham07.hashnode.devValues and Their Operators in Javascript.Values If you are familiar with any programming language, then you must have heard about values and values in JS are more or less similar. Values are nothing just types of data that can be stored in the system. Types of Values 1. Number Values of the...Aug 30, 2022·3 min read
kshubham07.hashnode.devArrays in JavaScriptIntroduction In this article, we are going to discuss about array and their methods in JS. An array is a data structure that is used to store different but related elements. JS array can store different datatypes too. Suppose Bill, a restaurant owner...Aug 27, 2022·6 min read