TTheRealShreyashintherealshreyash.hashnode.dev·May 2 · 7 min readHow I built 1k Checkboxes using websocketsThe Idea The idea to make this site was from 1 million checkboxes by itseieio. My first plan was to create a similar site and scale it to its level, but later I changed my mind to first work on a basi00
TTheRealShreyashintherealshreyash.hashnode.dev·Mar 5 · 2 min readJavaScript 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 functions00
TTheRealShreyashintherealshreyash.hashnode.dev·Mar 5 · 4 min readArrays 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 starti00
TTheRealShreyashintherealshreyash.hashnode.dev·Jan 29 · 2 min readEmmet 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...00
TTheRealShreyashintherealshreyash.hashnode.dev·Jan 28 · 3 min readCSS 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...00