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…
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…
Writing performant code is not enough as a developer. We need to ensure that it is readable as well. And…
JavaScript promises do not have any time associated with them. We can use a .then() function and wait until the…
Having consistency and enforcing coding standards becomes very important as an application scales. It becomes important to automate the process…
If you have been using React for a while, you are familiar with how state update works. There are a…