How I built 1k Checkboxes using websockets
The 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 basi
Search for a command to run...
Articles tagged with #chaicode
The 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 basi
Before 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 functions
In 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 starti

If 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...
If 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...
If 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...