web
October 13, 2025
Playing the wargame Bandit on OverTheWire, Part - 1
What is the Bandit wargame ?
OverTheWire.org is an useful website for beginners on cybersecurity. It hosts a number
of wargames to teach basic concepts in cybersecurity. A ...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 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...