#beginners
Read more stories on Hashnode
Articles with this tag
Developers are probably the laziest people on the planet. And of all the things, copy-paste is our favorite keyboard shortcut. But what is better than...
There are two ways to remove a property from a JavaScript object: one is the mutable way of doing it by using the delete operator. And the second one...
Over the past few months, I found a new use of the pictures that I have clicked while hiking. I started using them as Zoom virtual backgrounds. If you...
We are all used to using the script tag to load external JavaScript files in our HTML. Traditionally, the only workaround for having the scripts load...
NFC or Near Field Communication is a short-range wireless technology that allows devices at a distance of less than 10cm to communicate. It is mostly...
When it comes to the performance of applications, measuring performance becomes important. For anything to be optimized, it must be measured first,...