therealshreyash.hashnode.devJavaScript Arrow Functions: A Simpler Way to Write FunctionsBefore arrow functions were introduced to JavaScript, to write functions we had to use the function keyword. But due to that the code looked cluttered and less readable compared to the arrow functions18h ago·2 min read
therealshreyash.hashnode.devArrays in JavaScript and the methods you should knowIn JavaScript Arrays are non primitive data type used for storing different types of data in one variable. The elements/data stored in arrays are accessed using their indexes (numeric positions starti19h ago·4 min read
therealshreyash.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupIf you’ve ever watched an experienced developer code, it looks like they’re performing magic. They type a single line like ul>li*3, hit enter, and suddenly a full list appears. No, they are not performing magic, they are using Emmet. So, in this blog...Jan 29·2 min read
therealshreyash.hashnode.devCSS Selectors 101: Targeting Elements with PrecisionIf you have just started your web development journey, you already know about CSS. Using CSS you can beautify your website which is on plain HTML. Now, what if you want to give style to a specific element of your page ? In this blog you will get to k...Jan 28·3 min read
therealshreyash.hashnode.devWhy Version Control Exists: The Pendrive ProblemIf you have been a little bit in the developer world, you might have heard about Git. Well Git is a version control system, First of all you might ask why do we need version control ? Why use a software to control the codebase. In this blog you learn...Jan 27·2 min read