Monthly Archives: August, 2021
Web Development
Using counters in CSS to number elements automatically
Ordered lists have been an important part of web design for quite a while now. If we needed more control over the...
JavaScript
How to remove a property from a JavaScript object
There are two ways to remove a property from a JavaScript object: one is the mutable way of doing it by using...
General
Script to change Zoom virtual background every day
Over the past few months, I found a new use of the pictures that I have clicked while hiking. I started using...
JavaScript
Optimizing JavaScript loading with defer and async attributes
We are all used to using the script tag to load external JavaScript files in our HTML. Traditionally, the only workaround for...
Web Development
Web NFC is a thing now
NFC or Near Field Communication is a short-range wireless technology that allows devices at a distance of less than 10cm to communicate....