css
September 12, 2019
Making a 15-Puzzle Game Using React Hooks
We are making a what !
In this article, we will make a simple 15-Puzzle using React Hooks, but what is a 15-Puzzle in the first place ?
...November 17, 2017
classnames vs ES6 template literals
A rather funny incident happened with me today, which got me into thinking analytically about the advantages and/or
disadvantages of using the classnames library with restpect to ES6 template literals while crea...September 7, 2019
Making a Neon Clock using React Hooks
A little bit of backstory
TL;DR; some rather dark humour on what motivated me to make the clock
...September 30, 2019
Opensourcing classd
If you are a frontend developer, there is a fair chance that you have used
Jedwatson's classNames package in your projects. In fact, classNames is the official replace...August 31, 2019
Making the flag of India using Pug and Less
In this article we shall make the national flag of India (the tricolour). As an aside and fun fact, a number of other countries have national flags featuring 3 colours and the Indian flag actually has 4 colours.
...