Ordered lists have been an important part of web design for quite a while now. If we needed more control…
There are two ways to remove a property from a JavaScript object: one is the mutable way of doing it…
Over the past few months, I found a new use of the pictures that I have clicked while hiking. I…
We are all used to using the script tag to load external JavaScript files in our HTML. Traditionally, the only…
NFC or Near Field Communication is a short-range wireless technology that allows devices at a distance of less than 10cm…
A progressive JPEG image is a JPEG image that is encoded in a different manner than a baseline JPEG. It…
The irony of time management productivity tips is that the people who need them the most do not realize that…
React fragments were a feature released in React 16.2. They have been around for a while now but have been…
Sub Resource Integrity (SRI) is a security feature that can be used to validate that the resources that the browser…
When it comes to performance of applications, measuring performance becomes important. For anything to be optimized, it must be measured…